bosh-bootstrap 0.13.1 → 0.13.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
- MjZlN2JmYTU2MzkzYmI1M2YwZGQ3NmY3MzIyZmIwNmIwYzc0YzM2Ng==
4
+ MTk4NzJmZDdmNjEzMmEzZjQ5YmE1ZjFjNTc4NjZkZDVkOGZkYWQyZQ==
5
5
  data.tar.gz: !binary |-
6
- MDNiYTk0Mjk2ZTc1YWFhMTVkMjIxMmI4Yzc5Y2NmOGQxMTY3ZGE2Ng==
6
+ NzljOTRmMTU5MzgzMGRlMmE3YWE2MTdiMGFjYWYwNzliYzk1YzU4NQ==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- MzM5MTI0ZThkMWFjOTIxOTUyZjJkN2U1YmEwY2QwYmY5MjgyOGNjZjY5YTEy
10
- MGU5ZmU0MGZlMDFkNjkxN2M3NzI5NjcxN2VhZWY0OGQ0Nzc5NTU5NDVjMjcy
11
- ZjhmNGJlZDE4YWJkYjdhMGRmY2VlMTBiODAyODUxNjAyMzBlYzA=
9
+ OGMzN2FkOTc5YjFjNTY0NDMwZWIxZmU3NTU1MjM2NWEzOWU2MWYwZGYxMmNi
10
+ ZjY4NWMzZmM5MGQzM2NlMjAzODQxZjBkNDBmMTIxOGI3NzY4YTNiMjEzNWM3
11
+ Mzk3MWIxZDVhZmNjODZjYTMzM2Q4ZDQzNWU0NmQ0ZjIyZWRmYzY=
12
12
  data.tar.gz: !binary |-
13
- Y2I1NTIzZDIwZGE0MDg3ZDM4ZDY3NmQ5ZmFjNjVjYjQ3ZDliZTllMzk3YmFl
14
- Y2I5Y2I4MzI1Njk3M2UyODRhMTRmZDk4ZGQzMWExYjBiMTRkNjk5ZTY4OTJm
15
- ZjlhMzYwYjZjNDJkMjU2YWIzMmNjOGFmYTA2ZDc3ZDE4ZmYxODQ=
13
+ MDQ0NmYzMDU4MmM3Mzg5YzFhNTFkMzlmNzI4MmY5M2JiMGMwMjhmMWY1ODc4
14
+ NjhjMjJiNWZmMDViYzM0MGU5YmM3Y2Y5YTg2ZjZhNTFjMThmMGI0ZWYxNzg4
15
+ ZDExYzIyYTA0ODY2ZDkxYzZiZjYxNjAxNTlkMDNjY2UyZDY3YzA=
data/ChangeLog.md CHANGED
@@ -17,6 +17,7 @@ v0.13
17
17
  - testing for ruby 2.1.0; though BOSH still requires 1.9.3 at time of writing
18
18
  - upgrade rspec for 3.0 and using expect/to syntax
19
19
  - ignore SSL verification [v0.13.1] - to be made optional in future
20
+ - loosen requirement on cyoi to major version [v0.13.2]
20
21
 
21
22
  v0.12
22
23
  -----
@@ -22,7 +22,7 @@ EOS
22
22
  gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
23
23
  gem.require_paths = ["lib"]
24
24
 
25
- gem.add_dependency "cyoi", "~> 0.9.2"
25
+ gem.add_dependency "cyoi", "~> 0.10"
26
26
  gem.add_dependency "fog", "~> 1.11"
27
27
  gem.add_dependency "readwritesettings", "~> 3.0"
28
28
  gem.add_dependency "thor", "~> 0.18"
@@ -1,5 +1,5 @@
1
1
  module Bosh
2
2
  module Bootstrap
3
- VERSION = "0.13.1"
3
+ VERSION = "0.13.2"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bosh-bootstrap
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.13.1
4
+ version: 0.13.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dr Nic Williams
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-06-18 00:00:00.000000000 Z
11
+ date: 2014-06-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: cyoi
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - ~>
18
18
  - !ruby/object:Gem::Version
19
- version: 0.9.2
19
+ version: '0.10'
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.9.2
26
+ version: '0.10'
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: fog
29
29
  requirement: !ruby/object:Gem::Requirement