$ motion create my_project --template=osx
$ cd my_project
Add motion-addressbook to Gemfile
$ bundle
Fetching gem metadata from https://rubygems.org/....
Resolving dependencies...
Using bundler 1.6.3
Using rake 10.3.2
Using bubble-wrap-http 1.7.1
Using bubble-wrap 1.7.1
Installing motion-addressbook 1.7.2
Your bundle is complete!
Use `bundle show [gemname]` to see where a bundled gem is installed.
$ rake
rake aborted!
NameError: uninitialized constant BubbleWrap
/Users/mrickert/Documents/Rickert/contact-gravatars/Rakefile:7:in `<top (required)>'
(See full trace by running task with --trace)
Whatever sections of bubblewrap you're using should probably be included by default in the gem.
Add
motion-addressbook
to GemfileWhatever sections of bubblewrap you're using should probably be included by default in the gem.