referthis 0.3.1 → 0.3.42

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/referthis.rb +1 -1
  2. metadata +1 -1
data/lib/referthis.rb CHANGED
@@ -10,7 +10,7 @@ class ReferThis < Referral
10
10
  system('cp -r ' + File.dirname(File.absolute_path(__FILE__)) + '/db/migrate/* ' + "'" + Rails.root.to_s.split('app/').first + "/db/migrate/'")
11
11
  system('rake db:migrate')
12
12
  end
13
- def self.url(endpoints, user_current_id, url, referrer_name, app_name=Rails.application.class.to_s.split('::').first)
13
+ def self.url(endpoints, user_current_id, url, referrer_name, app_name=Rails.application.class.to_s.split("::").first)
14
14
  self.generate_referral(endpoints, user_current_id, url, referrer_name, app_name)
15
15
  end
16
16
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: referthis
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.1
4
+ version: 0.3.42
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: