wstrip 1.0.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/{lib/wstrip.rb → bin/wstrip} +1 -3
  2. metadata +4 -3
@@ -74,6 +74,4 @@ EOS
74
74
  end
75
75
  end
76
76
 
77
- if __FILE__ == $0
78
- x = WStrip.start(ARGV)
79
- end
77
+ WStrip.start(ARGV)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: wstrip
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -29,11 +29,12 @@ dependencies:
29
29
  version: '0'
30
30
  description: A command line based application to remove trailing whitespace en-masse
31
31
  email: the.foner@gmail.com
32
- executables: []
32
+ executables:
33
+ - wstrip
33
34
  extensions: []
34
35
  extra_rdoc_files: []
35
36
  files:
36
- - lib/wstrip.rb
37
+ - bin/wstrip
37
38
  homepage: http://www.pac.lifemakesuslaugh.com
38
39
  licenses: []
39
40
  post_install_message: