Skip to content

Commit 694e5d3

Browse files
committed
Updated gemspec
1 parent b68114e commit 694e5d3

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

net-sftp.gemspec

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
Gem::Specification.new do |s|
77
s.name = "net-sftp"
8-
s.version = "2.0.5"
8+
s.version = "2.1.0"
99

1010
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
1111
s.authors = ["Jamis Buck", "Delano Mandelbaum"]
@@ -17,10 +17,11 @@ Gem::Specification.new do |s|
1717
"README.rdoc"
1818
]
1919
s.files = [
20-
"CHANGELOG.rdoc",
20+
"CHANGES.txt",
2121
"Manifest",
2222
"README.rdoc",
2323
"Rakefile",
24+
"gem-public_cert.pem",
2425
"lib/net/sftp.rb",
2526
"lib/net/sftp/constants.rb",
2627
"lib/net/sftp/errors.rb",
@@ -47,6 +48,7 @@ Gem::Specification.new do |s|
4748
"lib/net/sftp/response.rb",
4849
"lib/net/sftp/session.rb",
4950
"lib/net/sftp/version.rb",
51+
"net-sftp.gemspec",
5052
"setup.rb",
5153
"test/common.rb",
5254
"test/protocol/01/test_attributes.rb",

0 commit comments

Comments
 (0)