[MacRuby] #1021: error trying to use bones with MacRuby
#1021: error trying to use bones with MacRuby ---------------------------+------------------------------------------------ Reporter: haxie1@… | Owner: lsansonetti@… Type: defect | Status: new Priority: blocker | Milestone: MacRuby 0.8 Component: MacRuby | Keywords: ---------------------------+------------------------------------------------ I originally filed this with the bones project (Tim Pease) but he pointed out that the issue is with MacRuby after installing the bones gem, trying to do something like: {{{ %bones --help }}} results in: /Library/Frameworks/MacRuby.framework/Versions/0.8/usr/lib/ruby/Gems/1.9.2/gems/rake-0.8.7/lib/rake.rb:2503:in `const_missing:': uninitialized constant Bones::App::Plugins (NameError) from /Library/Frameworks/MacRuby.framework/Versions/0.8/usr/lib/ruby/Gems/1.9.2/gems /little-plugger-1.1.2/lib/little-plugger.rb:270:in `block' from /Library/Frameworks/MacRuby.framework/Versions/0.8/usr/lib/ruby/Gems/1.9.2/gems /little-plugger-1.1.2/lib/little-plugger.rb:268:in `default_plugin_module:' from /Library/Frameworks/MacRuby.framework/Versions/0.8/usr/lib/ruby/Gems/1.9.2/gems /little-plugger-1.1.2/lib/little-plugger.rb:217:in `plugin_module' from /Library/Frameworks/MacRuby.framework/Versions/0.8/usr/lib/ruby/Gems/1.9.2/gems /little-plugger-1.1.2/lib/little-plugger.rb:156:in `plugins' from /Library/Frameworks/MacRuby.framework/Versions/0.8/usr/lib/ruby/Gems/1.9.2/gems /little-plugger-1.1.2/lib/little-plugger.rb:176:in `initialize_plugins' from /Library/Frameworks/MacRuby.framework/Versions/0.8/usr/lib/ruby/Gems/1.9.2/gems/bones-3.5.4/bin/bones:11:in `<main>' from /usr/bin/bones:19:in `<main>' Tim outlines the root issue here: https://github.com/TwP/bones/issues/issue/14/#comment_587325 -- Ticket URL: <http://www.macruby.org/trac/ticket/1021> MacRuby <http://macruby.org/>
#1021: error trying to use bones with MacRuby ---------------------------+------------------------------------------------ Reporter: haxie1@… | Owner: lsansonetti@… Type: defect | Status: new Priority: blocker | Milestone: MacRuby 0.8 Component: MacRuby | Keywords: ---------------------------+------------------------------------------------ Comment(by vincent.isambart@…): It seems to work fine with trunk: {{{ % bones --help NAME bones v3.5.4 DESCRIPTION Mr Bones is a handy tool that builds a skeleton for your new Ruby projects. The skeleton contains some starter code and a collection of rake tasks to ease the management and deployment of your source code. }}} Could you please try it once again with a nightly build? -- Ticket URL: <http://www.macruby.org/trac/ticket/1021#comment:1> MacRuby <http://macruby.org/>
#1021: error trying to use bones with MacRuby ---------------------------+------------------------------------------------ Reporter: haxie1@… | Owner: lsansonetti@… Type: defect | Status: new Priority: blocker | Milestone: MacRuby 0.8 Component: MacRuby | Keywords: ---------------------------+------------------------------------------------ Comment(by vincent.isambart@…): Oops forget my last answer I used the bad RubyGems :P -- Ticket URL: <http://www.macruby.org/trac/ticket/1021#comment:2> MacRuby <http://macruby.org/>
#1021: error trying to use bones with MacRuby ---------------------------+------------------------------------------------ Reporter: haxie1@… | Owner: lsansonetti@… Type: defect | Status: new Priority: blocker | Milestone: Component: MacRuby | Keywords: ---------------------------+------------------------------------------------ Changes (by lsansonetti@…): * milestone: MacRuby 0.8 => Comment: We need a reduction for this bug. -- Ticket URL: <http://www.macruby.org/trac/ticket/1021#comment:3> MacRuby <http://macruby.org/>
#1021: error trying to use bones with MacRuby ---------------------------+------------------------------------------------ Reporter: haxie1@… | Owner: lsansonetti@… Type: defect | Status: new Priority: blocker | Milestone: Component: MacRuby | Keywords: ---------------------------+------------------------------------------------ Comment(by lsansonetti@…): I am getting the following instead: {{{ $ bones --help /Library/Frameworks/MacRuby.framework/Versions/0.9/usr/lib/ruby/Gems/1.9.2/gems/bones-3.5.4/bin/bones:6:in `<main>': uninitialized constant Loquacious::Configuration::DSL::Configuration (NameError) from /usr/bin/bones:19:in `<main>' }}} -- Ticket URL: <http://www.macruby.org/trac/ticket/1021#comment:4> MacRuby <http://macruby.org/>
participants (1)
-
MacRuby