lifestream 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/VERSION +1 -1
  2. data/lib/lifestream.rb +1 -1
  3. metadata +1 -1
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.0
1
+ 0.1.1
data/lib/lifestream.rb CHANGED
@@ -10,7 +10,7 @@ module Lifestream
10
10
  # Defaults to gem location, you will probably want to set this
11
11
  def self.options
12
12
  @options ||= {
13
- :config => File.join(File.expand_path(File.dirname(__FILE__)), '..', 'lifestream.yml'),
13
+ :config => 'lifestream.yml',
14
14
  :whiny => true
15
15
  }
16
16
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lifestream
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Adam Hunter