From: Luis Lavena Date: 2011-05-13T07:31:46+09:00 Subject: Re: gem list -rd a generates an error On May 12, 10:46 am, John wrote: > > C:\tools>gem list -rd --debug -V  acts_as_taggable_simple > Exception `NameError' at C:/Ruby192/lib/ruby/site_ruby/1.9.1/rubygems/ > command_manager.rb:163 - uninitialized constant Gem::Commands::ListCom > mand > > *** REMOTE GEMS *** > > Exception `NameError' at C:/Ruby192/lib/ruby/site_ruby/1.9.1/rubygems/ > specification.rb:198 - uninitialized constant Psych::Syck > ERROR:  While executing gem ... (NameError) >     uninitialized constant Psych::Syck >         C:/Ruby192/lib/ruby/site_ruby/1.9.1/rubygems/specification.rb: > 198:in `load' >         C:/Ruby192/lib/ruby/site_ruby/1.9.1/rubygems/specification.rb: Broken gemspec: https://rubygems.org/gems/acts_as_taggable_simple See the rails dependency, the version is not published correctly. Please ask the gem author to correct that, as previous version (0.0.2) was correct: https://rubygems.org/gems/acts_as_taggable_simple/versions/0.0.2 (Well, doesn't have any dependency listed) -- Luis Lavena