work without bundle exec

This commit is contained in:
John Bintz 2012-03-22 22:21:23 -04:00
parent a4296650a1
commit cbce214e7d

View File

@ -1,5 +1,11 @@
#!/usr/bin/env ruby
if !ENV['BUNDLE_GEMFILE'] && File.file?('Gemfile')
require 'bundler/setup'
$: << File.expand_path('../../lib', __FILE__)
end
require 'flowerbox'
require 'thor'