split-analytics 0.2.3 → 0.2.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -12,6 +12,7 @@ module Split
12
12
  _gaq.push(['_setAccount', '#{account}']);
13
13
  #{custom_variables}
14
14
  _gaq.push(['_trackPageview']);
15
+ _gaq.push(['_trackPageLoadTime']);
15
16
 
16
17
  (function() {
17
18
  var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
@@ -1,5 +1,5 @@
1
1
  module Split
2
2
  module Analytics
3
- VERSION = "0.2.3"
3
+ VERSION = "0.2.4"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: split-analytics
3
3
  version: !ruby/object:Gem::Version
4
- hash: 17
4
+ hash: 31
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 2
9
- - 3
10
- version: 0.2.3
9
+ - 4
10
+ version: 0.2.4
11
11
  platform: ruby
12
12
  authors:
13
13
  - Andrew Nesbitt
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2011-06-21 00:00:00 +01:00
18
+ date: 2011-06-26 00:00:00 +01:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency