sorry for late reply I rebuild rdiscount after changing "s.version = '1.3.1.1'" in rdiscount.gemspec file.
this fooled gitorious while version check ;-) Regards, -Manish Matt Jones wrote: > On Jul 9, 3:04�am, Manish Arya <[email protected]> > wrote: >> checking for srandom()... yes >> rake db:migrate for gitorious wants �rdiscount �= 1.3.1.1 >> /opt/ruby/lib/ruby/gems/1.8 >> -------------------------------------------- >> >> is there someway to bypass version check ? >> >> i tried to make symlink of rdiscount-1.3.4 to rdiscount-1.3.1.1 and >> upadted rdiscount.gemspec with ver 1.3.1.1 >> > > I wouldn't recommend doing that - it's not recommended, nor is it > correct. > > Looking over the gitorious source, the config/environment.rb file > specifically requires that version. A quick scan of the rdiscount > source history shows that the most notable changes made between > 1.3.1.1 and 1.3.4 were moving up the underlying Discount version and > correcting the issue with funopen you've run into above. Just fix the > line in environment.rb and things should be fine. > > --Matt Jones -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

