tagmanager-rails 3.0.0 → 3.0.0.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 +4 -4
- data/README.md +3 -3
- data/lib/tag_manager/rails/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 814e9b4d63f24450ab85b78b1e8415db69b9e01a
|
|
4
|
+
data.tar.gz: 141890592431f65f5cf57a3672b17054dbee2e29
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1496a74c15890004eccb237675c05653a811773e195ad58c68c1d7c832a1717c71b107f1ee76de88ffa120f619e837c965285e4163073f6eb949e04d8ede74ea
|
|
7
|
+
data.tar.gz: 8ee74c3565337c1988da4c550458d2d96e920e57669753744aea8fab863ad68b829f80b6fca8066fccf2b0968fba15d4f107a2e5eb6d779db08b349ed15bcf0f
|
data/README.md
CHANGED
|
@@ -32,7 +32,7 @@ The Tag Manager file will be added to the asset pipeline.
|
|
|
32
32
|
Add the following line to `app/assets/javascripts/application.js`:
|
|
33
33
|
|
|
34
34
|
```js
|
|
35
|
-
//= require
|
|
35
|
+
//= require tagmanager
|
|
36
36
|
```
|
|
37
37
|
|
|
38
38
|
#### CSS, SCSS or LESS
|
|
@@ -41,14 +41,14 @@ Add the following line to `app/assets/stylesheets/application.css`:
|
|
|
41
41
|
|
|
42
42
|
```css
|
|
43
43
|
/*
|
|
44
|
-
*= require
|
|
44
|
+
*= require tagmanager
|
|
45
45
|
*/
|
|
46
46
|
```
|
|
47
47
|
|
|
48
48
|
If you want to change the variables, include it with the Sass `@import` method
|
|
49
49
|
|
|
50
50
|
```scss
|
|
51
|
-
@import '
|
|
51
|
+
@import 'tagmanager.css.scss';
|
|
52
52
|
```
|
|
53
53
|
|
|
54
54
|
Do the same if you are using LESS respectively.
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tagmanager-rails
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.0.0
|
|
4
|
+
version: 3.0.0.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tobias L. Maier
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2013-10-
|
|
11
|
+
date: 2013-10-15 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: railties
|