urchin_tracking_module 1.0.5 → 1.0.6

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e0519945a69d20b0cd3656f07d058af6f585fe69
4
- data.tar.gz: 12141b46ff967702d6ee3c28263f9ed7e0b4fbf8
3
+ metadata.gz: aba1ea5bfc900226954b95779f4ea0bf782f6f60
4
+ data.tar.gz: 48a4393c358cd293d30ef24f35a93b48f690bf9b
5
5
  SHA512:
6
- metadata.gz: eb58cfbc6ba80c07e9cdd240803a602f0e166df474d2b6023b35ad1d9890bb2e8fb4ade3dcbb78328fea95f23bc3bb8795313c8b90b21da28d8c599020cd4fe4
7
- data.tar.gz: ffd0afe1f63486884a110de6cf5d2a155c682ad68d4edb3675d1b3161730dd244f467530269275e989615a75b6df80a18e2cfa135d01214063a99f39b54e0250
6
+ metadata.gz: f29b96816dcd8bcefe1d751627d0e0840693e0eb8cb39061ed42771ff7ba914a2f43db98fa28dda8bad4737c18a1a3c93f3c730a8d36d1c9aafd47da6c5baa6b
7
+ data.tar.gz: c4699120760dac3cb5ab25f3a420bd9e1fc601d571d12906311baaec3d4bfed159e22e6661f2bf3997e4e6763a877a4cd542f57d9b3cb754ef1f00b4bd69cbc3
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- urchin_tracking_module (1.0.4)
4
+ urchin_tracking_module (1.0.5)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
data/README.md CHANGED
@@ -1,6 +1,7 @@
1
1
  # Urchin Tracking Module
2
2
 
3
3
  Add google analytics params to your URLs.
4
+ It's the [Google Analytics URL builder](https://support.google.com/analytics/answer/1033867?hl=en) as a gem.
4
5
 
5
6
  ## Installation
6
7
 
@@ -49,7 +49,7 @@ class UrchinTrackingModule
49
49
 
50
50
  def url_params(uri)
51
51
  # conversion to hash e.g. to get rid of duplicate src params
52
- params = URI.decode_www_form(uri.query || [])
52
+ params = URI.decode_www_form(uri.query || '')
53
53
  params.inject(Hash.new) { |h,(k,v)| h.merge(k => v) }
54
54
  end
55
55
  private :url_params
@@ -1,3 +1,3 @@
1
1
  class UrchinTrackingModule
2
- VERSION = "1.0.5"
2
+ VERSION = "1.0.6"
3
3
  end
@@ -8,7 +8,7 @@ Gem::Specification.new do |spec|
8
8
  spec.version = UrchinTrackingModule::VERSION
9
9
  spec.authors = ["Jan Riethmayer"]
10
10
  spec.email = ["jan@riethmayer.de"]
11
- spec.description = %q{Add google analytics urchin tracking module params to your URL.}
11
+ spec.description = %q{Add Google Analytics urchin tracking module params to your URLs. It's the [Google Analytics URL builder](https://support.google.com/analytics/answer/1033867?hl=en) as a gem.}
12
12
  spec.summary = %q{utm params for your URL.}
13
13
  spec.homepage = "http://github.com/bonusboxme/urchin_tracking_module"
14
14
  spec.license = "MIT"
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: urchin_tracking_module
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.5
4
+ version: 1.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jan Riethmayer
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-09-25 00:00:00.000000000 Z
11
+ date: 2015-02-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -38,7 +38,9 @@ dependencies:
38
38
  - - '>='
39
39
  - !ruby/object:Gem::Version
40
40
  version: '0'
41
- description: Add google analytics urchin tracking module params to your URL.
41
+ description: Add Google Analytics urchin tracking module params to your URLs. It's
42
+ the [Google Analytics URL builder](https://support.google.com/analytics/answer/1033867?hl=en)
43
+ as a gem.
42
44
  email:
43
45
  - jan@riethmayer.de
44
46
  executables: []
@@ -79,7 +81,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
79
81
  version: '0'
80
82
  requirements: []
81
83
  rubyforge_project:
82
- rubygems_version: 2.0.0
84
+ rubygems_version: 2.2.2
83
85
  signing_key:
84
86
  specification_version: 4
85
87
  summary: utm params for your URL.