lifestream 0.1.0 → 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
- data/VERSION +1 -1
- data/lib/lifestream.rb +1 -1
- metadata +1 -1
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.1.
|
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 =>
|
13
|
+
:config => 'lifestream.yml',
|
14
14
|
:whiny => true
|
15
15
|
}
|
16
16
|
end
|