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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 07647e5e9124ae1a98b9e265b77605b41ad9eb17
4
- data.tar.gz: f17db2e223873f923e8294dd6e7ff5b6a1484c43
3
+ metadata.gz: bfa39873e6a44f6281a7b474fa239b878df558f1
4
+ data.tar.gz: ec6c4d2426451f834473b408e4a02eaefc8ae700
5
5
  SHA512:
6
- metadata.gz: 6198afbbafc178667d62525d5b191c8ee2c133dcd3ac2f2eb3282b9c42653ee7cec0c6987011228f869a4c7aa3ebe9508989b282be032913cac2e842c31908ae
7
- data.tar.gz: 57927f1f630bf7a56963853b0bc035eac8bfe78410a9eedb7be4701e79afe914e1fc116498cbacad369dc64385c7b577f787f464fe84182a5afd323c93fcc43e
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.12.1-1.el7.noarch**
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
@@ -1,3 +1,3 @@
1
1
  module Runcible
2
- VERSION = '2.4.0'.freeze
2
+ VERSION = '2.5.0'.freeze
3
3
  end
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.0
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-10 00:00:00.000000000 Z
11
+ date: 2017-11-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: json