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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 27500b81c51b6bf04517276c0922c604f7d7fddb
4
- data.tar.gz: e8085853e837e4b7430afad6b04a73d99f2f86e0
3
+ metadata.gz: 914bccee287a96a6c0ddc2cd66ad6bfa3c2da8b4
4
+ data.tar.gz: 8971ed9f983fe84aba7c03b3c2176e8999b2cae4
5
5
  SHA512:
6
- metadata.gz: b50801dc9e1431a65ad98f11ba1d84e279bac0abf0b422f670d5530083f549d3caf132cd39df0393a164f6c400ef3c8d77ece09d5754b1cd2a7aea7e54757281
7
- data.tar.gz: 7bfd7199b495150aea028feaa2cba6b48255e7af7b353957730550b111b7a6e28d4af2f314d5c45dd377ceabd1bc5176bd06b46e65863293c48fd83a00ad3fb6
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.0...master
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
@@ -1,4 +1,7 @@
1
1
  module AnsibleTowerClient
2
2
  class Credential < BaseModel
3
+ def override_raw_attributes
4
+ { :organization => :organization_id }
5
+ end
3
6
  end
4
7
  end
@@ -1,3 +1,3 @@
1
1
  module AnsibleTowerClient
2
- VERSION = "0.12.0".freeze
2
+ VERSION = "0.12.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.12.0
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-17 00:00:00.000000000 Z
12
+ date: 2017-04-24 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: activesupport