alexrothenberg / motion-addressbook

MIT License
89 stars 30 forks source link

Blank project with motion-addressbook BubbleWrap error #70

Closed markrickert closed 9 years ago

markrickert commented 9 years ago
$ 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.

alexrothenberg commented 9 years ago

Thanks for finding & fixing this!

markrickert commented 9 years ago

:+1: No problemmo.