ansible_tower_client 0.12.0 → 0.12.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/base_models/credential.rb +3 -0
- data/lib/ansible_tower_client/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 914bccee287a96a6c0ddc2cd66ad6bfa3c2da8b4
|
4
|
+
data.tar.gz: 8971ed9f983fe84aba7c03b3c2176e8999b2cae4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 814a592ad993fc5a373f30a832a28319a488dd8310a6fb092fa4fa2a70a1bf38819c197e291ed1425c4ca2a8666201c905f0b8d8f612631db4388ad02baabfc8
|
7
|
+
data.tar.gz: 3718ceeae6daf8e205737deb12867f24b541f166f25df04d426146e29d52df99a8c634662c4141ea1115201eff3b3cdb3cd87540a96067aaebd8492722fa8f8b
|
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.12.1] - 2017-04-24
|
9
|
+
### Fixed
|
10
|
+
- Fix setting organization on Credential [(#92)](https://github.com/ansible/ansible_tower_client_ruby/pull/92)
|
11
|
+
|
8
12
|
## [0.12.0] - 2017-04-17
|
9
13
|
### Added
|
10
14
|
- Add Job#job_events [(#85)](https://github.com/ansible/ansible_tower_client_ruby/pull/85)
|
@@ -54,7 +58,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
|
54
58
|
### Fixed
|
55
59
|
- Adjusted project_spec to test on a Project [(#63)](https://github.com/ansible/ansible_tower_client_ruby/pull/63)
|
56
60
|
|
57
|
-
[Unreleased]: https://github.com/ansible/ansible_tower_client_ruby/compare/v0.12.
|
61
|
+
[Unreleased]: https://github.com/ansible/ansible_tower_client_ruby/compare/v0.12.1...master
|
62
|
+
[0.12.1]: https://github.com/ansible/ansible_tower_client_ruby/compare/v0.12.0...v0.12.1
|
58
63
|
[0.12.0]: https://github.com/ansible/ansible_tower_client_ruby/compare/v0.11.0...v0.12.0
|
59
64
|
[0.11.0]: https://github.com/ansible/ansible_tower_client_ruby/compare/v0.10.0...v0.11.0
|
60
65
|
[0.10.0]: https://github.com/ansible/ansible_tower_client_ruby/compare/v0.9.0...v0.10.0
|
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.12.
|
4
|
+
version: 0.12.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: 2017-04-
|
12
|
+
date: 2017-04-24 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: activesupport
|