garails 0.2.0 → 0.3.0

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.
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: c51aa2dd342d67616a01cb89e1742a2293a013d2
4
+ data.tar.gz: 5e6eefcb801587e9c2715f0e32c0e59db4478c7f
5
+ SHA512:
6
+ metadata.gz: 856c8254aeafe4c5b9a7133f38b414fe3d83e039109850b6888ae71dcfce676c0bdcfc9dcfd76977d68d7638fbbf48e19f081b3c85ff3d588ad192e9e2cab9bc
7
+ data.tar.gz: 20e222b52e8c41964e0af1efdcabccbf2092f0419bab893edc4991b016ed997a1f6f5ee03ab64c769775c95c8b7966275796dd4cc1d8a2f3ad1246ad03bdfa21
data/config/routes.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  Rails.application.routes.draw do
2
- match "utm" => "garails/google_analytics#utm", :as => "utm", :format => :gif
2
+ get "utm" => "garails/google_analytics#utm", :as => "utm", :format => :gif
3
3
  end
@@ -1,3 +1,3 @@
1
1
  module Garails
2
- VERSION = '0.2.0'
2
+ VERSION = '0.3.0'
3
3
  end
metadata CHANGED
@@ -1,8 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: garails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
5
- prerelease:
4
+ version: 0.3.0
6
5
  platform: ruby
7
6
  authors:
8
7
  - Michael Reinsch
@@ -10,12 +9,11 @@ authors:
10
9
  autorequire:
11
10
  bindir: bin
12
11
  cert_chain: []
13
- date: 2012-05-26 00:00:00.000000000 Z
12
+ date: 2014-01-08 00:00:00.000000000 Z
14
13
  dependencies:
15
14
  - !ruby/object:Gem::Dependency
16
15
  name: gabbara
17
16
  requirement: !ruby/object:Gem::Requirement
18
- none: false
19
17
  requirements:
20
18
  - - ~>
21
19
  - !ruby/object:Gem::Version
@@ -23,7 +21,6 @@ dependencies:
23
21
  type: :runtime
24
22
  prerelease: false
25
23
  version_requirements: !ruby/object:Gem::Requirement
26
- none: false
27
24
  requirements:
28
25
  - - ~>
29
26
  - !ruby/object:Gem::Version
@@ -76,27 +73,26 @@ files:
76
73
  - test/test_helper.rb
77
74
  homepage: http://github.com/mobalean/garails
78
75
  licenses: []
76
+ metadata: {}
79
77
  post_install_message:
80
78
  rdoc_options: []
81
79
  require_paths:
82
80
  - lib
83
81
  required_ruby_version: !ruby/object:Gem::Requirement
84
- none: false
85
82
  requirements:
86
- - - ! '>='
83
+ - - '>='
87
84
  - !ruby/object:Gem::Version
88
85
  version: '0'
89
86
  required_rubygems_version: !ruby/object:Gem::Requirement
90
- none: false
91
87
  requirements:
92
- - - ! '>='
88
+ - - '>='
93
89
  - !ruby/object:Gem::Version
94
90
  version: '0'
95
91
  requirements: []
96
92
  rubyforge_project:
97
- rubygems_version: 1.8.24
93
+ rubygems_version: 2.1.11
98
94
  signing_key:
99
- specification_version: 3
95
+ specification_version: 4
100
96
  summary: Google Analytics for Rails
101
97
  test_files:
102
98
  - test/controllers/google_analytics_controller_test.rb