Indentinator 0.0.3 → 0.0.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/bin/indentinator +4 -4
  2. metadata +3 -3
data/bin/indentinator CHANGED
@@ -31,14 +31,14 @@ Options:
31
31
 
32
32
  -c INDENT_AMOUNT
33
33
  Modify the indentation amount to INDENT_AMOUNT. The value is either
34
- a number - in which case it indicates the number of spaces to use;
35
- or TAB - which indicates to use tabs.
34
+ a number - in which case it indicates the number of spaces to use;
35
+ or TAB - which indicates to use tabs.
36
36
 
37
37
  -a AMOUNT
38
- Tell me the original AMOUNT of indentation to use
38
+ Tell it the original AMOUNT of indentation to use
39
39
  when converting the file's indentation.
40
40
  Normally, this value is inferred by looking at the input.
41
- This option takes the same values as -c.
41
+ This option takes the same values as -c.
42
42
 
43
43
  -i Read input from stdin. This will ignore any file arguments.
44
44
 
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: Indentinator
3
3
  version: !ruby/object:Gem::Version
4
- hash: 25
4
+ hash: 23
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 3
10
- version: 0.0.3
9
+ - 4
10
+ version: 0.0.4
11
11
  platform: ruby
12
12
  authors:
13
13
  - Toby Ho