keen 0.1.7 → 0.1.8
Sign up to get free protection for your applications and to get access to all the features.
- data/VERSION.yml +1 -1
- data/keen.gemspec +1 -1
- data/lib/keen/client.rb +2 -2
- metadata +3 -3
data/VERSION.yml
CHANGED
data/keen.gemspec
CHANGED
data/lib/keen/client.rb
CHANGED
@@ -27,8 +27,8 @@ module Keen
|
|
27
27
|
default_options = {
|
28
28
|
:logging => true,
|
29
29
|
|
30
|
-
#
|
31
|
-
:cache_locally =>
|
30
|
+
# should we cache events locally somewhere? if false, sends directly to Keen
|
31
|
+
:cache_locally => false,
|
32
32
|
|
33
33
|
# this is required if cache_locally is true:
|
34
34
|
:storage_class => nil,
|
metadata
CHANGED