Skip to content

Commit

Permalink
Need the .gem ext for release
Browse files Browse the repository at this point in the history
  • Loading branch information
durran committed May 17, 2010
1 parent fe118e2 commit caa0b7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -15,7 +15,7 @@ task :install => :build do
end end


task :release => :build do task :release => :build do
system "gem push mongoid-#{Mongoid::VERSION}" system "gem push mongoid-#{Mongoid::VERSION}.gem"
end end


Spec::Rake::SpecTask.new(:spec) do |spec| Spec::Rake::SpecTask.new(:spec) do |spec|
Expand Down

0 comments on commit caa0b7f

Please sign in to comment.