File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 5
5
6
6
Gem ::Specification . new do |s |
7
7
s . name = "net-sftp"
8
- s . version = "2.0.5 "
8
+ s . version = "2.1.0 "
9
9
10
10
s . required_rubygems_version = Gem ::Requirement . new ( ">= 0" ) if s . respond_to? :required_rubygems_version=
11
11
s . authors = [ "Jamis Buck" , "Delano Mandelbaum" ]
@@ -17,10 +17,11 @@ Gem::Specification.new do |s|
17
17
"README.rdoc"
18
18
]
19
19
s . files = [
20
- "CHANGELOG.rdoc " ,
20
+ "CHANGES.txt " ,
21
21
"Manifest" ,
22
22
"README.rdoc" ,
23
23
"Rakefile" ,
24
+ "gem-public_cert.pem" ,
24
25
"lib/net/sftp.rb" ,
25
26
"lib/net/sftp/constants.rb" ,
26
27
"lib/net/sftp/errors.rb" ,
@@ -47,6 +48,7 @@ Gem::Specification.new do |s|
47
48
"lib/net/sftp/response.rb" ,
48
49
"lib/net/sftp/session.rb" ,
49
50
"lib/net/sftp/version.rb" ,
51
+ "net-sftp.gemspec" ,
50
52
"setup.rb" ,
51
53
"test/common.rb" ,
52
54
"test/protocol/01/test_attributes.rb" ,
You can’t perform that action at this time.
0 commit comments