teamcity-ruby-client 1.3.0 → 1.3.1
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 +5 -0
- data/lib/teamcity/version.rb +1 -1
- data/teamcity-ruby-client.gemspec +1 -1
- metadata +5 -5
data/CHANGELOG.md
CHANGED
data/lib/teamcity/version.rb
CHANGED
@@ -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', '
|
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.
|
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: '
|
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: '
|
189
|
+
version: '2.0'
|
190
190
|
description: A Ruby wrapper for the TeamCity Rest API
|
191
191
|
email:
|
192
192
|
- bosoxjay@gmail.com
|