summaryrefslogtreecommitdiff
path: root/net-ssh.gemspec
diff options
context:
space:
mode:
authorMiklos Fazekas <mfazekas@szemafor.com>2015-09-13 11:43:47 +0200
committerMiklos Fazekas <mfazekas@szemafor.com>2015-09-13 11:43:47 +0200
commit9c648df2b0fb08f63fe43c1019ea337f71f787da (patch)
treedf4272259466f57fcb417008bc4c71263deafdda /net-ssh.gemspec
parent598ab4ecfdf777c2a5125facea278b468232b4ba (diff)
downloadnet-ssh-9c648df2b0fb08f63fe43c1019ea337f71f787da.tar.gz
3.0.0.rc1 release prepare
Diffstat (limited to 'net-ssh.gemspec')
-rw-r--r--net-ssh.gemspec6
1 files changed, 3 insertions, 3 deletions
diff --git a/net-ssh.gemspec b/net-ssh.gemspec
index b3486b5..f954ac2 100644
--- a/net-ssh.gemspec
+++ b/net-ssh.gemspec
@@ -2,17 +2,17 @@
# DO NOT EDIT THIS FILE DIRECTLY
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
# -*- encoding: utf-8 -*-
-# stub: net-ssh 2.10.1.rc2 ruby lib
+# stub: net-ssh 3.0.0.rc1 ruby lib
Gem::Specification.new do |s|
s.name = "net-ssh"
- s.version = "2.10.1.rc2"
+ s.version = "3.0.0.rc1"
s.required_rubygems_version = Gem::Requirement.new("> 1.3.1") if s.respond_to? :required_rubygems_version=
s.require_paths = ["lib"]
s.authors = ["Jamis Buck", "Delano Mandelbaum", "Mikl\u{f3}s Fazekas"]
s.cert_chain = ["net-ssh-public_cert.pem"]
- s.date = "2015-09-08"
+ s.date = "2015-09-13"
s.description = "Net::SSH: a pure-Ruby implementation of the SSH2 client protocol. It allows you to write programs that invoke and interact with processes on remote servers, via SSH2."
s.email = "net-ssh@solutious.com"
s.extra_rdoc_files = [