bipbip 0.6.16 → 0.6.17
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/bipbip/plugin/puppet.rb +2 -1
- data/lib/bipbip/version.rb +1 -1
- metadata +4 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: fc35a97a556cd6ba4db7fdab88117211b251932c
|
4
|
+
data.tar.gz: 5d444a99cd0a65d8569ba963809a580c5e124391
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 14c7fb9d99b2a53f6fcc54285867213cbf770f9fdf9b0ef93005289c417836f93dad3d90687ea691a1aa1be2a5a9801f1fb642d6bc886b78121b548f40cdba2e
|
7
|
+
data.tar.gz: 3e13a32a44ed22f873f7b87974cc642578dc16ac4872705e153154adc966acfa638632923063a5275916266be33aff7162e73ab6c2a53afcd87279e8c08ee0c5
|
data/lib/bipbip/plugin/puppet.rb
CHANGED
@@ -54,7 +54,8 @@ module Bipbip
|
|
54
54
|
private
|
55
55
|
|
56
56
|
def last_run_summary
|
57
|
-
|
57
|
+
lastrunfile = config['lastrunfile'] || '/var/lib/puppet/state/last_run_summary.yaml'
|
58
|
+
YAML.load_file(Pathname.new(lastrunfile))
|
58
59
|
end
|
59
60
|
end
|
60
61
|
end
|
data/lib/bipbip/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: bipbip
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.6.
|
4
|
+
version: 0.6.17
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Cargo Media
|
@@ -10,7 +10,7 @@ authors:
|
|
10
10
|
autorequire:
|
11
11
|
bindir: bin
|
12
12
|
cert_chain: []
|
13
|
-
date: 2016-
|
13
|
+
date: 2016-04-19 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: copperegg-revealmetrics
|
@@ -314,8 +314,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
314
314
|
version: '0'
|
315
315
|
requirements: []
|
316
316
|
rubyforge_project:
|
317
|
-
rubygems_version: 2.
|
317
|
+
rubygems_version: 2.6.2
|
318
318
|
signing_key:
|
319
319
|
specification_version: 4
|
320
320
|
summary: Gather services data and store in CopperEgg
|
321
321
|
test_files: []
|
322
|
+
has_rdoc:
|