runcible 2.10.1 → 2.11.0

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: 2e0f17fff92a1c081ac93f12bb69d0aea45c9061
4
- data.tar.gz: b245834330fb150f076fe627c5bc3dff52b7fe79
3
+ metadata.gz: a51090501812724dc5d83aa69ec11dda474e405c
4
+ data.tar.gz: 92b697e6d5e168d97e6ae40d6d059cb3be365797
5
5
  SHA512:
6
- metadata.gz: b34cd2da0120a02571b07f3883784501c15ede815ca566ab33b4eb42342aee0da32c906425f9f89532335157241e588ec7513de70c13189ed312b05171c293e6
7
- data.tar.gz: 3e1aed609dc8d78eb1ab1de3a3575926938c8e1257e2253f72717beeda0482c64912242711c5469ce349b24314e74918ed4f07d8be0222d4afea84a883b86e6e
6
+ metadata.gz: 6a1fd9c47011b1c2698ea5a202317280b2eb96238cb86fc08c43860bc16bab62f5662c43d8e95059f750ee031e6e9debf001ea8926644b3bccd6a0de7f1495f9
7
+ data.tar.gz: fec43819328bfd8bb09125ec76dd0789b2bc6f2289bd686bac28b04364cfd2c91f93a0ff0ef905e5a863fbf968cbfcf9a31ac3f3e25e33f5d581aa5e4b884355
@@ -4,7 +4,7 @@ require 'securerandom'
4
4
  module Runcible
5
5
  module Models
6
6
  class PuppetInstallDistributor < Distributor
7
- attr_accessor 'install_path'
7
+ attr_accessor 'install_path', 'subdir'
8
8
 
9
9
  def initialize(install_path, params = {})
10
10
  @install_path = install_path
@@ -1,3 +1,3 @@
1
1
  module Runcible
2
- VERSION = '2.10.1'.freeze
2
+ VERSION = '2.11.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.10.1
4
+ version: 2.11.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: 2018-11-27 00:00:00.000000000 Z
11
+ date: 2018-12-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: json