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 +4 -4
- data/CHANGELOG.md +6 -1
- data/lib/ansible_tower_client/api.rb +1 -1
- data/lib/ansible_tower_client/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1976fcec1dbc3b5e36bf1ebfd42832ad8132f86ec292b413dc65e975192a5444
|
4
|
+
data.tar.gz: c46ba8f70de13610a05a3fec6d68c4a351fd6c6861826ad13a5ee0375715b7c1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: cadb4d020c61e7795750e533fc51d9ed08b8fffa5aad106e2122d3d011e9b31832c8710ec4e6347e08ab5db6739f67f6bb27a49934f73be575e03bcac08105b7
|
7
|
+
data.tar.gz: d13662d6ef35c9f3b5161cc1f830fa9951646db79f7684aed96a720f06e7a1d13d36c26256b83a1c703593c655446caf2699d0ff2d5a312d0571669641dbcec8
|
data/CHANGELOG.md
CHANGED
@@ -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.
|
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
|
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.
|
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
|
+
date: 2020-02-17 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: activesupport
|