codeunion 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,13 +0,0 @@
1
- #!/usr/bin/env ruby
2
- # encoding: UTF-8
3
-
4
- # Resolve the pathname for this executable
5
- require "pathname"
6
- bin_file = Pathname.new(__FILE__).realpath
7
-
8
- # Add the gem's "lib" directory to library path
9
- $LOAD_PATH.unshift File.expand_path("../../lib", bin_file)
10
-
11
- require "codeunion/command/config"
12
-
13
- CodeUnion::Command::Config.new(*ARGV).run