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 +4 -4
- data/Gemfile.lock +2 -1
- data/lib/vagrant-aliyun/version.rb +1 -1
- data/pkg/vagrant-aliyun-0.0.3.gem +0 -0
- data/vagrant-aliyun.gemspec +2 -0
- metadata +17 -4
- data/pkg/vagrant-aliyun-0.0.1.gem +0 -0
- data/pkg/vagrant-aliyun-0.0.2.gem +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3bd55970453c0a4cbe1bfd92816a466e0a510aad
|
|
4
|
+
data.tar.gz: 0555bc4c93626cbc2fb962f97f303f8c2542565e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c12dff3f4e7c26333159b05b8862b4b1598f7938f2020ce3fa945975a8bb144bd06f6fa12d32671d2660f4aab84083e0c7b45b3de8d188615f0ef9f4926283f2
|
|
7
|
+
data.tar.gz: bd1508aea97f67dd5e503f123b7e7b652debf918d23edc97bb18a73053c9d87846f3ea5c1ee4c9212f8ec5a96002fd9a18d336882af41a7b417f6abe1b974dd5
|
data/Gemfile.lock
CHANGED
|
Binary file
|
data/vagrant-aliyun.gemspec
CHANGED
|
@@ -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.
|
|
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.
|
|
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
|