diff options
author | Miklos Fazekas <mfazekas@szemafor.com> | 2016-05-27 14:01:01 +0200 |
---|---|---|
committer | Miklos Fazekas <mfazekas@szemafor.com> | 2016-05-27 14:01:01 +0200 |
commit | 3b7bd2745937b9b350b8e3fb4fb82c138dcb4556 (patch) | |
tree | c6cbd42cf0c9f26f8c5769d77a72967e9c2ffd76 | |
parent | 69b82347e19166db081a6754317b96ea6fbf1eae (diff) | |
download | net-ssh-3.2.0.rc1.tar.gz |
Regenerate gemspec for version 3.2.0.rc1v3.2.0.rc1
-rw-r--r-- | net-ssh.gemspec | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/net-ssh.gemspec b/net-ssh.gemspec index b1e7954..56e91ff 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 3.1.1 ruby lib +# stub: net-ssh 3.2.0.rc1 ruby lib Gem::Specification.new do |s| s.name = "net-ssh" - s.version = "3.1.1" + s.version = "3.2.0.rc1" - s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= + 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 = "2016-03-23" + s.date = "2016-05-27" 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 = [ @@ -191,7 +191,7 @@ Gem::Specification.new do |s| s.licenses = ["MIT"] s.required_ruby_version = Gem::Requirement.new(">= 2.0") s.rubyforge_project = "net-ssh" - s.rubygems_version = "2.4.6" + s.rubygems_version = "2.4.3" s.signing_key = "/mnt/gem/net-ssh-private_key.pem" s.summary = "Net::SSH: a pure-Ruby implementation of the SSH2 client protocol." |