garails 0.0.4 → 0.0.5

Sign up to get free protection for your applications and to get access to all the features.
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- garails (0.0.3)
4
+ garails (0.0.5)
5
5
  gabbara (~> 0.0.4)
6
6
 
7
7
  GEM
@@ -77,7 +77,6 @@ PLATFORMS
77
77
  ruby
78
78
 
79
79
  DEPENDENCIES
80
- gabbara (~> 0.0.4)
81
80
  garails!
82
81
  rails (~> 3.0.3)
83
82
  shoulda
@@ -1,10 +1,10 @@
1
1
  module Garails::MobileHelper
2
2
 
3
3
  def utm_tag
4
- image_tag utm_url, :alt => "", :size => "1x1"
4
+ image_tag utm_path, :alt => "", :size => "1x1"
5
5
  end
6
6
 
7
- def utm_url
7
+ def utm_path
8
8
  referer = request.env['HTTP_REFERER']
9
9
  params = {
10
10
  :utmn => rand(0x7fffffff).to_s,
@@ -1,3 +1,3 @@
1
1
  module Garails
2
- VERSION = '0.0.4'
2
+ VERSION = '0.0.5'
3
3
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 4
9
- version: 0.0.4
8
+ - 5
9
+ version: 0.0.5
10
10
  platform: ruby
11
11
  authors:
12
12
  - Michael Reinsch