harvestthingstest 1.0.0.3 → 1.0.0.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -2,4 +2,4 @@
2
2
  :major: 1
3
3
  :minor: 0
4
4
  :patch: 0
5
- :build: 3
5
+ :build: 4
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{harvestthingstest}
8
- s.version = "1.0.0.3"
8
+ s.version = "1.0.0.4"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Barry Hess"]
@@ -19,7 +19,7 @@ require 'time'
19
19
  class Harvest
20
20
 
21
21
  # define Harvest config file path
22
- CONFIG_PATH = File.join(Dir.pwd, "harvestthings", "harvest", "config.rb")
22
+ CONFIG_PATH = File.join("~", ".harvestthingsrc")
23
23
 
24
24
  def initialize
25
25
  generate_config unless File.exists?(CONFIG_PATH)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: harvestthingstest
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0.3
4
+ version: 1.0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Barry Hess