Skip to content

Commit

Permalink
Updated Rakefile.
Browse files Browse the repository at this point in the history
  • Loading branch information
jpr5 committed Jul 14, 2011
1 parent b3a862b commit a27363b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Rakefile
@@ -1,3 +1,7 @@
task :default do task :default do
puts "TBC" Kernel.exec("#{$0}", '-T')
end

task :gem do
`gem build mongo-locking.gemspec`
end end

0 comments on commit a27363b

Please sign in to comment.