nanoc-sprockets-filter 0.1.0 → 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
- data/CHANGELOG.md +8 -0
- data/lib/nanoc/filters/sprockets.rb +1 -1
- data/lib/nanoc/helpers/sprockets.rb +5 -0
- metadata +1 -1
data/CHANGELOG.md
CHANGED
@@ -1,3 +1,10 @@
|
|
1
|
+
## 0.1.1 - 23 April 2013
|
2
|
+
|
3
|
+
### Bug fixes
|
4
|
+
|
5
|
+
- Fixing missing method on Nanoc::Helpers::Sprockets.configure call.
|
6
|
+
([@yannlugrin][])
|
7
|
+
|
1
8
|
## 0.1.0 - 23 April 2013
|
2
9
|
|
3
10
|
### Improvements
|
@@ -12,3 +19,4 @@
|
|
12
19
|
[#2]: https://github.com/yannlugrin/nanoc-sprockets-filter/issues/2
|
13
20
|
[@francois2metz]: https://github.com/francois2metz
|
14
21
|
[@crazysim]: https://github.com/crazysim
|
22
|
+
[@yannlugrin]: https://github.com/yannlugrin
|