Closed holgersindbaek closed 11 years ago
There is actually no Maglev gem, so it won't work inside of a Gemfile
. You need to clone the repo as a git submodule and reference the code using app.files <<
, as you would normal RubyMotion code. Make sense?
Ha there is a Gemspec
. I have no idea what I'm talking about.
Yeah I just did a local project with the following Gemfile
, and it worked fine. Seems to be a RubyGems/Bundler problem on your end?
$ motion create maglev-test
$ touch Gemfile
$ vim Gemfile
....
$ bundle
$ rake
source "https://rubygems.org"
gem "maglev", :git => "git://github.com/clayallsopp/maglev.git"
Hmmm. That's weird. Thanks for testing.
I'm getting this error, even though I've run bundle install and everything. I'm not sure if it is my bundler that is out of order. If it is, then please close the issue.
Error:
Gemfile: