Changeset 997

Show
Ignore:
Timestamp:
03/30/08 13:11:47 (7 months ago)
Author:
luislavena
Message:

Remove deprecated WIN32 and use Gem::Platform::CURRENT instead.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk

    • Property bzr:revision-id:v3-trunk0 set to
      828 luislavena@gmail.com-20080330181044-y43ql0kv8fwedtwu
    • Property bzr:file-ids set
    • Property bzr:revision-info set to
      timestamp: 2008-03-30 15:10:44.000000000 -0300
      committer: Luis Lavena <luislavena@gmail.com>
      properties:
      branch-nick: trunk
  • trunk/Rakefile

    r942 r997  
    3535    when /mswin/ 
    3636      self.files += ['lib/http11.so'] 
    37       self.platform = Gem::Platform::WIN32 
     37      self.platform = Gem::Platform::CURRENT 
    3838      add_dependency('cgi_multipart_eof_fix', '>= 2.4') 
    3939    when /java/