diff --git a/Rakefile b/Rakefile index 6191117..3f34c04 100644 --- a/Rakefile +++ b/Rakefile @@ -12,7 +12,7 @@ require 'rbconfig' include Config gem_command = "gem" -gem_command = "gem1.9" if CONFIG["MAJOR"] = "1" && CONFIG["MINOR"] = "9" +gem_command = "gem1.9" if CONFIG["MAJOR"] == "1" && CONFIG["MINOR"] == "9" # NOTE: some of the tests assume Mongo is running Rake::TestTask.new do |t|