Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

builder 3.0.0 release includes a 3MB tags file #10

Closed
drbrain opened this issue Oct 17, 2011 · 3 comments
Closed

builder 3.0.0 release includes a 3MB tags file #10

drbrain opened this issue Oct 17, 2011 · 3 comments

Comments

@drbrain
Copy link
Contributor

drbrain commented Oct 17, 2011

The TAGS file is 97% of the contents of the gem and just wastes space:

$ gem contents builder
/Library/Ruby/Gems/1.8/gems/builder-3.0.0/CHANGES
/Library/Ruby/Gems/1.8/gems/builder-3.0.0/README
/Library/Ruby/Gems/1.8/gems/builder-3.0.0/README.rdoc
/Library/Ruby/Gems/1.8/gems/builder-3.0.0/Rakefile
/Library/Ruby/Gems/1.8/gems/builder-3.0.0/TAGS
/Library/Ruby/Gems/1.8/gems/builder-3.0.0/doc/releases/builder-1.2.4.rdoc
/Library/Ruby/Gems/1.8/gems/builder-3.0.0/doc/releases/builder-2.0.0.rdoc
/Library/Ruby/Gems/1.8/gems/builder-3.0.0/doc/releases/builder-2.1.1.rdoc
/Library/Ruby/Gems/1.8/gems/builder-3.0.0/lib/blankslate.rb
/Library/Ruby/Gems/1.8/gems/builder-3.0.0/lib/builder.rb
/Library/Ruby/Gems/1.8/gems/builder-3.0.0/lib/builder/blankslate.rb
/Library/Ruby/Gems/1.8/gems/builder-3.0.0/lib/builder/xchar.rb
/Library/Ruby/Gems/1.8/gems/builder-3.0.0/lib/builder/xmlbase.rb
/Library/Ruby/Gems/1.8/gems/builder-3.0.0/lib/builder/xmlevents.rb
/Library/Ruby/Gems/1.8/gems/builder-3.0.0/lib/builder/xmlmarkup.rb
/Library/Ruby/Gems/1.8/gems/builder-3.0.0/test/performance.rb
/Library/Ruby/Gems/1.8/gems/builder-3.0.0/test/preload.rb
/Library/Ruby/Gems/1.8/gems/builder-3.0.0/test/test_blankslate.rb
/Library/Ruby/Gems/1.8/gems/builder-3.0.0/test/test_cssbuilder.rb
/Library/Ruby/Gems/1.8/gems/builder-3.0.0/test/test_eventbuilder.rb
/Library/Ruby/Gems/1.8/gems/builder-3.0.0/test/test_markupbuilder.rb
/Library/Ruby/Gems/1.8/gems/builder-3.0.0/test/test_namecollision.rb
/Library/Ruby/Gems/1.8/gems/builder-3.0.0/test/test_xchar.rb
$ du -hcd1 /Library/Ruby/Gems/1.8/gems/builder-3.0.0
 12K    /Library/Ruby/Gems/1.8/gems/builder-3.0.0/doc
 44K    /Library/Ruby/Gems/1.8/gems/builder-3.0.0/lib
 48K    /Library/Ruby/Gems/1.8/gems/builder-3.0.0/test
2.9M    /Library/Ruby/Gems/1.8/gems/builder-3.0.0
2.9M    total
$ du -h /Library/Ruby/Gems/1.8/gems/builder-3.0.0/TAGS
2.8M    /Library/Ruby/Gems/1.8/gems/builder-3.0.0/TAGS
@drbrain
Copy link
Contributor Author

drbrain commented Oct 18, 2011

@karlin
Copy link

karlin commented Dec 22, 2011

Pretty sure this was caused by a greedy '[A-Z]*' file glob in the rdoc_files list. Fixed by #14

@jimweirich
Copy link
Owner

Fixed for next release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants