[Win32utils-devel] [ win32utils-Bugs-16700 ] 1.0.5 x86-mswin32-60 gem is broken
noreply at rubyforge.org
noreply at rubyforge.org
Sun Dec 30 00:04:17 EST 2007
Bugs item #16700, was opened at 2007-12-30 02:04
You can respond by visiting:
http://rubyforge.org/tracker/?func=detail&atid=411&aid=16700&group_id=85
Category: win32-api
Group: Packaging
Status: Open
Resolution: None
Priority: 3
Submitted By: Luis Lavena (luislavena)
Assigned to: Nobody (None)
Summary: 1.0.5 x86-mswin32-60 gem is broken
Initial Comment:
Daniel,
The gem you have created with RubyGems 0.9.5 for win32-api is broken, and is forcing users to the pure-ruby and extension building process instead.
This is part of the specification yaml:
--- !ruby/object:Gem::Specification
name: win32-api
version: !ruby/object:Gem::Version
version: 1.0.5
platform: current
authors:
- Daniel J. Berger
autorequire:
bindir: bin
cert_chain: []
platform shouldn't be current, but i386-mswin32 or x86-mswin32-60.
This problem was fixed in rubygems 1.0, so I suggest you update and recreate the gem with the correction.
I'm getting a lot of reports of unsuccessful installation of mongrel_service (which depends on win32-service) due this.
Regards,
Luis
----------------------------------------------------------------------
You can respond by visiting:
http://rubyforge.org/tracker/?func=detail&atid=411&aid=16700&group_id=85
More information about the win32utils-devel
mailing list