On Mon, Mar 31, 2008 at 6:55 PM, Eric Hodel <[EMAIL PROTECTED]> wrote:
> On Mar 30, 2008, at 09:11 AM, Luis Lavena wrote:
>
> > On Sun, Mar 30, 2008 at 1:03 PM, aslak hellesoy wrote:
> >> Gem::Specification.new do |s|
> >> s.name = %q{ruby-usb}
> >> s.version = "0.1.2"
> >> s.platform = %q{mswin32}
> >
> > I recommend you switch to Gem::Platform::CURRENT, since mswin32 is
> > deprecated.
>
> Hrm, I thought newer RubyGems wouldn't allow that. I will double-check.
>
It no allowing it, it raises not just a warning but stop building of the gem.
D:\Users\Luis\projects\oss\mongrel.bzr\work-copy>rake -T
(in D:/Users/Luis/projects/oss/mongrel.bzr/work-copy)
rake aborted!
MSWIN32 has been removed, use CURRENT instead
D:/Users/Luis/projects/oss/mongrel.bzr/work-copy/rakefile:38
(See full trace by running task with --trace)
So is not possible buidl the gem with obsolete gem platform anymore.
--
Luis Lavena
Multimedia systems
-
Human beings, who are almost unique in having the ability to learn from
the experience of others, are also remarkable for their apparent
disinclination to do so.
Douglas Adams
_______________________________________________
Rubygems-developers mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/rubygems-developers