iron_worker_ng 0.7.2 → 0.7.3

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.
Files changed (3) hide show
  1. data/VERSION +1 -1
  2. data/lib/iron_worker_ng/fetcher.rb +1 -1
  3. metadata +2 -2
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.7.2
1
+ 0.7.3
@@ -18,7 +18,7 @@ module IronWorkerNG
18
18
  response = http.request(Net::HTTP::Get.new(uri.request_uri))
19
19
 
20
20
  if response.kind_of?(Net::HTTPRedirection)
21
- IronWorkerNG::Fetcher.fetch(response['location'], to_file)
21
+ return IronWorkerNG::Fetcher.fetch(response['location'], to_file)
22
22
  end
23
23
 
24
24
  if to_file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: iron_worker_ng
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.2
4
+ version: 0.7.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -146,7 +146,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
146
146
  version: '0'
147
147
  segments:
148
148
  - 0
149
- hash: 787590099
149
+ hash: -170003235
150
150
  required_rubygems_version: !ruby/object:Gem::Requirement
151
151
  none: false
152
152
  requirements: