brm_client 0.0.3 → 0.0.4
Sign up to get free protection for your applications and to get access to all the features.
- data/VERSION +1 -1
- data/brm_client.gemspec +1 -1
- data/lib/brm_client/logger.rb +0 -2
- metadata +2 -2
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.0.
|
1
|
+
0.0.4
|
data/brm_client.gemspec
CHANGED
data/lib/brm_client/logger.rb
CHANGED
@@ -42,8 +42,6 @@ module BrmClient
|
|
42
42
|
event["context"]["userID"] = user_id
|
43
43
|
end
|
44
44
|
|
45
|
-
puts "timestamp_format : #{@options[:timestamp_format]}"
|
46
|
-
|
47
45
|
timestamp = case @options[:timestamp_format]
|
48
46
|
when "timestamp" then Time.now.to_i * 1000
|
49
47
|
when "string" then (Time.now.to_i * 1000).to_s
|