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 CHANGED
@@ -1 +1 @@
1
- 0.0.3
1
+ 0.0.4
data/brm_client.gemspec CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{brm_client}
8
- s.version = "0.0.3"
8
+ s.version = "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 = ["Stephane Bellity"]
@@ -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
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 3
9
- version: 0.0.3
8
+ - 4
9
+ version: 0.0.4
10
10
  platform: ruby
11
11
  authors:
12
12
  - Stephane Bellity