Issue Details (XML | Word | Printable)

Key: RAWR-33
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Unassigned
Reporter: regularfry
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
rawr

Rake gem:package misses critical files

Created: 14/Feb/10 05:29 PM   Updated: 15/Feb/10 11:42 PM   Resolved: 15/Feb/10 11:42 PM
Component/s: None
Affects Version/s: 1.4.0
Fix Version/s: 1.4.0

Time Tracking:
Not Specified

File Attachments: 1. Text File 33.patch (2 kB) 14/Feb/10 06:30 PM - regularfry

Environment:

Ubuntu Karmic 64
jruby 1.4.0
rvm


Tags: packaging gem rake


 Description  « Hide

From a fresh git clone, running the gem:package task results in the following files not being included in the gem:

lib/core_ext.rb
lib/kde_bundler.rb
lib/shell_bundler.rb
lib/launch4j/bin-win/readme.txt

The first of these is a problem; it's on the "require 'rawr'" code path, so trying to use the gem fails.



regularfry added a comment - 14/Feb/10 06:30 PM

It's fixed by a trivial rake manifest:create. The resulting patch is attached.


jaymcgavren added a comment - 15/Feb/10 11:42 PM

Patch applied and pushed. Thanks!