google-analytics-turbolinks 0.0.3 → 0.0.4

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: b2491de95a77050f2fdc19637ed7440e96ef6569
4
- data.tar.gz: a5b051c2a90dd8ef263f2c1687ccc9a13f0ff047
3
+ metadata.gz: aa70e9e9e96632282809290112ac3e38232a57fb
4
+ data.tar.gz: d55bbfb012a98d5b1c228d5adf515cc351d74ed6
5
5
  SHA512:
6
- metadata.gz: 084831ed71d98512ecf6e7e12b7a02b5a4669a51a08b2a47186f5808761958b9edfb9a8f4254705aee5294c2bfd0e5f42891072bfca58db72b2b336ab8fc1d03
7
- data.tar.gz: db61cd8068592bb2a3c8cb3ae78a34079c46acc7fb6d8f51ca9899221a574922b05f2f6e15a0e69ebe102c7fd28655afebea2a5e01016fb02f18194478884d6f
6
+ metadata.gz: bdd71875c09f126af062052ae604ecb0775362acfec2605b9ac997375bd82bffcd160cedbd9d2fd73daf0676fe3363813e5b40ab1ae4a8b309ccccf0266d40da
7
+ data.tar.gz: 91d7efe51f87852bb5e2c5efd6e3a13495785df28d369457c1b3a7f957d3db08cee7026cf28b8db084b2342a75c8e63755887bf2e746593b0d9e47d36639a49a
data/README.md CHANGED
@@ -1,4 +1,4 @@
1
- [![Stories in Ready](http://badge.waffle.io/shukydvir/google-analytics-turbolinks.png)](http://waffle.io/shukydvir/google-analytics-turbolinks)
1
+ [![Stories in Ready](https://badge.waffle.io/shukydvir/google-analytics-turbolinks.png)](http://waffle.io/shukydvir/google-analytics-turbolinks)
2
2
  # Google::Analytics::Turbolinks
3
3
 
4
4
  **use with Rails and Asset Pipeline**
@@ -33,4 +33,4 @@ Or install it yourself as:
33
33
 
34
34
  ##License
35
35
 
36
- Check LICENSE, MIT.
36
+ Check LICENSE, MIT.
@@ -4,8 +4,8 @@ if window.history?.pushState and window.history.replaceState
4
4
  # Google Analytics
5
5
  if window.ga != undefined
6
6
  ga('set', 'location', location.href.split('#')[0])
7
- ga('send', 'pageview')
7
+ ga('send', 'pageview', {"title": document.title})
8
8
  else if window._gaq != undefined
9
9
  _gaq.push(['_trackPageview'])
10
10
  else if window.pageTracker != undefined
11
- pageTracker._trackPageview();
11
+ pageTracker._trackPageview();
@@ -1,7 +1,7 @@
1
1
  module Google
2
2
  module Analytics
3
3
  module Turbolinks
4
- VERSION = "0.0.3"
4
+ VERSION = "0.0.4"
5
5
  end
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,27 +1,27 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-analytics-turbolinks
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Shuky Dvir
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-07-18 00:00:00.000000000 Z
11
+ date: 2014-05-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - '>='
17
+ - - ">="
18
18
  - !ruby/object:Gem::Version
19
19
  version: '0'
20
20
  type: :development
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
- - - '>='
24
+ - - ">="
25
25
  - !ruby/object:Gem::Version
26
26
  version: '0'
27
27
  description: This gem adds support for Google Analytics to use with Rails Turbolinks,
@@ -33,7 +33,7 @@ executables: []
33
33
  extensions: []
34
34
  extra_rdoc_files: []
35
35
  files:
36
- - .gitignore
36
+ - ".gitignore"
37
37
  - Gemfile
38
38
  - LICENSE.txt
39
39
  - README.md
@@ -52,17 +52,17 @@ require_paths:
52
52
  - lib
53
53
  required_ruby_version: !ruby/object:Gem::Requirement
54
54
  requirements:
55
- - - '>='
55
+ - - ">="
56
56
  - !ruby/object:Gem::Version
57
57
  version: '0'
58
58
  required_rubygems_version: !ruby/object:Gem::Requirement
59
59
  requirements:
60
- - - '>='
60
+ - - ">="
61
61
  - !ruby/object:Gem::Version
62
62
  version: '0'
63
63
  requirements: []
64
64
  rubyforge_project:
65
- rubygems_version: 2.0.3
65
+ rubygems_version: 2.2.2
66
66
  signing_key:
67
67
  specification_version: 4
68
68
  summary: This gem adds support for Google Analytics to use with Rails Turbolinks