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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2b945c5c52aafe56b431eebd84e91c74a98747e0
4
- data.tar.gz: 9324bc64c8b3aa04f5252c55752f07198ffad0ce
3
+ metadata.gz: 814e9b4d63f24450ab85b78b1e8415db69b9e01a
4
+ data.tar.gz: 141890592431f65f5cf57a3672b17054dbee2e29
5
5
  SHA512:
6
- metadata.gz: 65e55f88bb1a6d51e9d402a53fcc02b556b6c3ae7260286d0b925b7f051955b7031c68276508a3171e4154f0946295917f40df99562829756b53497ea5314781
7
- data.tar.gz: 7d02f27e274c918212359f2b02d88402016036abe55d4caa25c2a9814ca4cbdc8a8eb000a36323b339837b5e305d36235cb638a7539523fd3ccb5a0356cfac96
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 bootstrap-tagmanager
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 bootstrap-tagmanager
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 'bootstrap-tagmanager';
51
+ @import 'tagmanager.css.scss';
52
52
  ```
53
53
 
54
54
  Do the same if you are using LESS respectively.
@@ -1,6 +1,6 @@
1
1
  module TagManager
2
2
  module Rails
3
- VERSION = '3.0.0'
3
+ VERSION = '3.0.0.1'
4
4
  TAGMANAGER_VERSION = '3088482a18c776ed55ff685abedfed28d476b807'
5
5
  end
6
6
  end
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-13 00:00:00.000000000 Z
11
+ date: 2013-10-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: railties