Floppy-currentcostd 1.4.1 → 1.4.2

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.
Files changed (3) hide show
  1. data/README +1 -1
  2. data/bin/currentcostd +1 -0
  3. metadata +2 -2
data/README CHANGED
@@ -26,7 +26,7 @@ builder >= 2.1.2
26
26
 
27
27
  == USAGE
28
28
 
29
- 1) Copy config/currentcostd.example.yml to /etc/currentcost.yml
29
+ 1) Copy config/currentcostd.example.yml to /etc/currentcostd.yml
30
30
 
31
31
  2) Edit the settings in your new currentcostd.yml
32
32
 
data/bin/currentcostd CHANGED
@@ -25,6 +25,7 @@
25
25
  require 'rubygems'
26
26
  require 'daemons'
27
27
  require 'currentcost/meter'
28
+ require 'yaml'
28
29
 
29
30
  # Load config
30
31
  config = nil
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: Floppy-currentcostd
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.1
4
+ version: 1.4.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - James Smith
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-04-21 00:00:00 -07:00
12
+ date: 2009-04-22 00:00:00 -07:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency