woopra_rails 1.0.8 → 1.0.9

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,6 +1,6 @@
1
1
  module WoopraRails
2
2
  class << self
3
- def identify(name=nil, email=nil, session=nil)
3
+ def identify(name="", email="", session="")
4
4
  @session = Digest::MD5.hexdigest(session.nil? ? email : session)
5
5
  set_base
6
6
  @base_params += "&cv_name=#{URI::encode name}&cv_email=#{URI::encode email}"
@@ -1,3 +1,3 @@
1
1
  module WoopraRails
2
- VERSION = "1.0.8"
2
+ VERSION = "1.0.9"
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.0.8
4
+ version: 1.0.9
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: