cloud66_agent 1.1.0 → 1.1.1.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 CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- MzllZWU5MTFmOTU3Nzk0NmE5YTFlZDRmZDM3ODA2YzFkNzdmZDgwNw==
4
+ NmE4ZGFhZTllMDFiZmZjOTQ2MjNiMTBkNmQzYjM0N2E5ZTc4MmEyMg==
5
5
  data.tar.gz: !binary |-
6
- NmUzZTk0MzgxNGQ0YTE1ZmEwZTViMzE1Nzk3ZDI2NDg3MDk1YmE4OQ==
6
+ MzdiMTQ5ZjliOTAyNDY3OWVhOTQ3NGJhOTZmYjdhODJlMmE0MDhiOA==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- NjAxMmNkODgyYzU1N2JiNDQ5NTIwNjZhMDA4OWRkYzYxYTUyMjA4Y2Q2ODAz
10
- N2YyZWUxZGRjYjBkNWZkMWFiNjg5N2JiYTI1MzQwM2VkNzYxNDA2ZWVlMDM1
11
- NjFjNjYyOWVmNWNmMjlkNWQ3NzRkMWIyZWNhYjMxOGMwNGIyZTI=
9
+ YjlmNzMwZjdjM2I5OTdmMGNiOTliNDUzMzU5NTU3NWZkMDRkMTcwMzRiNTI1
10
+ ODlhN2ViYWQ3MzhjNDVlODhlN2RlNGE3MWZhMmQyNDI2NzUzYzEwZDY4YWE1
11
+ Njg4ZTdiNDQ3YTk0NmE1NDVlZmExODVjMGUwOGRkZjZmOTNlZDA=
12
12
  data.tar.gz: !binary |-
13
- YzczODdiY2RjOGM4ZTI1ZGRjYzYxYmI3NWNiYjNhYWU5ZTA4OGQ5OGU0ZjI5
14
- MWM3YWU3YjNiMWQzNDY3ZTMwMzhhNjIxNjFhZTI0NDFkMDE1NzA1MTM0OTkw
15
- OWM2YjUyYzBjMWI0YTA2MTU2NDRjNWU0NTI1YzA1YTg2OWI4NzM=
13
+ ZDgzZTg5NTM1ZTdiMDczNDAwZDhmYTUwM2NjYzgwMDM3NDBkMGUyZjI3MDZk
14
+ Mjg1N2IyOGY3ZDA0YzZkOWYxYmM4MDU2NDY5MGQ3OGY3Zjg3MzFmNWRiYWY5
15
+ NDdiNjRiMWYxYTU4ZmU2MGFjOWJiMmM3NjNjM2QwNzQ0ZGM5ZmU=
@@ -20,7 +20,7 @@ Gem::Specification.new do |gem|
20
20
  gem.executables = `git ls-files -- bin/*`.split("\n").map { |f| File.basename(f) }
21
21
  gem.require_paths = ["lib"]
22
22
  # dependencies
23
- gem.add_dependency('httparty', '>= 0.8.1')
23
+ gem.add_dependency('httparty', '~>0.11.0')
24
24
 
25
25
  # backups
26
26
  gem.add_dependency('backup', '~>3.2.0')
@@ -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, 1, 0
16
+ MAJOR, MINOR, PATCH = 1, 1, 1
17
17
 
18
18
  #ie. PRERELEASE_MODIFIER = 'beta1'
19
- PRERELEASE_MODIFIER = nil
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.1.0
4
+ version: 1.1.1.beta1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Cloud 66
@@ -14,16 +14,16 @@ dependencies:
14
14
  name: httparty
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - ! '>='
17
+ - - ~>
18
18
  - !ruby/object:Gem::Version
19
- version: 0.8.1
19
+ version: 0.11.0
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
- - - ! '>='
24
+ - - ~>
25
25
  - !ruby/object:Gem::Version
26
- version: 0.8.1
26
+ version: 0.11.0
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: backup
29
29
  requirement: !ruby/object:Gem::Requirement
@@ -138,9 +138,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
138
138
  version: '0'
139
139
  required_rubygems_version: !ruby/object:Gem::Requirement
140
140
  requirements:
141
- - - ! '>='
141
+ - - ! '>'
142
142
  - !ruby/object:Gem::Version
143
- version: '0'
143
+ version: 1.3.1
144
144
  requirements: []
145
145
  rubyforge_project:
146
146
  rubygems_version: 2.2.1