nanoc-sprockets-filter 0.1.0 → 0.1.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.
@@ -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
@@ -3,7 +3,7 @@ require 'nanoc'
3
3
  module Nanoc
4
4
  module Filters
5
5
  class Sprockets < Nanoc::Filter
6
- VERSION = '0.1.0'
6
+ VERSION = '0.1.1'
7
7
 
8
8
  type :text
9
9
 
@@ -9,6 +9,11 @@ end
9
9
  module Nanoc
10
10
  module Helpers
11
11
  module Sprockets
12
+
13
+ def self.configure(*args, &block)
14
+ ::Sprockets::Helpers.configure(*args, &block)
15
+ end
16
+
12
17
  module ModuleMethods
13
18
 
14
19
  def asset_path(item_or_filename, options = {})
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nanoc-sprockets-filter
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: