Problems 4.2 installing on Windows?

I keep an old Windows machine around for making sure that RedCloth
Win32 binary gems install. When I try gem update RedCloth, it just
installs 4.1.9. Did I do something wrong in the gemspec? Would
someone else with a windows machine try it and let me know how it goes?

Jason

On Wed, 10 Jun 2009, Jason G. wrote:

I keep an old Windows machine around for making sure that RedCloth Win32
binary gems install. When I try gem update RedCloth, it just installs 4.1.9.
Did I do something wrong in the gemspec? Would someone else with a windows
machine try it and let me know how it goes?

Has the gem propagated to the mirrors?

I think so. Tried again a day later and still got the same thing.

C:>gem install RedCloth -v 4.2
Successfully installed RedCloth-4.1.9-x86-mswin32-60
1 gem installed
Installing ri documentation for RedCloth-4.1.9-x86-mswin32-60…
Installing RDoc documentation for RedCloth-4.1.9-x86-mswin32-60…

C:>irb
irb(main):001:0> require ‘rubygems’
=> false
irb(main):002:0> require ‘redcloth’
=> true
irb(main):003:0> RedCloth::VERSION
=> 4.1.9

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