vagrant-aliyun 0.0.2 → 0.0.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: acda4fa7b423ee238e2d3355cc3923d2c08e025d
4
- data.tar.gz: 6489423b6e46b1fc426e4c67db4a62d09398a32f
3
+ metadata.gz: 3bd55970453c0a4cbe1bfd92816a466e0a510aad
4
+ data.tar.gz: 0555bc4c93626cbc2fb962f97f303f8c2542565e
5
5
  SHA512:
6
- metadata.gz: 766db2437fee642134f264e41cab63557ba9c12ebc4176686847e56215e3a8df89c25f3d81842a6dbc51d546149ab2cf18240b02d6886ce1b34988ae73d5b0a4
7
- data.tar.gz: ae887abc558246a61af48961ae3dd6f459296a9ee581a230f5b36a0b2666bb0881b3d595de1ab58c651bf0f5c434a70b855682b223fdffe76eab9cd9b6897228
6
+ metadata.gz: c12dff3f4e7c26333159b05b8862b4b1598f7938f2020ce3fa945975a8bb144bd06f6fa12d32671d2660f4aab84083e0c7b45b3de8d188615f0ef9f4926283f2
7
+ data.tar.gz: bd1508aea97f67dd5e503f123b7e7b652debf918d23edc97bb18a73053c9d87846f3ea5c1ee4c9212f8ec5a96002fd9a18d336882af41a7b417f6abe1b974dd5
data/Gemfile.lock CHANGED
@@ -23,7 +23,8 @@ GIT
23
23
  PATH
24
24
  remote: .
25
25
  specs:
26
- vagrant-aliyun (0.0.2)
26
+ vagrant-aliyun (0.0.3)
27
+ aliyun-api (~> 0.0.7)
27
28
 
28
29
  GEM
29
30
  remote: https://rubygems.org/
@@ -1,5 +1,5 @@
1
1
  module VagrantPlugins
2
2
  module AliyunECS
3
- VERSION = '0.0.2'
3
+ VERSION = '0.0.3'
4
4
  end
5
5
  end
Binary file
@@ -15,6 +15,8 @@ Gem::Specification.new do |s|
15
15
  s.required_rubygems_version = ">= 1.3.6"
16
16
  s.rubyforge_project = "vagrant-aliyun"
17
17
 
18
+ s.add_runtime_dependency "aliyun-api", "~> 0.0.7"
19
+
18
20
  # The following block of code determines the files that should be included
19
21
  # in the gem. It does this by reading all the files in the directory where
20
22
  # this gemspec is, and parsing out the ignored files from the gitignore.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vagrant-aliyun
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Taurus Cheung
@@ -9,7 +9,21 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
  date: 2015-08-24 00:00:00.000000000 Z
12
- dependencies: []
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: aliyun-api
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - ~>
18
+ - !ruby/object:Gem::Version
19
+ version: 0.0.7
20
+ type: :runtime
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - ~>
25
+ - !ruby/object:Gem::Version
26
+ version: 0.0.7
13
27
  description: Enables Vagrant Provider for Aliyun VM
14
28
  email: tauruscheung@hotmail.com
15
29
  executables: []
@@ -43,8 +57,7 @@ files:
43
57
  - lib/vagrant-aliyun/version.rb
44
58
  - lib/vagrant-aliyun.rb
45
59
  - locales/en.yml
46
- - pkg/vagrant-aliyun-0.0.1.gem
47
- - pkg/vagrant-aliyun-0.0.2.gem
60
+ - pkg/vagrant-aliyun-0.0.3.gem
48
61
  - Rakefile
49
62
  - README.md
50
63
  - vagrant-aliyun.gemspec
Binary file
Binary file