|
2 | 2 | # DO NOT EDIT THIS FILE DIRECTLY
|
3 | 3 | # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
|
4 | 4 | # -*- encoding: utf-8 -*-
|
| 5 | +# stub: net-ssh-multi 1.2.1 ruby lib |
5 | 6 |
|
6 | 7 | Gem::Specification.new do |s|
|
7 | 8 | s.name = "net-ssh-multi"
|
8 | 9 | s.version = "1.2.1"
|
9 | 10 |
|
10 | 11 | s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
| 12 | + s.require_paths = ["lib"] |
11 | 13 | s.authors = ["Jamis Buck", "Delano Mandelbaum"]
|
12 | 14 | s.cert_chain = ["gem-public_cert.pem"]
|
13 |
| - s.date = "2015-04-11" |
| 15 | + s.date = "2016-03-12" |
14 | 16 | s.description = "Control multiple Net::SSH connections via a single interface."
|
15 | 17 |
|
16 | 18 | s.extra_rdoc_files = [
|
17 | 19 | "LICENSE.txt",
|
18 | 20 | "README.rdoc"
|
19 | 21 | ]
|
20 | 22 | s.files = [
|
| 23 | + ".travis.yml", |
21 | 24 | "CHANGES.txt",
|
22 | 25 | "LICENSE.txt",
|
23 | 26 | "README.rdoc",
|
@@ -45,17 +48,16 @@ Gem::Specification.new do |s|
|
45 | 48 | ]
|
46 | 49 | s.homepage = "https://github.com/net-ssh/net-scp"
|
47 | 50 | s.licenses = ["MIT"]
|
48 |
| - s.require_paths = ["lib"] |
49 | 51 | s.rubyforge_project = "net-ssh-multi"
|
50 |
| - s.rubygems_version = "1.8.23" |
| 52 | + s.rubygems_version = "2.4.6" |
51 | 53 | s.signing_key = "/mnt/gem/gem-private_key.pem"
|
52 | 54 | s.summary = "Control multiple Net::SSH connections via a single interface."
|
53 | 55 |
|
54 | 56 | if s.respond_to? :specification_version then
|
55 |
| - s.specification_version = 3 |
| 57 | + s.specification_version = 4 |
56 | 58 |
|
57 | 59 | if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
|
58 |
| - s.add_runtime_dependency(%q<net-ssh>, [">= 2.6.5"]) |
| 60 | + s.add_runtime_dependency(%q<net-ssh>, [">= 2.9.2"]) |
59 | 61 | s.add_runtime_dependency(%q<net-ssh-gateway>, [">= 1.2.0"])
|
60 | 62 | s.add_development_dependency(%q<minitest>, [">= 0"])
|
61 | 63 | s.add_development_dependency(%q<mocha>, [">= 0"])
|
|
0 commit comments