teamcity-ruby-client 1.3.0 → 1.3.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,8 @@
1
+ ## 1.3.1 (Jun 4, 20014)
2
+
3
+ * Dependencies
4
+ * Loosen up hashie version constraint to >= 2.0
5
+
1
6
  ## 1.3.0 (Jun 4, 2014)
2
7
 
3
8
  * BuildType: Added ```.buildtype_branches```, provides the ability to
@@ -1,3 +1,3 @@
1
1
  module TeamCity
2
- VERSION = '1.3.0'
2
+ VERSION = '1.3.1'
3
3
  end
@@ -29,5 +29,5 @@ Gem::Specification.new do |gem|
29
29
  gem.add_development_dependency('guard-rspec', '~> 4.0.2')
30
30
  gem.add_runtime_dependency('faraday', '~> 0.9.0')
31
31
  gem.add_runtime_dependency('faraday_middleware', '~> 0.9.0')
32
- gem.add_runtime_dependency('hashie', '~> 3.0')
32
+ gem.add_runtime_dependency('hashie', '>= 2.0')
33
33
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: teamcity-ruby-client
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.0
4
+ version: 1.3.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -176,17 +176,17 @@ dependencies:
176
176
  requirement: !ruby/object:Gem::Requirement
177
177
  none: false
178
178
  requirements:
179
- - - ~>
179
+ - - ! '>='
180
180
  - !ruby/object:Gem::Version
181
- version: '3.0'
181
+ version: '2.0'
182
182
  type: :runtime
183
183
  prerelease: false
184
184
  version_requirements: !ruby/object:Gem::Requirement
185
185
  none: false
186
186
  requirements:
187
- - - ~>
187
+ - - ! '>='
188
188
  - !ruby/object:Gem::Version
189
- version: '3.0'
189
+ version: '2.0'
190
190
  description: A Ruby wrapper for the TeamCity Rest API
191
191
  email:
192
192
  - bosoxjay@gmail.com