kitchen-zcloudjp 0.3.1 → 0.3.2

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
- MGUyN2JkYzhkZDNkZDJhODNlY2NjZDRjNWVhZTM3NzkzNDJjNWE5NQ==
4
+ ZDJjM2MzZDM3YjQ2ZDdjNmRjMTkwY2RlZmZmNTJjNmNiNWI3ZDJmNw==
5
5
  data.tar.gz: !binary |-
6
- YWMyMjE4YjNlZDAzYmFkYjgzZTYzNTVhNzExZDYzNjRkMGY5MDcxYg==
7
- !binary "U0hBNTEy":
6
+ OWY0MGQ3ZTBlODU0ZTU2MzgzODE3Y2VhNTVmZDIzYTg4N2I3ZDJmYQ==
7
+ SHA512:
8
8
  metadata.gz: !binary |-
9
- NWI4OGU2ODc0YjA0MzU2NzU5NzczMzU0M2ZlYjIxZDA2MTZkMDZiMGM3NjEz
10
- OGU5NDk3MTE1ODIyMWNkYjAwZGQ5NGE5MzFlMzhmMTBjNmRhNTExN2VhMzVi
11
- ZDg5ODU1ZTc2NmFmMmM2OTg1ZWQ3MjhhZjM0ZjkxMDQ2MmVjYjY=
9
+ ODAxMTlmM2NhY2FkM2VlOGY0YTlkYzZiNjZhMjg3MGU5NjI1YjljZWM3NDYz
10
+ Y2EwODUyOTUzMWVkMDdjMmM3YmRhMWE1MGY1YjgwZGExOTVkMThkNDFhNmIy
11
+ YmY1NjAyMTE0NGFmYmYwNzUzNTEwNmFkYjhhOWNmZmM0ZDc2ZWM=
12
12
  data.tar.gz: !binary |-
13
- MjNlZTMxMjdlZDEyNTIxNTExODMxNWFlZTBiMzMwMmQ3YTJmN2U1ZjU5ZmUz
14
- NDQwMTIyYTVhZWI0YTFmZGIzZWI3NTM1OWYxZGMyMDMzMjc1MjUxNGNmNjBi
15
- MWY4MjZlZDZkM2U0ODczNjFiYWFlNTBiZTBiMTFmNzQ3ZmMyZTY=
13
+ YzIxMTUwMWVjNTY4OTE1YjU1NTA1ZjQyZmFiYjhkOTBkN2EwYmVkNDgwNDU2
14
+ OWNiNTZmMWI0N2M1YTRlYTllMDA5MjQzZjRmNzY0NDgyOWQ5Njc2MTk4ZmFk
15
+ OTdiNDVlNWZiNGYzOGFjYjcyMmE5OTEwNjM5Yzc3YWFlNjFjNTk=
@@ -27,6 +27,4 @@ Gem::Specification.new do |spec|
27
27
  spec.add_development_dependency 'cane'
28
28
  spec.add_development_dependency 'tailor'
29
29
  spec.add_development_dependency 'countloc'
30
- spec.add_development_dependency 'librarian-chef'
31
- spec.add_development_dependency 'berkshelf'
32
30
  end
@@ -163,7 +163,7 @@ module Kitchen
163
163
  pkgin -y install libxslt
164
164
 
165
165
  ## install chef
166
- gem update --system 2.0.6 --no-ri --no-rdoc
166
+ gem update --system --no-ri --no-rdoc
167
167
  gem install --no-ri --no-rdoc ohai
168
168
  gem install --no-ri --no-rdoc chef
169
169
  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.3.1"
22
+ ZCLOUDJP_VERSION = "0.3.2"
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.3.1
4
+ version: 0.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - sawanoboly
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-09-10 00:00:00.000000000 Z
11
+ date: 2013-09-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: test-kitchen
@@ -108,34 +108,6 @@ dependencies:
108
108
  - - ! '>='
109
109
  - !ruby/object:Gem::Version
110
110
  version: '0'
111
- - !ruby/object:Gem::Dependency
112
- name: librarian-chef
113
- requirement: !ruby/object:Gem::Requirement
114
- requirements:
115
- - - ! '>='
116
- - !ruby/object:Gem::Version
117
- version: '0'
118
- type: :development
119
- prerelease: false
120
- version_requirements: !ruby/object:Gem::Requirement
121
- requirements:
122
- - - ! '>='
123
- - !ruby/object:Gem::Version
124
- version: '0'
125
- - !ruby/object:Gem::Dependency
126
- name: berkshelf
127
- requirement: !ruby/object:Gem::Requirement
128
- requirements:
129
- - - ! '>='
130
- - !ruby/object:Gem::Version
131
- version: '0'
132
- type: :development
133
- prerelease: false
134
- version_requirements: !ruby/object:Gem::Requirement
135
- requirements:
136
- - - ! '>='
137
- - !ruby/object:Gem::Version
138
- version: '0'
139
111
  description: A Test Kitchen Driver for Zcloudjp
140
112
  email:
141
113
  - sawanoboriyu@higanworks.com
@@ -171,7 +143,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
171
143
  version: '0'
172
144
  requirements: []
173
145
  rubyforge_project:
174
- rubygems_version: 2.0.7
146
+ rubygems_version: 2.1.1
175
147
  signing_key:
176
148
  specification_version: 4
177
149
  summary: A Test Kitchen Driver for Zcloudjp