git ssb

0+

dangerousbeans / %aPBe2k3ugtjBr4rrsU1…



Commit 5e8c83fc81f04397f8ce2953b8b8c6745f648ff2

Ensure that the Java .class is built before the gem is packaged.

Coda Hale committed on 8/13/2009, 8:43:46 PM
Parent: 1d1c3ef700912844f041303bd7ef7c7403142e46

Files changed

Rakefilechanged
RakefileView
@@ -78,8 +78,9 @@
7878 s.email = "coda.hale@gmail.com"
7979 s.homepage = "http://bcrypt-ruby.rubyforge.org"
8080 s.rubyforge_project = "bcrypt-ruby"
8181 end
82+task :gem => ["compile:jruby"]
8283
8384 Rake::GemPackageTask.new(spec) do |pkg|
8485 pkg.need_zip = true
8586 pkg.need_tar = true

Built with git-ssb-web