Skip to content

Commit eeec9d7

Browse files
committed
Version bump (2.1.2)
1 parent 55341e1 commit eeec9d7

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGES.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11

2+
=== 2.1.2 / 07 May 2013
3+
4+
* Fix fragmentation download failure [accardi]
5+
26
=== 2.1.0 / 06 Feb 2013
37

48
* Added public cert. All gem releases are now signed. See INSTALL in readme.

lib/net/sftp/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ module Net; module SFTP
66
class Version < Net::SSH::Version
77
MAJOR = 2
88
MINOR = 1
9-
TINY = 1
9+
TINY = 2
1010

1111
# The current version, as a Version instance
1212
CURRENT = new(MAJOR, MINOR, TINY)

net-sftp.gemspec

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

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

1010
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
1111
s.authors = ["Jamis Buck", "Delano Mandelbaum"]
1212
s.cert_chain = ["gem-public_cert.pem"]
13-
s.date = "2013-02-06"
13+
s.date = "2013-05-07"
1414
s.description = "A pure Ruby implementation of the SFTP client protocol"
1515
s.email = "[email protected]"
1616
s.extra_rdoc_files = [

0 commit comments

Comments
 (0)