Changeset 111
- Timestamp:
- 02/06/2007 01:12:00 (22 months ago)
- Files:
-
- 1 modified
-
trunk/Rakefile (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Rakefile
r109 r111 9 9 NAME = "hpricot" 10 10 REV = `svn info`[/Revision: (\d+)/, 1] rescue nil 11 VERS = ENV['VERSION'] || "0. 4" + (REV ? ".#{REV}" : "")11 VERS = ENV['VERSION'] || "0.5" + (REV ? ".#{REV}" : "") 12 12 PKG = "#{NAME}-#{VERS}" 13 13 BIN = "*.{bundle,jar,so,obj,pdb,lib,def,exp}" … … 165 165 166 166 JRubySpec = SPEC.dup 167 JRubySpec.platform = Gem::Platform::RUBY167 JRubySpec.platform = 'jruby' 168 168 JRubySpec.files = PKG_FILES + ['lib/hpricot_scan.jar'] 169 169 JRubySpec.extensions = []
