github gem install doesn't include lib directory (broken)
Reported by Jeff | July 10th, 2009 @ 04:46 PM
If you install via github you only get the bin directory.
Without the lib directory, the gem doesn't work.
Steps to reproduce:
- sudo gem install chriskite-anemone
I'm guessing its an issue with the gemspec, but I'm no expert on that.
Comments and changes to this ticket
-
chris (at chriskite) July 11th, 2009 @ 04:52 PM
- Assigned user set to chris (at chriskite)
- State changed from new to open
Current gemspec doesn't work with GitHub's SAFE=3 environment. Disabling GitHub gem support for the time being.
-
chris (at chriskite) August 31st, 2009 @ 10:28 PM
- State changed from open to resolved
Fixed the gemspec to work with GitHub. Decided not to distribute a gem through GitHub (using RubyForge only) to avoid confusion.
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
Anemone is a Ruby library that makes it quick and painless to write programs that spider a website. It provides a simple DSL for performing actions on every page of a site, skipping certain URLs, and calculating the shortest path to a given page on a site.