Forums | Admin

Discussion Forums: help

Start New Thread Start New Thread

 

By: Dan Rumney
RE: rmagick(2.12.0 not >= 0) [ reply ]  
2011-03-27 01:57
I'm seeing this problem as well.

Even weirder, I see:

C:\Users\dancrumb>ruby -rubygems -e "gem 'rmagick', '2.12.0'; puts Magick::Long_
version"
C:/Ruby192/lib/ruby/site_ruby/1.9.1/rubygems.rb:900:in `report_activate_error':
RubyGem version error: rmagick(2.12.0 not = 2.12.0) (Gem::LoadError)
from C:/Ruby192/lib/ruby/site_ruby/1.9.1/rubygems.rb:248:in `activate'
from C:/Ruby192/lib/ruby/site_ruby/1.9.1/rubygems.rb:1276:in `gem'
from -e:1:in `<main>'

More details here: http://stackoverflow.com/questions/5444472/problem-requiring-the-rmagick-gem-with-ruby/5444686#5444686

By: Rob Bogdan
rmagick(2.12.0 not >= 0) [ reply ]  
2011-03-13 21:57
Hit this error trying to use gruff for the first time:

C:/Ruby192/lib/ruby/site_ruby/1.9.1/rubygems.rb:900:in `report_activate_error': RubyGem version error: rmagick(2.12.0 no
t >= 0) (Gem::LoadError)
from C:/Ruby192/lib/ruby/site_ruby/1.9.1/rubygems.rb:248:in `activate'
from C:/Ruby192/lib/ruby/site_ruby/1.9.1/rubygems.rb:212:in `rescue in try_activate'
from C:/Ruby192/lib/ruby/site_ruby/1.9.1/rubygems.rb:209:in `try_activate'
from C:/Ruby192/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:57:in `rescue in require'
from C:/Ruby192/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:35:in `require'
from C:/Ruby192/lib/ruby/gems/1.9.1/gems/gruff-0.3.6/lib/gruff/base.rb:2:in `<top (required)>'
....

PS C:\Users\rbogdan\Downloads\Ruby> gem list

*** LOCAL GEMS ***
gruff (0.3.6)
...
rmagick (2.12.0 mswin32)

Tried installing and uninstalling rmagick-win32; no issues during install:

Successfully installed rmagick-2.12.0-x86-mswin32
1 gem installed
Installing ri documentation for rmagick-2.12.0-x86-mswin32...
Installing RDoc documentation for rmagick-2.12.0-x86-mswin32...