haml2slim 0.4.0 → 0.4.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/README.md +1 -3
  2. data/lib/haml2slim/version.rb +1 -1
  3. metadata +2 -2
data/README.md CHANGED
@@ -8,9 +8,7 @@ You may convert files using the included executable `haml2slim`.
8
8
 
9
9
  # haml2slim -h
10
10
 
11
- Usage: haml2slim [options]
12
- -s, --stdin Read input from standard input instead of an input file
13
- -o, --output FILENAME Output file destination
11
+ Usage: haml2slim INPUT_FILENAME_OR_DIRECTORY [OUTPUT_FILENAME_OR_DIRECTORY] [options]
14
12
  --trace Show a full traceback on error
15
13
  -h, --help Show this message
16
14
  -v, --version Print version
@@ -1,3 +1,3 @@
1
1
  module Haml2Slim
2
- VERSION = '0.4.0'
2
+ VERSION = '0.4.1'
3
3
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 4
8
- - 0
9
- version: 0.4.0
8
+ - 1
9
+ version: 0.4.1
10
10
  platform: ruby
11
11
  authors:
12
12
  - Fred Wu