middleman-google-analytics 2.0.0.rc.1 → 2.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 +4 -4
- data/CHANGELOG.md +1 -1
- data/Gemfile-v3 +1 -1
- data/README.md +4 -0
- data/lib/middleman-google-analytics/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0b0f4748ef1258a98ff5b454fa83d4af3e3e2d9b
|
4
|
+
data.tar.gz: 931417ee7eecacde1df1aaa717792f8c0a6ea74e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7a5e6a6948f827a5a7699884bb4f462f839b41b5ab3aaba952794d63f31cb1c95b603ace5fa061679bcb2c08958f240ea9cc78bca02465db3d7f300935852d77
|
7
|
+
data.tar.gz: 69d34d337963d9a790cedca52af3260c2ae14ef99ca17128cd10b561ce64fe6f7d5ca65b7f30a72333d29f01a09c1f4146f5c7bac6a02fbda14a159a554f92ca
|
data/CHANGELOG.md
CHANGED
data/Gemfile-v3
CHANGED
data/README.md
CHANGED
@@ -65,6 +65,10 @@ keeps your config in `config.rb`, where it belongs.
|
|
65
65
|
<%= google_analytics_universal_tag %>
|
66
66
|
```
|
67
67
|
|
68
|
+
:bulb: Note: [The Universal Analytics tag is the new operating standard for the Google Analytics tracking tag.][1]
|
69
|
+
|
70
|
+
[1]: https://support.google.com/tagmanager/answer/6107124?hl=en
|
71
|
+
|
68
72
|
## Configuration
|
69
73
|
|
70
74
|
```ruby
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: middleman-google-analytics
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.0.0
|
4
|
+
version: 2.0.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Daniel Bayerlein
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2015-
|
12
|
+
date: 2015-12-16 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: middleman-core
|
@@ -135,9 +135,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
135
135
|
version: 1.9.3
|
136
136
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
137
137
|
requirements:
|
138
|
-
- - "
|
138
|
+
- - ">="
|
139
139
|
- !ruby/object:Gem::Version
|
140
|
-
version:
|
140
|
+
version: '0'
|
141
141
|
requirements: []
|
142
142
|
rubyforge_project:
|
143
143
|
rubygems_version: 2.4.5
|