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 CHANGED
Binary file
@@ -1,5 +1,9 @@
1
1
  RYE, CHANGES
2
2
 
3
+ #### 0.9.13 (2014-02-11) #############################
4
+
5
+ * FIXED: Fixup for stty annoyance #58 [derjohn]
6
+
3
7
  #### 0.9.12 (2014-02-11) #############################
4
8
 
5
9
  * CHANGE: Bumped up sysinfo dep to 0.8.1
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.9.12
1
+ 0.9.13
@@ -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
@@ -5,12 +5,12 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = "rye"
8
- s.version = "0.9.12"
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 = "2014-02-13"
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.12
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: 2014-02-13 00:00:00.000000000 Z
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