cloud66_agent 1.2.3 → 1.2.4.beta1
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 +6 -6
checksums.yaml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
ZWVjZDhhZGNlZjI0OWI3YWMxZTU3MjVmZWY1MDM3MTUyMGVjOWQzNQ==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
NWFjYjBkYzBlOWQ1NmIwNWQ3Y2ZhMWNhMDcyYzFhMDY1MTY0MTIyNg==
|
|
7
7
|
SHA512:
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
YjFjZTBiY2E1NGYxMzZmOWJmZWE1NTJiNjNiMTA2MTAxYjE0YmRhZDU1OGVl
|
|
10
|
+
YzlhNjYwNGIyYWE4ZDA4MmU5OTQ5ZDE3ZDE1ZWY0ZmIyYzZjMGMzOGYyZjE1
|
|
11
|
+
YjhlNzc0MTU2MDk3YmE4NWI4N2M0MDFiMGE1NTc0ZWZkY2IzZGU=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
MGY3NWY2MDUyNTI5ODgxY2FmYzdmNzA2MjM3NzgwMjc3ZDJhZWUwY2JiYzIx
|
|
14
|
+
NjFjYjkxYmRjZWFmZmZlNTg3N2VlYzFkNjZmYzIxNmY1OGM4ZTkzMzE2YjM3
|
|
15
|
+
NzVkOTRkNGViOWVmYWQ3OWQ1YzU1YjQ1NjZlNTE3NTM0M2EzN2U=
|
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, 2,
|
|
16
|
+
MAJOR, MINOR, PATCH = 1, 2, 4
|
|
17
17
|
|
|
18
18
|
#ie. PRERELEASE_MODIFIER = 'beta1' or nil
|
|
19
|
-
PRERELEASE_MODIFIER =
|
|
19
|
+
PRERELEASE_MODIFIER = 'beta1'
|
|
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.2.
|
|
4
|
+
version: 1.2.4.beta1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Cloud 66
|
|
@@ -86,14 +86,14 @@ dependencies:
|
|
|
86
86
|
requirements:
|
|
87
87
|
- - ~>
|
|
88
88
|
- !ruby/object:Gem::Version
|
|
89
|
-
version: 1.
|
|
89
|
+
version: 1.8.2
|
|
90
90
|
type: :runtime
|
|
91
91
|
prerelease: false
|
|
92
92
|
version_requirements: !ruby/object:Gem::Requirement
|
|
93
93
|
requirements:
|
|
94
94
|
- - ~>
|
|
95
95
|
- !ruby/object:Gem::Version
|
|
96
|
-
version: 1.
|
|
96
|
+
version: 1.8.2
|
|
97
97
|
description: See https://www.cloud66.com for more info
|
|
98
98
|
email:
|
|
99
99
|
- hello@cloud66.com
|
|
@@ -141,12 +141,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
141
141
|
version: '0'
|
|
142
142
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
143
143
|
requirements:
|
|
144
|
-
- - ! '
|
|
144
|
+
- - ! '>'
|
|
145
145
|
- !ruby/object:Gem::Version
|
|
146
|
-
version:
|
|
146
|
+
version: 1.3.1
|
|
147
147
|
requirements: []
|
|
148
148
|
rubyforge_project:
|
|
149
|
-
rubygems_version: 2.
|
|
149
|
+
rubygems_version: 2.4.5
|
|
150
150
|
signing_key:
|
|
151
151
|
specification_version: 4
|
|
152
152
|
summary: Cloud 66 server component
|