From: Ross Bamford Date: 2005-12-22T02:27:48+09:00 Subject: Re: problem with gem On Wed, 21 Dec 2005 16:47:32 -0000, Mohammad Khan wrote: > I am going to add the following line in my spec file > spec.required_ruby_version = '>= 1.8.3' > I think there shouldn't be any need to do that just for the Yaml issue - if you upgrade to 1.8.4 in a few days, or even downgrade to 1.8.2, your gem will be fine. If you _really_ don't want to switch versions, you could use a workaround I use, that I believe works (it at least gets gems distributed by Rubyforge, and I've had no complaints about them not working on prior versions). See http://blade.nagaokaut.ac.jp/cgi-bin/scat.rb/ruby/ruby-talk/171295 (yes, this time I _could_ find the thread :)) -- Ross Bamford - rosco@roscopeco.remove.co.uk