kitchen-zcloudjp 0.1.0 → 0.1.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.
- checksums.yaml +8 -8
- data/README.md +5 -2
- data/lib/kitchen/driver/zcloudjp.rb +1 -1
- data/lib/kitchen/driver/zcloudjp_version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
ZjA0ZTMxZTNkOWEwZjAzZTg4YzliMzE2Y2EwNjZiMzkyYWY3MmRlMQ==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
ZTc2M2FmMzZlZWJlMjE4ZTUyNmMxNGVhYTRhZjFkYTlhNjFkZWYxMQ==
|
|
7
7
|
!binary "U0hBNTEy":
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
YTFmNTk2ZmE1MWRiMzExOGU2NWFkM2RjZWU4ZGY1ZjIyOWMzZGNiOTAyNmI2
|
|
10
|
+
ZWQ1NjIzZGNjMmQzYTFhYjkxMmI2NjA2YTkwY2NmOTU3MTFkODVmMWVlYjRh
|
|
11
|
+
YmJhOGNjNDQ4ZTVjY2MyNWFlMjgwY2RjZjA5MGQxYmYxNDAzNzU=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
OTVkMGRkYjYyMWJhNzRjNmIzYzM1NjYxMzRjOGNmYjZlOWZlM2QyMDhkZjE5
|
|
14
|
+
ZjFkMjc1MDA1MDZiNGUwZDYxN2YxOTUxNGM3OGQ1ZjA2OTQyMTMzNjRiMjgw
|
|
15
|
+
NjM0N2RmMzYzZTg0N2RjMjczZTQyMzI0ODE4ZjM1NjM2MmFhNTU=
|
data/README.md
CHANGED
|
@@ -1,6 +1,9 @@
|
|
|
1
1
|
# Kitchen::Zcloudjp A Test Kitchen Driver for Z Cloud(joyent)
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
[](http://badge.fury.io/rb/kitchen-zcloudjp)
|
|
4
|
+
[](https://codeclimate.com/repos/51dccab57e00a45829007ba1/feed)
|
|
5
|
+
|
|
6
|
+
A Test Kitchen Driver for [Z Cloud(JP)](http://z-cloud.jp/).
|
|
4
7
|
|
|
5
8
|
Current_Status => 'developing'
|
|
6
9
|
|
|
@@ -32,7 +35,7 @@ Or install it yourself as:
|
|
|
32
35
|
|
|
33
36
|
**Required** The Z Cloud(joyent) apikey to use.
|
|
34
37
|
|
|
35
|
-
You can see an account section at Z Cloud
|
|
38
|
+
You can see an account section at [Z Cloud control panel](https://my.z-cloud.jp).
|
|
36
39
|
|
|
37
40
|
### dataset
|
|
38
41
|
|
|
@@ -104,7 +104,7 @@ module Kitchen
|
|
|
104
104
|
pkgin -y install libxslt
|
|
105
105
|
|
|
106
106
|
## install chef
|
|
107
|
-
gem update --system
|
|
107
|
+
gem update --system --no-ri --no-rdoc
|
|
108
108
|
gem install --no-ri --no-rdoc ohai
|
|
109
109
|
gem install --no-ri --no-rdoc chef
|
|
110
110
|
gem install --no-ri --no-rdoc rb-readline
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: kitchen-zcloudjp
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- sawanoboly
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2013-07-
|
|
11
|
+
date: 2013-07-10 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: test-kitchen
|