copiousfreetime / stickler

a tool to organize and maintain an internal gem distribution server
MIT License
143 stars 29 forks source link

Proof-of-concept dependency API. #44

Open xaviershay opened 9 years ago

xaviershay commented 9 years ago

Addresses #22

TODO/Questions:

copiousfreetime commented 9 years ago

Why is SpecLite used instead of full Gem::Specification? Should we store both, or add required dependency data to SpecLite?

Its hard to remember exactly, since I wrote SpecLite more than 6 years ago :smile:. A couple of recollections I have are:

Is Index the right spot for this?

Maybe. What I really what to have happen is stickler to implement the new index format and use that to drive the bundler api. new index repo

copiousfreetime commented 9 years ago

@xaviershay just checking to see if you need any more feedback from me.