vagrant-aliyun 0.0.3 → 0.0.4

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: 3bd55970453c0a4cbe1bfd92816a466e0a510aad
4
- data.tar.gz: 0555bc4c93626cbc2fb962f97f303f8c2542565e
3
+ metadata.gz: c7ef1d6f0d68cb8e266af16a511ac62895071ffd
4
+ data.tar.gz: 870da495bef5c60eea45d956c39baf10d0138280
5
5
  SHA512:
6
- metadata.gz: c12dff3f4e7c26333159b05b8862b4b1598f7938f2020ce3fa945975a8bb144bd06f6fa12d32671d2660f4aab84083e0c7b45b3de8d188615f0ef9f4926283f2
7
- data.tar.gz: bd1508aea97f67dd5e503f123b7e7b652debf918d23edc97bb18a73053c9d87846f3ea5c1ee4c9212f8ec5a96002fd9a18d336882af41a7b417f6abe1b974dd5
6
+ metadata.gz: e6a6131f111f29270481677f1b8c3da0eb41bf84c9edc95b7413bb4a39f2917e95229c9ac906cb7d90a04136b1139f7da190d40e13d2c7d2df609237d790fd3c
7
+ data.tar.gz: 5e1c4fc9bee37a2a0f2f1016fccc4390505ff68b0dccd30b11a4a514af9a570dae188542e57fc5f614bce30a41c209c096b6b76c7427549dbe14805618ce6363
data/Gemfile.lock CHANGED
@@ -23,8 +23,9 @@ GIT
23
23
  PATH
24
24
  remote: .
25
25
  specs:
26
- vagrant-aliyun (0.0.3)
26
+ vagrant-aliyun (0.0.4)
27
27
  aliyun-api (~> 0.0.7)
28
+ ruby-hmac (~> 0.4.0)
28
29
 
29
30
  GEM
30
31
  remote: https://rubygems.org/
@@ -1,5 +1,5 @@
1
1
  module VagrantPlugins
2
2
  module AliyunECS
3
- VERSION = '0.0.3'
3
+ VERSION = '0.0.4'
4
4
  end
5
5
  end
Binary file
@@ -16,6 +16,7 @@ Gem::Specification.new do |s|
16
16
  s.rubyforge_project = "vagrant-aliyun"
17
17
 
18
18
  s.add_runtime_dependency "aliyun-api", "~> 0.0.7"
19
+ s.add_runtime_dependency "ruby-hmac", "~> 0.4.0"
19
20
 
20
21
  # The following block of code determines the files that should be included
21
22
  # in the gem. It does this by reading all the files in the directory where
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.3
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Taurus Cheung
@@ -24,6 +24,20 @@ dependencies:
24
24
  - - ~>
25
25
  - !ruby/object:Gem::Version
26
26
  version: 0.0.7
27
+ - !ruby/object:Gem::Dependency
28
+ name: ruby-hmac
29
+ requirement: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - ~>
32
+ - !ruby/object:Gem::Version
33
+ version: 0.4.0
34
+ type: :runtime
35
+ prerelease: false
36
+ version_requirements: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - ~>
39
+ - !ruby/object:Gem::Version
40
+ version: 0.4.0
27
41
  description: Enables Vagrant Provider for Aliyun VM
28
42
  email: tauruscheung@hotmail.com
29
43
  executables: []
@@ -57,7 +71,7 @@ files:
57
71
  - lib/vagrant-aliyun/version.rb
58
72
  - lib/vagrant-aliyun.rb
59
73
  - locales/en.yml
60
- - pkg/vagrant-aliyun-0.0.3.gem
74
+ - pkg/vagrant-aliyun-0.0.4.gem
61
75
  - Rakefile
62
76
  - README.md
63
77
  - vagrant-aliyun.gemspec
Binary file