Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
delano committed Apr 15, 2015
1 parent 5a1843f commit 9b3893b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
RYE, CHANGES

#### 0.9.13 (2014-02-11) #############################

* FIXED: Fixup for stty annoyance #58 [derjohn]

#### 0.9.12 (2014-02-11) #############################

* CHANGE: Bumped up sysinfo dep to 0.8.1
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.9.12
0.9.13
6 changes: 3 additions & 3 deletions rye.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@

Gem::Specification.new do |s|
s.name = "rye"
s.version = "0.9.12"
s.version = "0.9.13"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Delano Mandelbaum"]
s.cert_chain = ["gem-public_cert.pem"]
s.date = "2014-02-13"
s.date = "2015-04-15"
s.description = "Run SSH commands on a bunch of machines at the same time (from Ruby)."
s.email = "delano@solutious.com"
s.extra_rdoc_files = [
Expand Down Expand Up @@ -68,7 +68,7 @@ Gem::Specification.new do |s|
s.require_paths = ["lib"]
s.rubyforge_project = "rye"
s.rubygems_version = "1.8.23"
s.signing_key = "/etc/certs/gem-private_key.pem" if $0 =~ /gem\z/
s.signing_key = "/etc/certs/gem-private_key.pem"
s.summary = "Run SSH commands on a bunch of machines at the same time (from Ruby)."

if s.respond_to? :specification_version then
Expand Down

0 comments on commit 9b3893b

Please sign in to comment.