bin/chicanery in chicanery-0.0.1 vs bin/chicanery in chicanery-0.0.2

- old
+ new

@@ -1,7 +1,7 @@ #!/usr/bin/env ruby $:.unshift File.dirname(__FILE__)+'/../lib' -require 'chicanery/cli' - -Chicanery::Cli.execute *ARGV +require 'chicanery' +extend Chicanery +execute *ARGV \ No newline at end of file