rbbt 1.1.6 → 1.1.7

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/rbbt/util/open.rb +1 -1
  2. metadata +2 -2
@@ -93,7 +93,7 @@ module Open
93
93
  tmp = TmpFile.tmp_file("open-")
94
94
  `wget -O #{tmp} '#{url}' #{options[:quiet] ? '-q' : '' }`
95
95
 
96
- if $!.success?
96
+ if $?.success?
97
97
  if gziped(url)
98
98
  `mv #{tmp} #{tmp}.gz; gunzip #{tmp}`
99
99
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rbbt
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.6
4
+ version: 1.1.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Miguel Vazquez
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-12-31 00:00:00 +01:00
12
+ date: 2010-01-03 00:00:00 +01:00
13
13
  default_executable: rbbt_config
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency