ganalytics-rails 0.3 → 0.3.1

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.
data/README.md CHANGED
@@ -6,7 +6,7 @@ This project is created to simplify usage of Google Analytics tracking functiona
6
6
 
7
7
  Add proper line to `Gemfile`:
8
8
 
9
- gem "ganalytics-rails"
9
+ gem "ganalytics-rails", require: "ganalytics"
10
10
 
11
11
  From now your code would have proper Google Analytics snippet right before `</head>` tag.
12
12
 
@@ -1,3 +1,3 @@
1
1
  module Ganalytics
2
- VERSION = "0.3"
2
+ VERSION = "0.3.1"
3
3
  end
@@ -3487,3 +3487,33 @@ Completed 200 OK in 3ms (Views: 2.1ms | ActiveRecord: 0.0ms)
3487
3487
  Processing by PageController#html_page_with_ga as HTML
3488
3488
  Completed 200 OK in 4ms (Views: 3.2ms | ActiveRecord: 0.0ms)
3489
3489
   (0.1ms) rollback transaction
3490
+  (0.3ms) begin transaction
3491
+  (0.0ms) rollback transaction
3492
+  (0.1ms) begin transaction
3493
+  (0.0ms) rollback transaction
3494
+  (0.0ms) begin transaction
3495
+  (0.0ms) rollback transaction
3496
+  (0.0ms) begin transaction
3497
+  (0.0ms) rollback transaction
3498
+  (0.0ms) begin transaction
3499
+  (0.0ms) rollback transaction
3500
+  (0.0ms) begin transaction
3501
+ Processing by PageController#html_page as HTML
3502
+ Completed 200 OK in 13ms (Views: 12.2ms | ActiveRecord: 0.0ms)
3503
+  (0.1ms) rollback transaction
3504
+  (0.1ms) begin transaction
3505
+ Processing by PageController#json_page as HTML
3506
+ Completed 200 OK in 29ms (Views: 28.9ms | ActiveRecord: 0.0ms)
3507
+  (0.1ms) rollback transaction
3508
+  (0.0ms) begin transaction
3509
+ Processing by PageController#nothing_page as HTML
3510
+ Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
3511
+  (0.1ms) rollback transaction
3512
+  (0.0ms) begin transaction
3513
+ Processing by PageController#html_page as HTML
3514
+ Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)
3515
+  (0.1ms) rollback transaction
3516
+  (0.0ms) begin transaction
3517
+ Processing by PageController#html_page_with_ga as HTML
3518
+ Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)
3519
+  (0.1ms) rollback transaction
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ganalytics-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: '0.3'
4
+ version: 0.3.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -13,7 +13,7 @@ date: 2012-03-06 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails
16
- requirement: &2151800900 !ruby/object:Gem::Requirement
16
+ requirement: &2151828360 !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
19
  - - ~>
@@ -21,10 +21,10 @@ dependencies:
21
21
  version: 3.2.1
22
22
  type: :runtime
23
23
  prerelease: false
24
- version_requirements: *2151800900
24
+ version_requirements: *2151828360
25
25
  - !ruby/object:Gem::Dependency
26
26
  name: sqlite3
27
- requirement: &2151800240 !ruby/object:Gem::Requirement
27
+ requirement: &2151827040 !ruby/object:Gem::Requirement
28
28
  none: false
29
29
  requirements:
30
30
  - - ! '>='
@@ -32,7 +32,7 @@ dependencies:
32
32
  version: '0'
33
33
  type: :development
34
34
  prerelease: false
35
- version_requirements: *2151800240
35
+ version_requirements: *2151827040
36
36
  description: ! 'See more on github: https://github.com/RaVbaker/GAnalytics-rails'
37
37
  email:
38
38
  - ravbaker@gmail.com