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 CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- YjU3MGE0ZWRhNDg2YmUxODNhY2Y3YTA5MWE2M2VkZjZhMGI0YTc4MQ==
4
+ ZjA0ZTMxZTNkOWEwZjAzZTg4YzliMzE2Y2EwNjZiMzkyYWY3MmRlMQ==
5
5
  data.tar.gz: !binary |-
6
- YTNkNGU5ODA2NGI5OTI4MDMxZWZhODMzZmIwMGFlZjZkYzk5MmJiZQ==
6
+ ZTc2M2FmMzZlZWJlMjE4ZTUyNmMxNGVhYTRhZjFkYTlhNjFkZWYxMQ==
7
7
  !binary "U0hBNTEy":
8
8
  metadata.gz: !binary |-
9
- ZjA4ZWFkYzczMDdkNGRlNDhlZDU4ZmQzYzE2OWNmMDYwNGU3NzJlZDkyNDli
10
- ZDNjOGZkNjBlNmRkNTM1NzIyZmUzMDhlMTU5YWIyNGIzNDU3Y2IxMmRkN2I0
11
- OTkyMTAxOTI0YTg2NTE2MTgxNjYwZjJlMTI4YzBlYjdkZjIyYTk=
9
+ YTFmNTk2ZmE1MWRiMzExOGU2NWFkM2RjZWU4ZGY1ZjIyOWMzZGNiOTAyNmI2
10
+ ZWQ1NjIzZGNjMmQzYTFhYjkxMmI2NjA2YTkwY2NmOTU3MTFkODVmMWVlYjRh
11
+ YmJhOGNjNDQ4ZTVjY2MyNWFlMjgwY2RjZjA5MGQxYmYxNDAzNzU=
12
12
  data.tar.gz: !binary |-
13
- NzQyYWRiYmY1NmNmMTFkNDU5OGNkZDE4YjFlMzVmMDVhZTQxOGZjYTBhNjEy
14
- MGRkMmJjNzBjZWU0OTFjYzRiMDgwZDQ0ZDU5YzhlYmZjYzc5YTc1NzJkMGE3
15
- YjY4ZWM5YTdlMzdhYjM5NzVmYWY1M2YxZTlhMDM0MDcwMmRmMDA=
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
- A Test Kitchen Driver for Z Cloud(JP).
3
+ [![Gem Version](https://badge.fury.io/rb/kitchen-zcloudjp.png)](http://badge.fury.io/rb/kitchen-zcloudjp)
4
+ [![Code Climate](https://codeclimate.com/repos/51dccab57e00a45829007ba1/badges/a5103e1bf378c5da5bad/gpa.png)](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 controle panel.
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
@@ -19,6 +19,6 @@
19
19
  module Kitchen
20
20
  module Driver
21
21
  # Version string for Zcloudjp Test Kitchen driver
22
- ZCLOUDJP_VERSION = "0.1.0"
22
+ ZCLOUDJP_VERSION = "0.1.1"
23
23
  end
24
24
  end
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.0
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-09 00:00:00.000000000 Z
11
+ date: 2013-07-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: test-kitchen