jekyll-assets 0.4.0 → 0.4.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.
data/HISTORY.md CHANGED
@@ -1,3 +1,8 @@
1
+ ### 0.4.1 (2013-05-08)
2
+
3
+ * Drop forgotten liquid processor require.
4
+
5
+
1
6
  ### 0.4.0 (2013-05-08)
2
7
 
3
8
  * Drop Liquid pre-processing. See #25.
@@ -2,10 +2,6 @@
2
2
  require "sprockets"
3
3
 
4
4
 
5
- # internal
6
- require "jekyll/assets_plugin/liquid_processor"
7
-
8
-
9
5
  module Jekyll
10
6
  module AssetsPlugin
11
7
  class Environment < Sprockets::Environment
@@ -1,5 +1,5 @@
1
1
  module Jekyll
2
2
  module AssetsPlugin
3
- VERSION = "0.4.0"
3
+ VERSION = "0.4.1"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-assets
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0
4
+ version: 0.4.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -242,7 +242,7 @@ rubyforge_project:
242
242
  rubygems_version: 1.8.23
243
243
  signing_key:
244
244
  specification_version: 3
245
- summary: jekyll-assets-0.4.0
245
+ summary: jekyll-assets-0.4.1
246
246
  test_files:
247
247
  - spec/fixtures/.gitignore
248
248
  - spec/fixtures/_assets/app.css.erb