analytics-rails 0.2.0 → 0.2.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 85b7455b778150eeb651014c18755febbd09e7a1
4
- data.tar.gz: 2cd193d945a371f2d6827da599b7f57b69bb3df7
3
+ metadata.gz: cd3ba70669af4c236ff581a4e5b9df6c61e99294
4
+ data.tar.gz: 1e43ef66ac86dc5f545e765d756e8a083b40e61a
5
5
  SHA512:
6
- metadata.gz: aedd14aa56d3130fd3e815395d3a557c8d149ac2eaa3010a61dfd4c043d875200536dd20f37cfc0470e53b29f8cb0dc81c8fec8f0135ba47eda12ea01a40619a
7
- data.tar.gz: 3f07a2a70f252aa63792307c90451848eca4a0bc568c12926d3083975f378cc147439c629f5e3706bb3d33e3851b9e59d39468731d45b230efb38294ea859382
6
+ metadata.gz: 386df7ea2f9d7b2af60fc41450ddc4be24cd8b070fa62d1e9489a164ee837c702b09d1a4782b584b448ddc74937006d543d62941cb84cd0a05bfe1dcf8da5b3f
7
+ data.tar.gz: 5f4fe4012d83c6b4ab85f777754baf0b083b9749a37b0e8344242d856d3bf266bc5e903ed6d90e80c5b1497e44a65cc18cb54b44291c5eacca14c662215eb053
data/MIT-LICENSE CHANGED
@@ -1,4 +1,4 @@
1
- Copyright 2015 Museways
1
+ Copyright 2015 Mathías Montossi
2
2
 
3
3
  Permission is hereby granted, free of charge, to any person obtaining
