hinoki 1.2.0 → 1.2.1

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: 8446fd8cc41684f7bd2063be59ab013aa7b6b9ab
4
- data.tar.gz: c1137cfa77ed25ad24454e1f029fa7c911ab1573
3
+ metadata.gz: e8d380458b4258d91c7be5a41f891468677a32c3
4
+ data.tar.gz: a1ce4798cf3784ce45b1f9ce93a385f89d8d8af5
5
5
  SHA512:
6
- metadata.gz: c02c402318119a587eab2dca2bc7bbb414138ddefa4989364d8fc061bb2cb9cfcc858c2fdf219a49b8a036bee9dfd647b7834e7205604e442f317a5c4b5d69ab
7
- data.tar.gz: 37fcd0ad903e100fd9c1537267770a15dfe1edf28f5b2a7820493c1931e74df5f9d7971f20d6e1c9593e0f5b6a9e2e1ca85fe8821d7a4ac01d7fe23719076dc8
6
+ metadata.gz: efc663b6dd3e7e60c815d770ac192c84da78d31bcf95c21b001175988aaf8aab23db6b9188aea187b804f5ba24767a526a55bc1e6d96aaa7c7e9bd45a8e0950c
7
+ data.tar.gz: e669a4c3d0da59ab83dbf27cccc34ecee85122f0cc2ce4d480ba6d9b231519387c47c448501e391c0cb098bd4afd5a184c505230070b8b92618809be5eab26de
data/lib/hinoki/config.rb CHANGED
@@ -15,7 +15,7 @@ class Hinoki
15
15
  private
16
16
 
17
17
  # Reads the base config file and parses it to a hash
18
- def parse_config_file(path=File.join(ENV['HOME'], '.hinoki'))
18
+ def parse_config_file(path=File.join(ENV['HOME'], '/etc', '.hinoki'))
19
19
  if !File.exists?(path)
20
20
  puts 'I was unable to find your Hinoki config file!'
21
21
  return defaults
@@ -1,5 +1,5 @@
1
1
  # hinoki/version.rb
2
2
 
3
3
  class Hinoki
4
- VERSION = '1.2.0'
4
+ VERSION = '1.2.1'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hinoki
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.0
4
+ version: 1.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jake Davis
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-01-31 00:00:00.000000000 Z
11
+ date: 2014-02-11 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: A programmatic CLI utility for interacting with the Sensu API
14
14
  email: jake.davis5989@gmail.com