stacker_bee 2.1.1.pre280 → 2.1.1.pre281
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/stacker_bee.gemspec +2 -2
- metadata +5 -5
checksums.yaml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
NGM4NTA3OTExNDUzMzViZjRhNjJlMDc1YTZjNzEwYzg2MzFiZjNhZQ==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
NzJmZTA1NTRhNDU1M2EzZGQ4NjljZmMzZDQ1NTBlMjFjM2Y0MmViZQ==
|
|
7
7
|
SHA512:
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
ZDU0MDFhNTExNjM2MjY3OTRlOTc3MzM1ZmYxOTcxYjJjYmU1NDU3YWQxNzIz
|
|
10
|
+
MDdjMTJjNWFjODIyZjg0YjllOTExOTRkMDRkZWQ0MjgxYmU2OWU2MDg0ZmY3
|
|
11
|
+
OWFlNDk2ZTM4MWEzOTY2ZTQzY2FhM2MwMGFiYzQ2MTQxMmI3MjE=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
OTkxZjA1NGEwMmU2ZTU1NmM0ZWZhYjhhMTA4NWQ1MzAyYmFiOTQwMmQ0ZGQ5
|
|
14
|
+
ZGFkZTNmMWE5Y2EyNDMyM2NjOGVhOTg5MjgxNGE0ZDQyOTM2OTdjMGFhNTZj
|
|
15
|
+
OTg2MDA5MzUzNGViNWJhNDk3ZDY2ODFiZmVmZDMwOGFlZGEzNzQ=
|
data/stacker_bee.gemspec
CHANGED
|
@@ -34,8 +34,8 @@ Gem::Specification.new do |spec|
|
|
|
34
34
|
|
|
35
35
|
# It should be consistent for Travis and all developers, since we don't check
|
|
36
36
|
# in the Gemfile.lock
|
|
37
|
-
spec.add_development_dependency 'rubocop', '0.
|
|
38
|
-
spec.add_development_dependency 'rubocop-rspec', '1.
|
|
37
|
+
spec.add_development_dependency 'rubocop', '0.26'
|
|
38
|
+
spec.add_development_dependency 'rubocop-rspec', '1.2.0'
|
|
39
39
|
|
|
40
40
|
# Release every merge to master as a prerelease
|
|
41
41
|
if ENV['TRAVIS']
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: stacker_bee
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.1.1.
|
|
4
|
+
version: 2.1.1.pre281
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Greg Sterndale
|
|
@@ -163,28 +163,28 @@ dependencies:
|
|
|
163
163
|
requirements:
|
|
164
164
|
- - '='
|
|
165
165
|
- !ruby/object:Gem::Version
|
|
166
|
-
version: 0.
|
|
166
|
+
version: '0.26'
|
|
167
167
|
type: :development
|
|
168
168
|
prerelease: false
|
|
169
169
|
version_requirements: !ruby/object:Gem::Requirement
|
|
170
170
|
requirements:
|
|
171
171
|
- - '='
|
|
172
172
|
- !ruby/object:Gem::Version
|
|
173
|
-
version: 0.
|
|
173
|
+
version: '0.26'
|
|
174
174
|
- !ruby/object:Gem::Dependency
|
|
175
175
|
name: rubocop-rspec
|
|
176
176
|
requirement: !ruby/object:Gem::Requirement
|
|
177
177
|
requirements:
|
|
178
178
|
- - '='
|
|
179
179
|
- !ruby/object:Gem::Version
|
|
180
|
-
version: 1.
|
|
180
|
+
version: 1.2.0
|
|
181
181
|
type: :development
|
|
182
182
|
prerelease: false
|
|
183
183
|
version_requirements: !ruby/object:Gem::Requirement
|
|
184
184
|
requirements:
|
|
185
185
|
- - '='
|
|
186
186
|
- !ruby/object:Gem::Version
|
|
187
|
-
version: 1.
|
|
187
|
+
version: 1.2.0
|
|
188
188
|
description: Ruby CloudStack client and CLI
|
|
189
189
|
email:
|
|
190
190
|
- team@promptworks.com
|