runcible 1.9.3 → 1.10.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/lib/runcible/models/ostree_distributor.rb +1 -1
- data/lib/runcible/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f560a45e8b880c9360f68dca11864f65be36467e
|
4
|
+
data.tar.gz: 4475515a3f9f52d25f485ee81ed6c8e97309d765
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 571b9ca5271fcecc340567a15db300ec550a35b4a847282dcedf9b2577a300aefeb7c1daafe7cb32a876621fdb9a88c79af87701c9ee4a3611ea45536ddbae98
|
7
|
+
data.tar.gz: 5e1b7e0e21ddcd79cd09634273e6a8f6919f1428b5fd9e0c2bea0b0b821e003cd2895a437840494da275181dfe9c78020daf0e0b75cf23e7550f334c9440bb8a
|
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.12.1-1.el7.noarch**
|
9
9
|
|
10
10
|
Current stable Runcible: https://github.com/Katello/runcible/tree/0.3
|
11
11
|
|
@@ -4,7 +4,7 @@ require 'securerandom'
|
|
4
4
|
module Runcible
|
5
5
|
module Models
|
6
6
|
class OstreeDistributor < Distributor
|
7
|
-
attr_accessor 'ostree_publish_directory', 'relative_path'
|
7
|
+
attr_accessor 'ostree_publish_directory', 'relative_path', 'depth'
|
8
8
|
|
9
9
|
def initialize(params = {})
|
10
10
|
super(params)
|
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: 1.
|
4
|
+
version: 1.10.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
|
+
date: 2017-03-23 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: json
|
@@ -197,7 +197,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
197
197
|
version: '0'
|
198
198
|
requirements: []
|
199
199
|
rubyforge_project:
|
200
|
-
rubygems_version: 2.5.
|
200
|
+
rubygems_version: 2.5.1
|
201
201
|
signing_key:
|
202
202
|
specification_version: 4
|
203
203
|
summary: ''
|