4
4
  a copy of this software and associated documentation files (the
data/README.md CHANGED
@@ -1,4 +1,7 @@
1
- [![Gem Version](https://badge.fury.io/rb/analytics-rails.svg)](http://badge.fury.io/rb/analytics-rails) [![Code Climate](https://codeclimate.com/github/museways/analytics-rails/badges/gpa.svg)](https://codeclimate.com/github/museways/analytics-rails) [![Build Status](https://travis-ci.org/museways/analytics-rails.svg?branch=master)](https://travis-ci.org/museways/analytics-rails) [![Dependency Status](https://gemnasium.com/museways/analytics-rails.svg)](https://gemnasium.com/museways/analytics-rails)
1
+ [![Gem Version](https://badge.fury.io/rb/analytics-rails.svg)](http://badge.fury.io/rb/analytics-rails)
2
+ [![Code Climate](https://codeclimate.com/github/mmontossi/analytics-rails/badges/gpa.svg)](https://codeclimate.com/github/mmontossi/analytics-rails)
3
+ [![Build Status](https://travis-ci.org/mmontossi/analytics-rails.svg)](https://travis-ci.org/mmontossi/analytics-rails)
4
+ [![Dependency Status](https://gemnasium.com/mmontossi/analytics-rails.svg)](https://gemnasium.com/mmontossi/analytics-rails)
2
5
 
3
6
  # Analytics Rails
4
7
 
@@ -37,7 +40,7 @@ NOTE: Will only show the include tag in production environment.
37
40
 
38
41
  ## Credits
39
42
 
40
- This gem is maintained and funded by [museways](http://museways.com).
43
+ This gem is maintained and funded by [mmontossi](https://github.com/mmontossi).
41
44
 
42
45
  ## License
43
46
 
@@ -1,7 +1,7 @@
1
1
  module Analytics
2
2
  module Rails
3
3
 
4
- VERSION = '0.2.0'
4
+ VERSION = '0.2.1'
5
5
 
6
6
  end
7
7
  end
File without changes
data/test/dummy/bin/rails CHANGED
File without changes
data/test/dummy/bin/rake CHANGED
File without changes
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: analytics-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
- - Museways
7
+ - mmontossi
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-07-04 00:00:00.000000000 Z
11
+ date: 2016-01-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -47,7 +47,7 @@ dependencies:
47
47
  description: Adds a simple view helper to create the google analytics include tag
48
48
  in rails.
49
49
  email:
50
- - hello@museways.com
50
+ - mmontossi@buyin.io
51
51
  executables: []
52
52
  extensions: []
53
53
  extra_rdoc_files: []
@@ -87,10 +87,7 @@ files:
87
87
  - test/dummy/config/initializers/wrap_parameters.rb
88
88
  - test/dummy/config/locales/en.yml
89
89
  - test/dummy/config/routes.rb
90
- - test/dummy/db/development.sqlite3
91
90
  - test/dummy/db/schema.rb
92
- - test/dummy/log/development.log
93
- - test/dummy/log/test.log
94
91
  - test/dummy/public/404.html
95
92
  - test/dummy/public/422.html
96
93
  - test/dummy/public/500.html
@@ -103,7 +100,7 @@ files:
103
100
  - test/dummy/tmp/cache/assets/test/sprockets/f7cbd26ba1d28d48de824f0e94586655
104
101
  - test/include_tag_test.rb
105
102
  - test/test_helper.rb
106
- homepage: https://github.com/museways/analytics-rails
103
+ homepage: https://github.com/mmontossi/analytics-rails
107
104
  licenses:
108
105
  - MIT
109
106
  metadata: {}
@@ -153,10 +150,7 @@ test_files:
153
150
  - test/dummy/config/locales/en.yml
154
151
  - test/dummy/config/routes.rb
155
152
  - test/dummy/config.ru
156
- - test/dummy/db/development.sqlite3
157
153
  - test/dummy/db/schema.rb
158
- - test/dummy/log/development.log
159
- - test/dummy/log/test.log
160
154
  - test/dummy/public/404.html
161
155
  - test/dummy/public/422.html
162
156
  - test/dummy/public/500.html
Binary file
@@ -1,8 +0,0 @@
1
-  (3.0ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
2
-  (3.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
3
- ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
4
- ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"
5
-  (0.2ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
6
-  (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
7
-  (0.1ms) SELECT version FROM "schema_migrations"
8
-  (0.1ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
@@ -1,213 +0,0 @@
1
-  (0.2ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
2
-  (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
3
-  (0.0ms) SELECT version FROM "schema_migrations"
4
-  (0.1ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
5
-  (0.1ms) begin transaction
6
- --------------------------------------------
7
- IncludeTagTest: test_should_show_include_tag
8
- --------------------------------------------
9
- Started GET "/" for 127.0.0.1 at 2013-08-18 21:43:20 -0300
10
- Processing by PagesController#index as HTML
11
- Rendered pages/index.html.erb within layouts/application (0.8ms)
12
- Completed 200 OK in 83ms (Views: 82.7ms | ActiveRecord: 0.0ms)
13
-  (0.1ms) rollback transaction
14
-  (0.2ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
15
-  (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
16
-  (0.0ms) SELECT version FROM "schema_migrations"
17
-  (0.1ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
18
-  (0.1ms) begin transaction
19
- --------------------------------------------
20
- IncludeTagTest: test_should_show_include_tag
21
- --------------------------------------------
22
- Started GET "/" for 127.0.0.1 at 2013-08-18 21:43:46 -0300
23
- Processing by PagesController#index as HTML
24
- Rendered pages/index.html.erb within layouts/application (0.9ms)
25
- Completed 200 OK in 90ms (Views: 89.8ms | ActiveRecord: 0.0ms)
26
-  (0.1ms) rollback transaction
27
-  (0.3ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
28
-  (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
29
-  (0.1ms) SELECT version FROM "schema_migrations"
30
-  (0.1ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
31
-  (0.1ms) begin transaction
32
- --------------------------------------------
33
- IncludeTagTest: test_should_show_include_tag
34
- --------------------------------------------
35
- Started GET "/" for 127.0.0.1 at 2013-11-30 14:43:44 -0200
36
- Processing by PagesController#index as HTML
37
- Rendered pages/index.html.erb within layouts/application (0.9ms)
38
- Completed 200 OK in 17ms (Views: 17.0ms | ActiveRecord: 0.0ms)
39
-  (0.1ms) rollback transaction
40
-  (0.3ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
41
-  (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
42
-  (0.1ms) SELECT version FROM "schema_migrations"
43
-  (0.1ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
44
-  (0.1ms) begin transaction
45
- --------------------------------------------
46
- IncludeTagTest: test_should_show_include_tag
47
- --------------------------------------------
48
- Started GET "/" for 127.0.0.1 at 2014-03-01 15:50:39 -0200
49
- Processing by PagesController#index as HTML
50
- Rendered pages/index.html.erb within layouts/application (1.1ms)
51
- Completed 200 OK in 28ms (Views: 27.6ms | ActiveRecord: 0.0ms)
52
-  (0.1ms) rollback transaction
53
-  (0.2ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
54
-  (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
55
-  (0.1ms) SELECT version FROM "schema_migrations"
56
-  (0.1ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
57
-  (0.1ms) begin transaction
58
- --------------------------------------------
59
- IncludeTagTest: test_should_show_include_tag
60
- --------------------------------------------
61
- Started GET "/" for 127.0.0.1 at 2014-03-01 15:51:10 -0200
62
- Processing by PagesController#index as HTML
63
- Rendered pages/index.html.erb within layouts/application (0.9ms)
64
- Completed 200 OK in 13ms (Views: 12.2ms | ActiveRecord: 0.0ms)
65
-  (0.1ms) rollback transaction
66
-  (0.3ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
67
-  (0.2ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
68
-  (0.1ms) SELECT version FROM "schema_migrations"
69
-  (0.1ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
70
-  (0.0ms) begin transaction
71
- --------------------------------------------
72
- IncludeTagTest: test_should_show_include_tag
73
- --------------------------------------------
74
- Started GET "/" for 127.0.0.1 at 2014-03-01 15:54:05 -0200
75
- Processing by PagesController#index as HTML
76
- Rendered pages/index.html.erb within layouts/application (0.9ms)
77
- Completed 200 OK in 13ms (Views: 12.5ms | ActiveRecord: 0.0ms)
78
-  (0.1ms) rollback transaction
79
-  (0.3ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
80
-  (0.1ms) select sqlite_version(*)
81
-  (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
82
-  (0.0ms) SELECT version FROM "schema_migrations"
83
-  (0.1ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
84
-  (0.1ms) begin transaction
85
- ----------------------------------------------
86
- IncludeTagTest: test_should_return_include_tag
87
- ----------------------------------------------
88
-  (0.0ms) rollback transaction
89
-  (0.2ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
90
-  (0.1ms) select sqlite_version(*)
91
-  (0.2ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
92
-  (0.1ms) SELECT version FROM "schema_migrations"
93
-  (0.1ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
94
-  (0.1ms) begin transaction
95
- ------------------------------------------------------
96
- IncludeTagTest: test_should_return_include_tag_with_id
97
- ------------------------------------------------------
98
-  (0.0ms) rollback transaction
99
-  (0.3ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
100
-  (0.1ms) select sqlite_version(*)
101
-  (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
102
-  (0.1ms) SELECT version FROM "schema_migrations"
103
-  (0.1ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
104
-  (0.1ms) begin transaction
105
- ------------------------------------------------------
106
- IncludeTagTest: test_should_return_include_tag_with_id
107
- ------------------------------------------------------
108
-  (0.0ms) rollback transaction
109
-  (0.7ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
110
-  (0.1ms) select sqlite_version(*)
111
-  (0.3ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
112
-  (0.1ms) SELECT version FROM "schema_migrations"
113
-  (0.1ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
114
-  (0.3ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
115
-  (0.1ms) select sqlite_version(*)
116
-  (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
117
-  (0.1ms) SELECT version FROM "schema_migrations"
118
-  (0.1ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
119
-  (0.1ms) begin transaction
120
- ---------------------------
121
- IncludeTagTest: test_tag_id
122
- ---------------------------
123
-  (0.0ms) rollback transaction
124
-  (0.2ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
125
-  (0.1ms) select sqlite_version(*)
126
-  (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
127
-  (0.0ms) SELECT version FROM "schema_migrations"
128
-  (0.0ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
129
-  (0.2ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
130
-  (0.0ms) select sqlite_version(*)
131
-  (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
132
-  (0.0ms) SELECT version FROM "schema_migrations"
133
-  (0.0ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
134
-  (0.1ms) begin transaction
135
- ---------------------------
136
- IncludeTagTest: test_tag_id
137
- ---------------------------
138
-  (0.0ms) rollback transaction
139
-  (0.2ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
140
-  (0.0ms) select sqlite_version(*)
141
-  (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
142
-  (0.0ms) SELECT version FROM "schema_migrations"
143
-  (0.0ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
144
-  (0.2ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
145
-  (0.1ms) select sqlite_version(*)
146
-  (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
147
-  (0.1ms) SELECT version FROM "schema_migrations"
148
-  (0.0ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
149
-  (0.1ms) begin transaction
150
- ---------------------------
151
- IncludeTagTest: test_tag_id
152
- ---------------------------
153
-  (0.0ms) rollback transaction
154
-  (0.2ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
155
-  (0.0ms) select sqlite_version(*)
156
-  (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
157
-  (0.0ms) SELECT version FROM "schema_migrations"
158
-  (0.0ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
159
-  (0.2ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
160
-  (0.0ms) select sqlite_version(*)
161
-  (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
162
-  (0.0ms) SELECT version FROM "schema_migrations"
163
-  (0.0ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
164
-  (0.1ms) begin transaction
165
- ---------------------------
166
- IncludeTagTest: test_tag_id
167
- ---------------------------
168
-  (0.0ms) rollback transaction
169
-  (0.2ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
170
-  (0.0ms) select sqlite_version(*)
171
-  (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
172
-  (0.0ms) SELECT version FROM "schema_migrations"
173
-  (0.2ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
174
-  (0.3ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
175
-  (0.1ms) select sqlite_version(*)
176
-  (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
177
-  (0.1ms) SELECT version FROM "schema_migrations"
178
-  (0.1ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
179
-  (0.1ms) begin transaction
180
- ---------------------------
181
- IncludeTagTest: test_tag_id
182
- ---------------------------
183
-  (0.0ms) rollback transaction
184
-  (0.2ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
185
-  (0.0ms) select sqlite_version(*)
186
-  (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
187
-  (0.0ms) SELECT version FROM "schema_migrations"
188
-  (0.0ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
189
-  (0.2ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
190
-  (0.0ms) select sqlite_version(*)
191
-  (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
192
-  (0.1ms) SELECT version FROM "schema_migrations"
193
-  (0.0ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
194
-  (0.1ms) begin transaction
195
- ---------------------------
196
- IncludeTagTest: test_tag_id
197
- ---------------------------
198
-  (0.0ms) rollback transaction
199
-  (0.2ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
200
-  (0.0ms) select sqlite_version(*)
201
-  (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
202
-  (0.0ms) SELECT version FROM "schema_migrations"
203
-  (0.0ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
204
-  (0.2ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
205
-  (0.0ms) select sqlite_version(*)
206
-  (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
207
-  (0.0ms) SELECT version FROM "schema_migrations"
208
-  (0.0ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
209
-  (0.1ms) begin transaction
210
- ---------------------------
211
- IncludeTagTest: test_tag_id
212
- ---------------------------
213
-  (0.1ms) rollback transaction