woopra_rails 1.1.7 → 1.1.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -24,13 +24,13 @@ module WoopraRails
24
24
 
25
25
  def record(event_name, user_name="", user_email="", args={})
26
26
  name = begin
27
- URI::encode name
27
+ URI::encode user_name
28
28
  rescue
29
29
  ""
30
30
  end
31
31
 
32
32
  email = begin
33
- URI::encode email
33
+ URI::encode user_email
34
34
  rescue
35
35
  ""
36
36
  end
@@ -1,3 +1,3 @@
1
1
  module WoopraRails
2
- VERSION = "1.1.7"
2
+ VERSION = "1.1.8"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: woopra_rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.7
4
+ version: 1.1.8
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: