ruby-ore / ore

Mine beautiful RubyGems from Ore
MIT License
241 stars 29 forks source link

Template filename not valid on windows/jruby #2

Closed sundbp closed 13 years ago

sundbp commented 13 years ago

Hi,

This fail cause a failure on installing the ore gem on jruby/windows: ore-0.2.2/data/ore/templates/base/:name:.gemspec.erb

Error is: C:\cygwin\home\patrik>gem install ore ERROR: While executing gem ... (Errno::EACCES) Permission denied - c:/jruby-1.5.3/lib/ruby/gems/1.8/gems/ore-0.2.2/data/ore/templates/base/:name:.gemspec.erb

Could you come up with a naming convention that is compatible with jruby/windows pls?

Thanks

postmodern commented 13 years ago

Fixed in v0.2.3. Thanks!