File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ class Version < Net::SSH::Version
10
10
MINOR = 1
11
11
12
12
# The tiny component of the library's version
13
- TINY = 0
13
+ TINY = 1
14
14
15
15
# The library's version as a Version instance
16
16
CURRENT = new ( MAJOR , MINOR , TINY )
Original file line number Diff line number Diff line change 5
5
6
6
Gem ::Specification . new do |s |
7
7
s . name = "net-ssh-multi"
8
- s . version = "1.1.0 "
8
+ s . version = "1.1.1 "
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" ]
@@ -22,6 +22,7 @@ Gem::Specification.new do |s|
22
22
"LICENSE.txt" ,
23
23
"README.rdoc" ,
24
24
"Rakefile" ,
25
+ "gem-public_cert.pem" ,
25
26
"lib/net/ssh/multi.rb" ,
26
27
"lib/net/ssh/multi/channel.rb" ,
27
28
"lib/net/ssh/multi/channel_proxy.rb" ,
You can’t perform that action at this time.
0 commit comments