net-ssh 2.6.4 → 2.6.5

Sign up to get free protection for your applications and to get access to all the features.
data.tar.gz.sig CHANGED
Binary file
@@ -1,7 +1,12 @@
1
1
 
2
+ === 2.6.5 / 06 Feb 2013
3
+
4
+ * Fixed path in gemspec [thanks priteau]
5
+
2
6
  === 2.6.4 / 06 Feb 2013
3
7
 
4
8
  * Added license info to gemspec [jordimassaguerpla]
9
+ * Added public cert. All gem releases are now signed.
5
10
 
6
11
 
7
12
  === 2.6.3 / 10 Jan 2013
@@ -1,10 +1,14 @@
1
- = Net::SSH
1
+ = Net::SSH 2.x
2
2
 
3
3
  * Docs: http://net-ssh.github.com/net-ssh
4
4
  * Issues: https://github.com/net-ssh/net-ssh/issues
5
- * Codes: http://github.com/net-ssh/net-ssh
5
+ * Codes: https://github.com/net-ssh/net-ssh
6
6
  * Email: net-ssh@solutious.com
7
7
 
8
+
9
+ <em>As of v2.6.4, all gem releases are signed. See INSTALL.</em>
10
+
11
+
8
12
  == DESCRIPTION:
9
13
 
10
14
  Net::SSH is 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.
@@ -51,7 +51,7 @@ module Net; module SSH
51
51
  MINOR = 6
52
52
 
53
53
  # The tiny component of this version of the Net::SSH library
54
- TINY = 4
54
+ TINY = 5
55
55
 
56
56
  # The current version of the Net::SSH library as a Version instance
57
57
  CURRENT = new(MAJOR, MINOR, TINY)
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = "net-ssh"
8
- s.version = "2.6.4"
8
+ s.version = "2.6.5"
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"]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: net-ssh
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.6.4
4
+ version: 2.6.5
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
metadata.gz.sig CHANGED
Binary file