rack-google-analytics 1.0.0.pre1 → 1.0.0
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 +8 -8
- data/lib/rack/google-analytics/version.rb +1 -1
- metadata +9 -9
checksums.yaml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
OTIyMTU0ZmZlMTc5OTU3NzAzYzU1M2NiYjkyNjdkNGE1NGNlOGM4Zg==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
YTczNzZkYzBlN2IzN2ZjYzllNThmOTNjYmFiY2UyN2Y2MWQxZDVjNQ==
|
|
7
7
|
SHA512:
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
MzdiYzkxOTM1YzU3YjZlY2Q0NzNiZTFhM2QzMGQ3YzI0NDU2ODI2ZTBhYmE0
|
|
10
|
+
YTQzNmUxNjdmZDhmY2ZkZDYyNzAzNTg5Y2EwMTdmNTA3OTFlZDk0ZDI4NzI0
|
|
11
|
+
ODU5YzhiZmUyNjc5ZGZiNWE3ZTczZGUzYjEyYmFmNGYxMjc4YTk=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
ZjY5MmI5ZTY5NGRiOTNlZmU3YWZmY2UwZWMzODEyNjYzN2Q1YmYyM2ZlYmVh
|
|
14
|
+
YmFkN2E5YTY0NThhMDU4ZGEzMGNmODkxYzQ1Y2JlMDg5ZTExMzQyMTNlNzg1
|
|
15
|
+
MGY3NjkyNzYxZDJlOTczZTQ4ZDRjN2Y1OWY1MWFhNjk5ZWJlY2I=
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rack-google-analytics
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.0
|
|
4
|
+
version: 1.0.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Lee Hambley
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date:
|
|
12
|
+
date: 2014-01-23 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: actionpack
|
|
@@ -119,15 +119,15 @@ executables: []
|
|
|
119
119
|
extensions: []
|
|
120
120
|
extra_rdoc_files: []
|
|
121
121
|
files:
|
|
122
|
+
- LICENSE
|
|
123
|
+
- README.md
|
|
122
124
|
- lib/google-analytics/instance_methods.rb
|
|
123
|
-
- lib/rack
|
|
125
|
+
- lib/rack-google-analytics.rb
|
|
124
126
|
- lib/rack/google-analytics.rb
|
|
127
|
+
- lib/rack/google-analytics/version.rb
|
|
125
128
|
- lib/rack/templates/async.erb
|
|
126
|
-
- lib/rack-google-analytics.rb
|
|
127
129
|
- lib/tracking/event.rb
|
|
128
130
|
- lib/tracking/push.rb
|
|
129
|
-
- README.md
|
|
130
|
-
- LICENSE
|
|
131
131
|
homepage: https://github.com/kangguru/rack-google-analytics
|
|
132
132
|
licenses:
|
|
133
133
|
- MIT
|
|
@@ -143,12 +143,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
143
143
|
version: '0'
|
|
144
144
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
145
145
|
requirements:
|
|
146
|
-
- - ! '
|
|
146
|
+
- - ! '>='
|
|
147
147
|
- !ruby/object:Gem::Version
|
|
148
|
-
version:
|
|
148
|
+
version: '0'
|
|
149
149
|
requirements: []
|
|
150
150
|
rubyforge_project:
|
|
151
|
-
rubygems_version: 2.1
|
|
151
|
+
rubygems_version: 2.2.1
|
|
152
152
|
signing_key:
|
|
153
153
|
specification_version: 4
|
|
154
154
|
summary: Rack middleware to inject the Google Analytics tracking code into outgoing
|