fog-sakuracloud 1.7.1 → 1.7.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
  SHA1:
3
- metadata.gz: 9faa7e1c72af7aab6d6d2bd4ffff2b9bba0cef1d
4
- data.tar.gz: 3c07e65b1476adf2891027522bf5c621c8c94475
3
+ metadata.gz: b3e45267e7e8d49586a451ef1335c6ab094aa574
4
+ data.tar.gz: 9f67bd69860395c987593a5161d32ad71ce3f220
5
5
  SHA512:
6
- metadata.gz: bae1c9cbf5db7180114a0beb1d02b2f4fd41a392bc998e593056e0dc8e8e09fc2587a086b263a734427066febdda3d451e0e3d7d1057aeb4ec61bdd5fe1aa1ce
7
- data.tar.gz: 824c68e088f9cc9fccc849978d6ca90f89a7c9d9f6551768bd0a714706a25d673ad1377be7455d2e36670f47616c76d09098d6e8856bd107196cb570681c3cdc
6
+ metadata.gz: affff28d406fcdc97ac0e0c9ebba77ae5974d5e59145cfcd506fdf4f472de802450c06c36616ae883455c1cdaac7c5557846ea5c6108507d37d80a04b982c8a2
7
+ data.tar.gz: f1883cefe8b7dfbce112b5d5c8bd03f3012eab05cdc99df91a201d12b2d0ba0b76e347e10ec52f15ac67e8f2e1814198969bdb6f1b3250c44339bc54b062ba1c
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Changelog of fog-sakuracloud
2
2
 
3
+ ## v1.7.2
4
+
5
+ - Bug: remove debug code from create_router
6
+
3
7
  ## v1.7.1
4
8
 
5
9
  - Misc: Pass zone from Fog.credentials[:sakuracloud_api_zone].
@@ -24,7 +24,6 @@ module Fog
24
24
  attached_switch = service.create_router(@attributes).body["Internet"]
25
25
  Fog::Logger.warning("Waiting available new router...")
26
26
  new_data = switch_available?(service, attached_switch["ID"])
27
- puts ::JSON.pretty_generate new_data
28
27
  id = new_data['internet']['ID']
29
28
  merge_attributes(new_data['internet'])
30
29
  self.reload
@@ -1,5 +1,5 @@
1
1
  module Fog
2
2
  module Sakuracloud
3
- VERSION = "1.7.1"
3
+ VERSION = "1.7.2"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fog-sakuracloud
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.7.1
4
+ version: 1.7.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - sawanoboly