Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
delano committed May 13, 2013
1 parent 4cf0989 commit df51079
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@

=== 1.1.1 / 13 May 2013

* Allow passing a shell to use when executing scp. [Arthur Schreiber]

=== 1.1.0 / 06 Feb 2013

* Added public cert. All gem releases are now signed. See INSTALL in readme.
Expand Down
2 changes: 1 addition & 1 deletion lib/net/scp/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ module Net; class SCP
class Version < Net::SSH::Version
MAJOR = 1
MINOR = 1
TINY = 0
TINY = 1

# The current version, as a Version instance
CURRENT = new(MAJOR, MINOR, TINY)
Expand Down
4 changes: 2 additions & 2 deletions net-scp.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@

Gem::Specification.new do |s|
s.name = "net-scp"
s.version = "1.1.0"
s.version = "1.1.1"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Jamis Buck", "Delano Mandelbaum"]
s.cert_chain = ["gem-public_cert.pem"]
s.date = "2013-02-06"
s.date = "2013-05-13"
s.description = "A pure Ruby implementation of the SCP client protocol"
s.email = "net-ssh@solutious.com"
s.extra_rdoc_files = [
Expand Down

0 comments on commit df51079

Please sign in to comment.