lib/app_generators/taza/templates/console.erb in taza-0.9.0 vs lib/app_generators/taza/templates/console.erb in taza-0.9.1
- old
+ new
@@ -1,7 +1,8 @@
#!/usr/bin/env ruby
+require 'rubygems'
+require 'bundler/setup'
irb = RUBY_PLATFORM =~ /(:?mswin|mingw)/ ? 'irb.bat' : 'irb'
-
libs = ""
Dir.glob(File.expand_path("#{File.dirname(__FILE__)}/../lib/sites/*.rb")).each do |file|
libs << " -r '#{file}'"
end