rancher-api 0.5.1 → 0.5.2
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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/Gemfile.lock +1 -1
- data/lib/rancher/api/models.rb +2 -0
- data/lib/rancher/api/models/registry.rb +10 -0
- data/lib/rancher/api/models/registrycredential.rb +10 -0
- data/lib/rancher/api/version.rb +1 -1
- metadata +3 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 67a49bcfeabfa4499cc292a5ee7c1b7970c53df5
|
4
|
+
data.tar.gz: ffac39fbdcc85ad9fbf966a595471942458e317e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9a53314359f7870be6cc7995eaeb62512b88c110eec37e3f5090e851ee78da55923b76000d0e8e6c8d85ca8f0636d06cd4c4cbd3c8a1215951c8f7b091b12375
|
7
|
+
data.tar.gz: 1c30be0191c8b49b116a94dddd63a86afe90fccf75f67306f11859386bdd3e926561382f70e23dc3ebf832a749e5fd2fe56cfde5a51be0429287918921985c32
|
data/CHANGELOG.md
CHANGED
@@ -2,6 +2,10 @@
|
|
2
2
|
All notable changes to this project will be documented in this file.
|
3
3
|
This project adheres to [Semantic Versioning](http://semver.org/).
|
4
4
|
|
5
|
+
## [0.5.2] - 2016-08-22
|
6
|
+
|
7
|
+
- adding models for registry and registrycredentials
|
8
|
+
|
5
9
|
## [0.5.1] - 2016-08-16
|
6
10
|
|
7
11
|
- bugfix in model helpers #handle_response when handling collections
|
data/Gemfile.lock
CHANGED
data/lib/rancher/api/models.rb
CHANGED
data/lib/rancher/api/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rancher-api
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.5.
|
4
|
+
version: 0.5.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Alex Kurkin
|
@@ -233,6 +233,8 @@ files:
|
|
233
233
|
- lib/rancher/api/models/machine.rb
|
234
234
|
- lib/rancher/api/models/machine/driver_config.rb
|
235
235
|
- lib/rancher/api/models/project.rb
|
236
|
+
- lib/rancher/api/models/registry.rb
|
237
|
+
- lib/rancher/api/models/registrycredential.rb
|
236
238
|
- lib/rancher/api/models/service.rb
|
237
239
|
- lib/rancher/api/version.rb
|
238
240
|
- rancher-api.gemspec
|