Skip to content

Commit

Permalink
Release 0.8.16
Browse files Browse the repository at this point in the history
  • Loading branch information
delano committed May 20, 2010
1 parent 71b90fc commit 6e0149b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions CHANGES.txt
@@ -1,8 +1,9 @@
RYE, CHANGES

#### 0.8.16 (2010-??-??) #############################
#### 0.8.16 (2010-05-19) #############################

* ADDED: "hg" command to the whitelist.
* ADDED: Updated whitelist: hg, ab, siege, stella, ln, su
* CHANGE: file transfers now print the file path to STDOUT unless in quiet mode

#### 0.8.15 (2010-03-29) #############################

Expand Down
2 changes: 1 addition & 1 deletion lib/rye.rb
Expand Up @@ -42,7 +42,7 @@
module Rye
extend self

VERSION = "0.8.15".freeze unless defined?(VERSION)
VERSION = "0.8.16".freeze unless defined?(VERSION)

@@sysinfo = nil
@@agent_env = Hash.new # holds ssh-agent env vars
Expand Down
2 changes: 1 addition & 1 deletion rye.gemspec
@@ -1,7 +1,7 @@
@spec = Gem::Specification.new do |s|
s.name = "rye"
s.rubyforge_project = "rye"
s.version = "0.8.15"
s.version = "0.8.16"
s.summary = "Rye: Safely run SSH commands on a bunch of machines at the same time (from Ruby)."
s.description = s.summary
s.author = "Delano Mandelbaum"
Expand Down

0 comments on commit 6e0149b

Please sign in to comment.