cloud66_agent 1.0.11 → 1.0.12.pre1
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/cloud66_agent.gemspec +1 -1
- data/lib/cloud66_agent/utils/version.rb +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
|
+
YmE2YjY2ZWU5ODAzZTJmZGMxMTAyZDk0ZTJmNTU3YTEzNzE5NTAxMg==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
MTllYWMyMTAyODEzNGU3ZTNhYWU5MjYwYTc1ZjQ5MGYwZTRmODkyNQ==
|
|
7
7
|
!binary "U0hBNTEy":
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
ODlkYmIxZmI0YWRkOThkN2Y1ODU3OWE0MWMwMzcxNWY4MTRkNmU4ZWQ4OWMx
|
|
10
|
+
MmI3Mzk3ODFlZDY0OTk3MGViZWI2OTU0NGMwNWIzMzQ0YWUwY2YxY2JiODY0
|
|
11
|
+
ZGQ3NGE3MmM4OGE5NzVhNzg2YWU4ZDMzNThmMGExYjBmZGM4ZDE=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
YTA2YTdhMjVmZjI5MmRhODVlNjAwYWVkZDc1M2I2MWYwYjRjOGM0NGQzM2Yx
|
|
14
|
+
ZmQ3Mzk1YzU4ZTYwMTY0ZmYzYmQ1MjliOTZjM2FlNGVkYjllNjhmZWNlMzli
|
|
15
|
+
YjgyMTMyNmZlOGVlYTM0YjQxZTFjMjU1ZDNkYTM3N2EzM2Y5MmU=
|
data/cloud66_agent.gemspec
CHANGED
|
@@ -13,10 +13,10 @@ module Cloud66
|
|
|
13
13
|
# Defines the minor version
|
|
14
14
|
# PATCH:
|
|
15
15
|
# Defines the patch version
|
|
16
|
-
MAJOR, MINOR, PATCH = 1, 0,
|
|
16
|
+
MAJOR, MINOR, PATCH = 1, 0, 12
|
|
17
17
|
|
|
18
18
|
#ie. PRERELEASE_MODIFIER = 'beta1'
|
|
19
|
-
PRERELEASE_MODIFIER =
|
|
19
|
+
PRERELEASE_MODIFIER = 'pre1'
|
|
20
20
|
|
|
21
21
|
##
|
|
22
22
|
# Returns the major version ( big release based off of multiple minor releases )
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: cloud66_agent
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.12.pre1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Cloud 66
|
|
@@ -100,14 +100,14 @@ dependencies:
|
|
|
100
100
|
requirements:
|
|
101
101
|
- - ~>
|
|
102
102
|
- !ruby/object:Gem::Version
|
|
103
|
-
version: 1.
|
|
103
|
+
version: 1.8.0
|
|
104
104
|
type: :runtime
|
|
105
105
|
prerelease: false
|
|
106
106
|
version_requirements: !ruby/object:Gem::Requirement
|
|
107
107
|
requirements:
|
|
108
108
|
- - ~>
|
|
109
109
|
- !ruby/object:Gem::Version
|
|
110
|
-
version: 1.
|
|
110
|
+
version: 1.8.0
|
|
111
111
|
description: See https://www.cloud66.com for more info
|
|
112
112
|
email:
|
|
113
113
|
- hello@cloud66.com
|
|
@@ -151,9 +151,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
151
151
|
version: '0'
|
|
152
152
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
153
153
|
requirements:
|
|
154
|
-
- - ! '
|
|
154
|
+
- - ! '>'
|
|
155
155
|
- !ruby/object:Gem::Version
|
|
156
|
-
version:
|
|
156
|
+
version: 1.3.1
|
|
157
157
|
requirements: []
|
|
158
158
|
rubyforge_project:
|
|
159
159
|
rubygems_version: 2.0.6
|