Created
July 16, 2012 16:28
-
-
Save dmarkow/3123623 to your computer and use it in GitHub Desktop.
Formotion on RubyMotion 1.19
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dylan@macbook-air (master)✗ [1] % motion -v ~/dev/pfcs-mobile | |
1.19 | |
dylan@macbook-air (master)✗ [1] % rake --trace ~/dev/pfcs-mobile | |
rake aborted! | |
key not found: "lib/formotion/form.rb" | |
/Users/dylan/.rbenv/versions/1.9.3-p194-perf/lib/ruby/gems/1.9.1/gems/bubble-wrap-1.1.1/lib/bubble-wrap/requirement.rb:66:in `fetch' | |
/Users/dylan/.rbenv/versions/1.9.3-p194-perf/lib/ruby/gems/1.9.1/gems/bubble-wrap-1.1.1/lib/bubble-wrap/requirement.rb:66:in `file' | |
/Users/dylan/.rbenv/versions/1.9.3-p194-perf/lib/ruby/gems/1.9.1/gems/formotion-0.0.3/lib/formotion.rb:6:in `block (2 levels) in <top (required)>' | |
/Users/dylan/.rbenv/versions/1.9.3-p194-perf/lib/ruby/gems/1.9.1/gems/formotion-0.0.3/lib/formotion.rb:5:in `each' | |
/Users/dylan/.rbenv/versions/1.9.3-p194-perf/lib/ruby/gems/1.9.1/gems/formotion-0.0.3/lib/formotion.rb:5:in `block in <top (required)>' | |
/Users/dylan/.rbenv/versions/1.9.3-p194-perf/lib/ruby/gems/1.9.1/gems/bubble-wrap-1.1.1/lib/bubble-wrap/requirement.rb:62:in `class_eval' | |
/Users/dylan/.rbenv/versions/1.9.3-p194-perf/lib/ruby/gems/1.9.1/gems/bubble-wrap-1.1.1/lib/bubble-wrap/requirement.rb:62:in `scan' | |
/Users/dylan/.rbenv/versions/1.9.3-p194-perf/lib/ruby/gems/1.9.1/gems/bubble-wrap-1.1.1/lib/bubble-wrap/loader.rb:21:in `require' | |
/Users/dylan/.rbenv/versions/1.9.3-p194-perf/lib/ruby/gems/1.9.1/gems/formotion-0.0.3/lib/formotion.rb:4:in `<top (required)>' | |
/Users/dylan/.rbenv/versions/1.9.3-p194-perf/lib/ruby/1.9.1/rubygems/custom_require.rb:60:in `require' | |
/Users/dylan/.rbenv/versions/1.9.3-p194-perf/lib/ruby/1.9.1/rubygems/custom_require.rb:60:in `rescue in require' | |
/Users/dylan/.rbenv/versions/1.9.3-p194-perf/lib/ruby/1.9.1/rubygems/custom_require.rb:35:in `require' | |
/Users/dylan/dev/pfcs-mobile/Rakefile:4:in `<top (required)>' | |
/Users/dylan/.rbenv/versions/1.9.3-p194-perf/lib/ruby/1.9.1/rake/rake_module.rb:25:in `load' | |
/Users/dylan/.rbenv/versions/1.9.3-p194-perf/lib/ruby/1.9.1/rake/rake_module.rb:25:in `load_rakefile' | |
/Users/dylan/.rbenv/versions/1.9.3-p194-perf/lib/ruby/1.9.1/rake/application.rb:501:in `raw_load_rakefile' | |
/Users/dylan/.rbenv/versions/1.9.3-p194-perf/lib/ruby/1.9.1/rake/application.rb:82:in `block in load_rakefile' | |
/Users/dylan/.rbenv/versions/1.9.3-p194-perf/lib/ruby/1.9.1/rake/application.rb:133:in `standard_exception_handling' | |
/Users/dylan/.rbenv/versions/1.9.3-p194-perf/lib/ruby/1.9.1/rake/application.rb:81:in `load_rakefile' | |
/Users/dylan/.rbenv/versions/1.9.3-p194-perf/lib/ruby/1.9.1/rake/application.rb:65:in `block in run' | |
/Users/dylan/.rbenv/versions/1.9.3-p194-perf/lib/ruby/1.9.1/rake/application.rb:133:in `standard_exception_handling' | |
/Users/dylan/.rbenv/versions/1.9.3-p194-perf/lib/ruby/1.9.1/rake/application.rb:63:in `run' | |
/Users/dylan/.rbenv/versions/1.9.3-p194-perf/bin/rake:32:in `<main>' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment