Skip to content
This repository has been archived by the owner on Apr 16, 2023. It is now read-only.

Commit

Permalink
Fix bin/netsoul-ruby script to start when installed as gem
Browse files Browse the repository at this point in the history
  • Loading branch information
christiankakesa committed Jan 4, 2016
1 parent 81845cc commit be4a30c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions bin/netsoul-ruby
Expand Up @@ -82,7 +82,7 @@ module Netsoul
end
end

if __FILE__ == $PROGRAM_NAME
# if __FILE__ == $PROGRAM_NAME
$stderr.sync = true
require 'optparse'
require 'yaml'
Expand Down Expand Up @@ -119,4 +119,4 @@ if __FILE__ == $PROGRAM_NAME
sleep 1
end
end
end
# end
2 changes: 1 addition & 1 deletion lib/netsoul/version.rb
@@ -1,3 +1,3 @@
module Netsoul
VERSION = '0.2.0'.freeze
VERSION = '0.3.0'.freeze
end

0 comments on commit be4a30c

Please sign in to comment.