Skip to content

Commit

Permalink
giving up trying platform_specific gem with newgem (and hoe)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiokung committed Jul 9, 2009
1 parent 357f7bc commit f4d340a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -16,7 +16,7 @@ $hoe = Hoe.new('jetty-rails', JettyRails::VERSION) do |p|
['newgem', ">= #{::Newgem::VERSION}"]
]

p.spec_extras['platform'] = 'jruby' # JRuby gem created, e.g. jetty-rails-X.Y.Z-jruby.gem
#p.spec_extras['platform'] = 'java' # JRuby gem created, e.g. jetty-rails-X.Y.Z-jruby.gem

p.clean_globs |= %w[**/.DS_Store tmp *.log **/.*.sw? *.gem .config]
path = (p.rubyforge_name == p.name) ? p.rubyforge_name : "\#{p.rubyforge_name}/\#{p.name}"
Expand Down

0 comments on commit f4d340a

Please sign in to comment.