rogerdpack-rbeautify 0.0.1 → 0.0.2

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/rbeautify +2 -4
  2. metadata +2 -2
data/bin/rbeautify CHANGED
@@ -216,7 +216,5 @@ module RBeautify
216
216
  end # main
217
217
  end # module RBeautify
218
218
 
219
- # if launched as a standalone program, not loaded as a module
220
- if __FILE__ == $0
221
- RBeautify.main
222
- end
219
+ # always run it, since this is the binary file
220
+ RBeautify.main
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rogerdpack-rbeautify
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Roger Pack
@@ -17,7 +17,7 @@ description: prettifier/beautifier for Ruby code [from http://www.arachnoid.com/
17
17
  email:
18
18
  - rogerdpack@gmail.comm
19
19
  executables:
20
- - - rbeautify
20
+ - rbeautify
21
21
  extensions: []
22
22
 
23
23
  extra_rdoc_files: []