alexrothenberg / motion-addressbook

MIT License
89 stars 30 forks source link

include motion-addressbook's dependency on bubble-wrap in the readme #24

Closed spnkr closed 11 years ago

spnkr commented 11 years ago

it doesn't compile unless the bubble-wrap gem is present, and loaded first.

alexrothenberg commented 11 years ago

Thanks for this suggestion.

Readme updated with e3704922b627d711c640f9b168ee6c993205565f

When using bundler the dependency should be managed automatically so I think its really just about the non-bundler config. If that's wrong or you have better ideas for the readme please let me know.

spnkr commented 11 years ago

Hmm, I may have put the bubble wrap include in the rake file before noticing I didn't have Bundler.require there--whoops! I guess dependencies are sort of the point of Bundler haha.

However lots of the sample rubymotion apps out there do not use Bundler, and new developers are exactly the type of people who might get stumped by this. Or that's my guess anyway.

Cheers! Will

(And thanks for making this gem, it's awesome!)

On Apr 10, 2013, at 11:21 AM, Alex Rothenberg notifications@github.com wrote:

Thanks for this suggestion.

Readme updated with e370492

When using bundler the dependency should be managed automatically so I think its really just about the non-bundler config. If that's wrong or you have better ideas for the readme please let me know.

— Reply to this email directly or view it on GitHub.