Rakefile in soulmate_rails-0.3.0 vs Rakefile in soulmate_rails-0.3.1

- old
+ new

@@ -18,10 +18,10 @@ sh "gem install pkg/soulmate_rails-#{SoulmateRails::VERSION}.gem" end desc 'Open an irb session preloaded with this library' task :console do - sh 'irb -rubygems -I lib:spec -r soulmate_rails.rb -r spec_helper.rb' + sh 'irb -rubygems -I lib:spec -r irb/completion -r soulmate_rails.rb -r spec_helper.rb' end desc 'Release the gem' task :release => :build do sh "git tag -a 'v#{SoulmateRails::VERSION}' -m 'Version #{SoulmateRails::VERSION}'"