bipbip 0.6.16 → 0.6.17

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: 2dc76f79a792a33eb5c20fb1dcd06a6d1b193f51
4
- data.tar.gz: 3d53eede954a6c72b96508f5c05eaa749b3bbe03
3
+ metadata.gz: fc35a97a556cd6ba4db7fdab88117211b251932c
4
+ data.tar.gz: 5d444a99cd0a65d8569ba963809a580c5e124391
5
5
  SHA512:
6
- metadata.gz: a0f5ddc0067d1f3f6a5205e424d93753a3ea806cc4dd65e4c8373da538fce7e16a4f82615ade98dcd708ac9c3eae8fde0f5ab7359362fb812ade274a5c91536e
7
- data.tar.gz: b2d6c815881e44fc0b6e78ab97b8e82f810532ffe91ff7305715a8df1b6451d50b9b4d3afcf83d1625e49411270d987464683b8d9d31177e822f16ce39a59cef
6
+ metadata.gz: 14c7fb9d99b2a53f6fcc54285867213cbf770f9fdf9b0ef93005289c417836f93dad3d90687ea691a1aa1be2a5a9801f1fb642d6bc886b78121b548f40cdba2e
7
+ data.tar.gz: 3e13a32a44ed22f873f7b87974cc642578dc16ac4872705e153154adc966acfa638632923063a5275916266be33aff7162e73ab6c2a53afcd87279e8c08ee0c5
@@ -54,7 +54,8 @@ module Bipbip
54
54
  private
55
55
 
56
56
  def last_run_summary
57
- YAML.load_file(Pathname.new('/var/lib/puppet/state/last_run_summary.yaml'))
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
@@ -1,3 +1,3 @@
1
1
  module Bipbip
2
- VERSION = '0.6.16'.freeze
2
+ VERSION = '0.6.17'.freeze
3
3
  end
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.16
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-03-16 00:00:00.000000000 Z
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.5.1
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: