bin/rainforest-console in rainforest-1.0.7 vs bin/rainforest-console in rainforest-2.0.0
- old
+ new
@@ -1,7 +1,7 @@
#!/usr/bin/env ruby
irb = RUBY_PLATFORM =~ /(:?mswin|mingw)/ ? 'irb.bat' : 'irb'
libs = " -r irb/completion"
libs << " -r #{File.dirname(__FILE__) + '/../lib/rainforest'}"
-puts "Loading rainforest gem"
+puts "Loading Rainforest gem"
exec "#{irb} #{libs} --simple-prompt"