vagrant-conoha 0.1.9 → 0.1.10

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: 168c319c4da5f2114ade0d348e0eb0f61599fcab
4
- data.tar.gz: 83024bfb8d63c3dc6f60e69f26eafc91d6ec6ce6
3
+ metadata.gz: efba8b8c05215a08aceec75c5cfee78b906e0b1a
4
+ data.tar.gz: 87e36045dcffd7b462e9802fc5bc5e126bd35617
5
5
  SHA512:
6
- metadata.gz: 0b1c3370a728d683b74892e1e24588c9c03606f46e4d31bb34beb18baec2e30bc8f0cd6038ee3fb7ccb68cfb7573071d3ce8573905fb95cef3d5764c460d3f5b
7
- data.tar.gz: e0b4705d06854fd778a719c9d3b466bcbc6c378e6b19609cf5a74628113560cba30f1d544e942968f7fed83fd971221cb194d3124351b3946fc77f1e629bbe64
6
+ metadata.gz: 70f92deebb3458f2b9fb7f923cc23d218a288c612d0c37b9705fa82bd52847066bc44802f97f6ad2bd410ac271f42a351c98e14d7ba7bcea99e2aa06465aa001
7
+ data.tar.gz: 648b8205faa8cc2212749c6d93c5e6ff4dc56e69133d15969b69d170bcab2f89c2977dd0db31349e224952c5c6e8ebe5d4942b1f93ab28fb9f664d2f775223ca
@@ -43,7 +43,9 @@ module VagrantPlugins
43
43
  url = se[0][endpoint_type].strip
44
44
  else
45
45
  se.each do |endpoint|
46
- url = endpoint[endpoint_type].strip if endpoint['region'].eql? config.region
46
+ if endpoint.key? endpoint_type
47
+ url = endpoint[endpoint_type].strip if endpoint['region'].eql? config.region
48
+ end
47
49
  end
48
50
  end
49
51
  endpoints[service['type'].to_sym] = url unless url.nil? || url.empty?
@@ -4,7 +4,7 @@ module VagrantPlugins
4
4
  # Stable versions must respect the pattern given
5
5
  # by VagrantPlugins::ConoHa::VERSION_PATTERN
6
6
  #
7
- VERSION = '0.1.9'
7
+ VERSION = '0.1.10'
8
8
 
9
9
  #
10
10
  # Stable version must respect the naming convention 'x.y.z'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vagrant-conoha
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.9
4
+ version: 0.1.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Hironobu Saitoh
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-07-07 00:00:00.000000000 Z
11
+ date: 2017-12-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: json