[MacRuby-devel] [MacRuby] #806: bundler does not work due to missing Gem::Specification::MatchPlatform

MacRuby ruby-noreply at macosforge.org
Fri Jul 23 18:14:19 PDT 2010


#806: bundler does not work due to missing Gem::Specification::MatchPlatform
------------------------------+---------------------------------------------
 Reporter:  macruby@…         |       Owner:  lsansonetti@…        
     Type:  defect            |      Status:  new                  
 Priority:  major             |   Milestone:                       
Component:  MacRuby           |    Keywords:                       
------------------------------+---------------------------------------------

Comment(by lsansonetti@…):

 Working around the #caller bug, it seems to load properly, at least.

 {{{
 $ VM_DISABLE_INTERPRETER=1 VM_DISABLE_RBO=1 DYLD_LIBRARY_PATH=. ./macruby
 /usr/bin/bundle --help
 Tasks:
   bundle check            # Checks if the dependencies listed in Gemfile
 are satisfied by currently installed gems
   bundle console [GROUP]  # Opens an IRB session with the bundle pre-
 loaded
   bundle exec             # Run the command in context of the bundle
   bundle help [TASK]      # Describe available tasks or one specific task
   bundle init             # Generates a Gemfile into the current working
 directory
   bundle install          # Install the current environment to the system
   bundle lock             # Locks the bundle to the current set of
 dependencies, including all child dependencies.
   bundle open GEM         # Opens the source directory of the given
 bundled gem
   bundle package          # Locks and then caches all of the gems into
 vendor/cache
   bundle show [GEM]       # Shows all gems that are part of the bundle, or
 the path to a given gem
   bundle unlock           # Unlock the bundle. This allows gem versions to
 be changed.
   bundle version          # Prints the bundler's version information

 $ VM_DISABLE_INTERPRETER=1 VM_DISABLE_RBO=1 DYLD_LIBRARY_PATH=. ./macruby
 /usr/bin/bundle install
 Could not locate Gemfile
 }}}

-- 
Ticket URL: <http://www.macruby.org/trac/ticket/806#comment:2>
MacRuby <http://macruby.org/>



More information about the MacRuby-devel mailing list