vcloud-tools-tester 0.1.0 → 0.1.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.
data/CHANGELOG.md CHANGED
@@ -1,3 +1,11 @@
1
+ ## 0.1.2 (2014-07-14)
2
+
3
+ Make dependency on vCloud Core less restrictive; allow any version in the 0.x series.
4
+
5
+ ## 0.1.1 (2014-07-14)
6
+
7
+ Update dependency on vCloud Core to version 0.6.0.
8
+
1
9
  ## 0.1.0 (2014-06-23)
2
10
 
3
11
  Features:
@@ -1,7 +1,7 @@
1
1
  module Vcloud
2
2
  module Tools
3
3
  module Tester
4
- VERSION = "0.1.0"
4
+ VERSION = "0.1.2"
5
5
  end
6
6
  end
7
7
  end
@@ -27,5 +27,5 @@ Gem::Specification.new do |spec|
27
27
  spec.add_development_dependency 'rubocop', '~> 0.23.0'
28
28
  spec.add_development_dependency 'simplecov', '~> 0.7.1'
29
29
 
30
- spec.add_runtime_dependency 'vcloud-core', '~> 0.5.0'
30
+ spec.add_runtime_dependency 'vcloud-core', '~> 0.5'
31
31
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vcloud-tools-tester
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2014-06-23 00:00:00.000000000 Z
12
+ date: 2014-07-14 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: gem_publisher
@@ -114,7 +114,7 @@ dependencies:
114
114
  requirements:
115
115
  - - ~>
116
116
  - !ruby/object:Gem::Version
117
- version: 0.5.0
117
+ version: '0.5'
118
118
  type: :runtime
119
119
  prerelease: false
120
120
  version_requirements: !ruby/object:Gem::Requirement
@@ -122,7 +122,7 @@ dependencies:
122
122
  requirements:
123
123
  - - ~>
124
124
  - !ruby/object:Gem::Version
125
- version: 0.5.0
125
+ version: '0.5'
126
126
  description: Tool to facilitate testing of vCloud Tools
127
127
  email:
128
128
  - anna.shipman@digital.cabinet-office.gov.uk
@@ -175,7 +175,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
175
175
  version: '0'
176
176
  segments:
177
177
  - 0
178
- hash: -2901022177601151726
178
+ hash: 2769142269779966965
179
179
  requirements: []
180
180
  rubyforge_project:
181
181
  rubygems_version: 1.8.23