File tree 4 files changed +456
-464
lines changed
vendor/assets/javascripts 4 files changed +456
-464
lines changed Original file line number Diff line number Diff line change
1
+ ## 3.0.1.0 (2014-01-07)
2
+
3
+ [ Compare changes in gem] ( https://github.com/tmaier/tagmanager-rails/compare/v3.0.0.1...v3.0.1.0 )
4
+ |
5
+ [ Compare changes in Tag Manager] ( https://github.com/max-favilli/tagmanager/compare/v3.0.0...v3.0.1 )
6
+
7
+ * Update Tag manager version [ e71e5e3991cd30a9ad93c3cf879279602e68a85e] [ ] (Version 3.0.1)
8
+
9
+ [ e71e5e3991cd30a9ad93c3cf879279602e68a85e ] : https://github.com/max-favilli/tagmanager/commit/e71e5e3991cd30a9ad93c3cf879279602e68a85e
10
+
1
11
## 3.0.0.1 (2013-10-15)
2
12
3
13
[ Compare changes in gem] ( https://github.com/tmaier/tagmanager-rails/compare/v3.0.0...v3.0.0.1 )
13
23
* Update Tag manager version [ 3088482a18c776ed55ff685abedfed28d476b807] [ ] (Version 3.0.0) (thank you [ ianneub] [ ] )
14
24
* The version number of ` tagmanger-rails ` gem follows from now on the version number of tagmanager.
15
25
26
+ [ 3088482a18c776ed55ff685abedfed28d476b807 ] : https://github.com/max-favilli/tagmanager/commit/3088482a18c776ed55ff685abedfed28d476b807
27
+
16
28
## 0.0.2 (2013-07-21)
17
29
18
30
[ Compare changes in gem] ( https://github.com/tmaier/tagmanager-rails/compare/v0.0.1...v0.0.2 )
Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ It includes the CSS; SCSS and LESS version of the stylesheet.
10
10
11
11
## Version
12
12
13
- Tag Manager version 3.0.0
14
- [ 3088482a18c776ed55ff685abedfed28d476b807 ] ( https://github.com/max-favilli/tagmanager/commit/3088482a18c776ed55ff685abedfed28d476b807 )
13
+ Tag Manager version 3.0.1
14
+ [ e71e5e3991cd30a9ad93c3cf879279602e68a85e ] ( https://github.com/max-favilli/tagmanager/commit/e71e5e3991cd30a9ad93c3cf879279602e68a85e )
15
15
16
16
## Installation
17
17
Original file line number Diff line number Diff line change 1
1
module TagManager
2
2
module Rails
3
- VERSION = '3.0.0.1 '
4
- TAGMANAGER_VERSION = '3088482a18c776ed55ff685abedfed28d476b807 '
3
+ VERSION = '3.0.1.0 '
4
+ TAGMANAGER_VERSION = 'e71e5e3991cd30a9ad93c3cf879279602e68a85e '
5
5
end
6
6
end
You can’t perform that action at this time.
0 commit comments