ansible_tower_client 0.21.0 → 0.21.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6c69651105f775ced783576fea3e67136e99706f69e977ea2cc3c552c982c09c
4
- data.tar.gz: ecb65f36c686dd4e9729823a6d752df2aba5f1d25d53e14d579390734a99aebf
3
+ metadata.gz: 1976fcec1dbc3b5e36bf1ebfd42832ad8132f86ec292b413dc65e975192a5444
4
+ data.tar.gz: c46ba8f70de13610a05a3fec6d68c4a351fd6c6861826ad13a5ee0375715b7c1
5
5
  SHA512:
6
- metadata.gz: 8cfd7f0ddc93a0d0bbbe75ca11737b4687667d6e8d9ab472208c873d8d8483f31fadd4865e6ec9ab40ac01955850d4cf94f4cd24e35961d35341f48b73a5f644
7
- data.tar.gz: 3fdec2bed48fbb01b38e521db077509cee7907a4e8e4142f13ceddac874ae1dddd62e8de219618bfb760345d6bfec81798def2c1263e34ad175cc169d70ac952
6
+ metadata.gz: cadb4d020c61e7795750e533fc51d9ed08b8fffa5aad106e2122d3d011e9b31832c8710ec4e6347e08ab5db6739f67f6bb27a49934f73be575e03bcac08105b7
7
+ data.tar.gz: d13662d6ef35c9f3b5161cc1f830fa9951646db79f7684aed96a720f06e7a1d13d36c26256b83a1c703593c655446caf2699d0ff2d5a312d0571669641dbcec8
@@ -5,6 +5,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).
5
5
 
6
6
  ## [Unreleased]
7
7
 
8
+ ## [0.21.1] - 2020-02-17
9
+ ### Fixed
10
+ - Revert removal of trailing "/" on get of "config" [(#141)](https://github.com/ansible/ansible_tower_client_ruby/pull/141)
11
+
8
12
  ## [0.21.0] - 2020-02-12
9
13
  ### Added
10
14
  - Add support for connection headers and proxy [(#134)](https://github.com/ansible/ansible_tower_client_ruby/pull/134)
@@ -138,7 +142,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
138
142
  ### Fixed
139
143
  - Adjusted project_spec to test on a Project [(#63)](https://github.com/ansible/ansible_tower_client_ruby/pull/63)
140
144
 
141
- [Unreleased]: https://github.com/ansible/ansible_tower_client_ruby/compare/v0.21.0...master
145
+ [Unreleased]: https://github.com/ansible/ansible_tower_client_ruby/compare/v0.21.1...master
146
+ [0.21.1]: https://github.com/ansible/ansible_tower_client_ruby/compare/v0.21.0...v0.21.1
142
147
  [0.21.0]: https://github.com/ansible/ansible_tower_client_ruby/compare/v0.20.2...v0.21.0
143
148
  [0.20.2]: https://github.com/ansible/ansible_tower_client_ruby/compare/v0.20.1...v0.20.2
144
149
  [0.20.1]: https://github.com/ansible/ansible_tower_client_ruby/compare/v0.20.0...v0.20.1
@@ -12,7 +12,7 @@ module AnsibleTowerClient
12
12
  end
13
13
 
14
14
  def config
15
- JSON.parse(get("config").body)
15
+ JSON.parse(get("config/").body)
16
16
  end
17
17
 
18
18
  def version
@@ -1,3 +1,3 @@
1
1
  module AnsibleTowerClient
2
- VERSION = "0.21.0".freeze
2
+ VERSION = "0.21.1".freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ansible_tower_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.21.0
4
+ version: 0.21.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brandon Dunne
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: exe
11
11
  cert_chain: []
12
- date: 2020-02-12 00:00:00.000000000 Z
12
+ date: 2020-02-17 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: activesupport