On Thu, 11 Jun 2009, Jason G. wrote:
=> false
irb(main):002:0> require ‘redcloth’
=> true
irb(main):003:0> RedCloth::VERSION
=> 4.1.9
Hmmmm. There’s been too much happening on the Rubygems list of late
for me to keep up with changes, but that explicit version request and
results look like a bug in rubgems to my uninformed eye. I suppose
updating your rubygems doesn’t help?
I’m seeing this:
hgs@Q2P14HGS /usr/lib/ruby/gems/1.8/gems/RedCloth-4.2.0
20:21:28$ gem query --remote -d -a -n RedCloth
*** REMOTE GEMS ***
RedCloth (4.2.0, 4.1.9, 4.1.1, 4.1.0, 4.0.4, 4.0.3, 4.0.2, 4.0.1,
4.0.0, 3.0.4, 3.0.3, 3.0.2, 3.0.1, 3.0.0, 2.0.11, 2.0.10, 2.0.9,
2.0.8, 2.0.7, 2.0.6, 2.0.5, 2.0.4, 2.0.3, 2.0.2)
Platforms:
2.0.2: ruby
2.0.3: ruby
2.0.4: ruby
2.0.5: ruby
2.0.6: ruby
2.0.7: ruby
2.0.8: ruby
2.0.9: ruby
2.0.10: ruby
2.0.11: ruby
3.0.0: ruby
3.0.1: ruby
3.0.2: ruby
3.0.3: ruby
3.0.4: ruby
4.0.0: ruby, x86-mswin32-60
4.0.1: ruby, x86-mswin32-60
4.0.2: ruby, x86-mswin32-60
4.0.3: ruby, x86-mswin32-60
4.0.4: ruby, x86-mswin32-60
4.1.0: ruby, universal-java, x86-mswin32-60
4.1.1: ruby, universal-java, x86-mswin32-60
4.1.9: ruby, universal-java, x86-mswin32-60
4.2.0: ruby, universal-java, x86-mswin32-60
Author: Jason G.
Rubyforge: http://rubyforge.org/projects/redcloth
Homepage: http://redcloth.org
RedCloth-4.2.0 - Textile parser for Ruby. http://redcloth.org
/
redclothcoderay (0.3.0, 0.2.0, 0.1.2, 0.1.1, 0.1.0)
Author: August L.
Rubyforge: http://rubyforge.org/projects/redclothcoderay
Homepage: http://redclothcoderay.rubyforge.org
Integrates CodeRay with RedCloth by adding a <source> t
ag.
hgs@Q2P14HGS /usr/lib/ruby/gems/1.8/gems/RedCloth-4.2.0
20:22:57$
What does (I’m not sure this is right, but from gem install --help):
C:>gem install RedCloth -v 4.2 --platform=x86-mswin32-60
do for you?
Hugh