cloudformation-tool 0.8.1 → 0.8.2

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d2a83cfc75b879dad0a43b01551dc7b94a704940c63b4714a8d82c6b9a0d5fc2
4
- data.tar.gz: 08817637b50c73e103aa5a5b9df710bd7a58019fc364fdf8fd4ac08efca10fbc
3
+ metadata.gz: 0958cc43bb5fc00d7d4d53438057ac2c9f68785d36cc2ed13c3e9b531b3375af
4
+ data.tar.gz: cf3419fa84ba8ad821e711265ae0f57708260bcf4eba0f3e0745541fd74dd07e
5
5
  SHA512:
6
- metadata.gz: a029e581598ebd4f8c63abf0e625e1ac0e45077d3ce5a23e1e2dd9155ef5b7a7fb564c5b0f8498f7694e4c535457c16ce0179446125b5ce318d6a360cc0f584a
7
- data.tar.gz: d54398228a4b36c80bb022563c4eaea85d9762d63bae8ff654499a9a904c3a1a63fa67e88cd6384dd174f21837fb19b347db30d2f0886772d84b236b084f1768
6
+ metadata.gz: e3f5e4044bee47fc8d1e106c14165134cffa7f7d65585ac3621bd3f6042ad1344fb2f7edc521ff19fdea1ea66503f4e70fb1fdb740f25d5ec9200171f42275cb
7
+ data.tar.gz: 1211723227d2c09c9569d315b52105a7cccb825fcbe79d4da56af53f9489696f610befd556fce4c4e877a3ba1d2c61e8a7b3847699b95f7e6683139906eede3b
@@ -56,7 +56,7 @@ module CloudFormationTool
56
56
  when Net::HTTPRedirection then
57
57
  location = response['location']
58
58
  log "redirected to #{location}"
59
- fetch_from_url(location, limit - 1)
59
+ fetch_from_url_real(location, limit - 1)
60
60
  else
61
61
  raise CloudFormationTool::Errors::AppError, "Error downloading #{url}: #{response.value}"
62
62
  end
@@ -1,3 +1,3 @@
1
1
  module CloudFormationTool
2
- VERSION = '0.8.1'
2
+ VERSION = '0.8.2'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cloudformation-tool
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.1
4
+ version: 0.8.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Oded Arbel