nutils 0.5.1 → 0.5.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/lib/nutils/filters.rb +2 -2
  2. data/lib/nutils.rb +1 -1
  3. metadata +4 -4
@@ -2,12 +2,12 @@ module Nutils
2
2
  module Filters
3
3
  autoload "Beautify", "nutils/filters/beautify"
4
4
  autoload "Sprockets", "nutils/filters/sprockets"
5
- autoload "Svg2Png", "nutils/filters/svg2png"
5
+ autoload "SvgToPng", "nutils/filters/svg2png"
6
6
  autoload "YuiCompressor", "nutils/filters/yuicompressor"
7
7
 
8
8
  ::Nanoc3::Filter.register "::Nutils::Filters::Beautify", :beautify
9
9
  ::Nanoc3::Filter.register "::Nutils::Filters::Sprockets", :sprockets
10
- ::Nanoc3::Filter.register "::Nutils::Filters::Svg2Png", :svg2png
10
+ ::Nanoc3::Filter.register "::Nutils::Filters::SvgToPng", :svg_to_png
11
11
  ::Nanoc3::Filter.register "::Nutils::Filters::YuiCompressor", :yuicompressor
12
12
  end
13
13
  end
data/lib/nutils.rb CHANGED
@@ -3,7 +3,7 @@
3
3
  module Nutils
4
4
 
5
5
  # The current nutils version.
6
- VERSION = "0.5.1"
6
+ VERSION = "0.5.3"
7
7
 
8
8
  end
9
9
 
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nutils
3
3
  version: !ruby/object:Gem::Version
4
- hash: 9
4
+ hash: 13
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 5
9
- - 1
10
- version: 0.5.1
9
+ - 3
10
+ version: 0.5.3
11
11
  platform: ruby
12
12
  authors:
13
13
  - Arnau Siches
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2010-12-08 00:00:00 -05:00
18
+ date: 2010-12-17 00:00:00 -05:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency