Skip to content

Commit

Permalink
Merge branch 'master' of github.com:bcg/em-mongo
Browse files Browse the repository at this point in the history
Conflicts:
	Rakefile
	spec/gem/rubygems.rb
  • Loading branch information
bcg committed Nov 30, 2010
2 parents be7f8de + 7d17a6a commit 4766f97
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Rakefile
Expand Up @@ -79,7 +79,11 @@ namespace :spec do
print "Testing Rubygems integration ... "
steps =[]
steps << "cd spec/gem"
<<<<<<< HEAD
steps << "gem uninstall -a em-mongo >/dev/null"
=======
steps << "gem uninstall em-mongo >/dev/null"
>>>>>>> 7d17a6a3967a7f135f29bed82b224e1959312655
steps << "gem install #{root_dir}/em-mongo-#{em_mongo_version}.gem >/dev/null"
steps << "./rubygems.rb"
if system steps.join(" && ")
Expand Down

0 comments on commit 4766f97

Please sign in to comment.