Rakefile in unibits-1.0.0 vs Rakefile in unibits-1.1.0

- old
+ new

@@ -22,10 +22,10 @@ # # # # Start an IRB session with the gem loaded desc "#{gemspec.name} | IRB" task :irb do - sh "irb -I ./lib -r #{gemspec.name.gsub '-','/'}" + sh "irb -I ./lib -r #{gemspec.name.gsub '-','/'}/kernel_method" end # # # # Run specs