vagrant-niftycloud 0.2.0 → 0.2.1

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.
data/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ### 0.1.6 (July 29, 2013)
2
+
3
+ * vagrant up後のサーバステータス取得ロジックが不適切で、既に複数サーバが存在する場合、rsyncによる同期が不適切なタイミングで始まってしまう問題を修正
4
+
1
5
  ## 0.2.0 (July 30, 2013)
2
6
 
3
7
  * エンドポイント切り替え、リージョン・ゾーンの設定を正式サポート
@@ -90,7 +90,7 @@ module VagrantPlugins
90
90
 
91
91
  count += 1
92
92
  sleep 5
93
- server = env[:niftycloud_compute].get(env)
93
+ server = env[:niftycloud_compute].get(env[:machine])
94
94
  env[:ui].info(I18n.t("vagrant_niftycloud.processing"))
95
95
  if count > tries
96
96
  # Delete the instance
@@ -1,5 +1,5 @@
1
1
  module VagrantPlugins
2
2
  module NiftyCloud
3
- VERSION = "0.2.0"
3
+ VERSION = "0.2.1"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vagrant-niftycloud
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-07-30 00:00:00.000000000 Z
12
+ date: 2013-08-06 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rake
@@ -148,7 +148,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
148
148
  version: '0'
149
149
  segments:
150
150
  - 0
151
- hash: -3269219555380113176
151
+ hash: -1529594156051501547
152
152
  required_rubygems_version: !ruby/object:Gem::Requirement
153
153
  none: false
154
154
  requirements: