rye 0.9.12 → 0.9.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data.tar.gz.sig +0 -0
- data/CHANGES.txt +4 -0
- data/VERSION +1 -1
- data/lib/rye/box.rb +1 -1
- data/rye.gemspec +2 -2
- metadata +2 -2
- metadata.gz.sig +0 -0
data.tar.gz.sig
CHANGED
|
Binary file
|
data/CHANGES.txt
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.9.
|
|
1
|
+
0.9.13
|
data/lib/rye/box.rb
CHANGED
|
@@ -155,7 +155,7 @@ module Rye
|
|
|
155
155
|
@rye_password_prompt = @rye_opts.delete(:password_prompt)
|
|
156
156
|
|
|
157
157
|
# Store the state of the terminal
|
|
158
|
-
@rye_stty_save = `stty -g`.chomp rescue nil
|
|
158
|
+
@rye_stty_save = `stty -g 2>/dev/null`.chomp rescue nil
|
|
159
159
|
|
|
160
160
|
unless @rye_templates.nil?
|
|
161
161
|
require @rye_templates.to_s # should be :erb
|
data/rye.gemspec
CHANGED
|
@@ -5,12 +5,12 @@
|
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
7
|
s.name = "rye"
|
|
8
|
-
s.version = "0.9.
|
|
8
|
+
s.version = "0.9.13"
|
|
9
9
|
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
11
11
|
s.authors = ["Delano Mandelbaum"]
|
|
12
12
|
s.cert_chain = ["gem-public_cert.pem"]
|
|
13
|
-
s.date = "
|
|
13
|
+
s.date = "2015-04-15"
|
|
14
14
|
s.description = "Run SSH commands on a bunch of machines at the same time (from Ruby)."
|
|
15
15
|
s.email = "delano@solutious.com"
|
|
16
16
|
s.extra_rdoc_files = [
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rye
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.9.
|
|
4
|
+
version: 0.9.13
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -37,7 +37,7 @@ cert_chain:
|
|
|
37
37
|
MlhLZnFnOVI3NEtLbVI0aDIyZTc0b3ZqMXZ0b1l2SVRGT1pwQ1FmNDZJdXcr
|
|
38
38
|
V3pEQTNmegptNG44WUlKSmVyMG5zZz09Ci0tLS0tRU5EIENFUlRJRklDQVRF
|
|
39
39
|
LS0tLS0K
|
|
40
|
-
date:
|
|
40
|
+
date: 2015-04-15 00:00:00.000000000 Z
|
|
41
41
|
dependencies:
|
|
42
42
|
- !ruby/object:Gem::Dependency
|
|
43
43
|
name: annoy
|
metadata.gz.sig
CHANGED
|
Binary file
|