runcible 2.4.0 → 2.5.0
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/README.md +1 -1
- data/lib/runcible/resources/consumer.rb +8 -1
- data/lib/runcible/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: bfa39873e6a44f6281a7b474fa239b878df558f1
|
4
|
+
data.tar.gz: ec6c4d2426451f834473b408e4a02eaefc8ae700
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2cd74649e15933afd9ff02391b6eb5f1fcda5b39b1b17e050b0bbcde1b1f5d38541fbdc0479373d1208a55f94bf1777c82376db297f303139683d18558858494
|
7
|
+
data.tar.gz: 9ff776a54e6e394c439dccb020738b0646757878194fab81c76b056d306c91e888068e9555b2a1cc7ea9c906c5364dc75d7b4b2020bb5fd77bd9679b3db5586c
|
data/README.md
CHANGED
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
Exposing Pulp's juiciest parts. http://www.pulpproject.org/
|
7
7
|
|
8
|
-
Latest Live Tested Version: **pulp-server-2.
|
8
|
+
Latest Live Tested Version: **pulp-server-2.14.0-1.el7.noarch**
|
9
9
|
|
10
10
|
Current stable Runcible: https://github.com/Katello/runcible/tree/0.3
|
11
11
|
|
@@ -24,10 +24,17 @@ module Runcible
|
|
24
24
|
#
|
25
25
|
# @param [String] id the ID of the consumer
|
26
26
|
# @return [RestClient::Response]
|
27
|
-
def retrieve(id)
|
27
|
+
def retrieve(id = nil)
|
28
28
|
call(:get, path(id))
|
29
29
|
end
|
30
30
|
|
31
|
+
# Retrieves all consumers
|
32
|
+
#
|
33
|
+
# @return [RestClient::Response]
|
34
|
+
def retrieve_all
|
35
|
+
retrieve
|
36
|
+
end
|
37
|
+
|
31
38
|
# Updates a consumer
|
32
39
|
#
|
33
40
|
# @param [String] id the ID of the consumer
|
data/lib/runcible/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: runcible
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.
|
4
|
+
version: 2.5.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Eric D Helms, Justin Sherrill
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2017-11-
|
11
|
+
date: 2017-11-16 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: json
|