<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -66,7 +66,6 @@ gem_spec = Gem::Specification.new do |s|
   end
 
   s.require_paths = [&quot;lib&quot;, &quot;lib/rubygame/&quot;, &quot;ext/rubygame/&quot;]
-  s.autorequire = &quot;rubygame.rb&quot;
   s.extensions = [&quot;Rakefile&quot;]
 
   s.extra_rdoc_files = FileList.new do |fl|
@@ -75,16 +74,8 @@ gem_spec = Gem::Specification.new do |s|
   end
 end
 
-task :linux do
-	gem_spec.platform = Gem::Platform::LINUX_586
-end
-
-task :macosx do
-	gem_spec.platform = Gem::Platform::DARWIN
-end
-
-task :win32 do
-	gem_spec.platform = Gem::Platform::WIN32
+task :binary do
+	gem_spec.platform = Gem::Platform::CURRENT
 end
 
 Rake::GemPackageTask.new(gem_spec) do |pkg| </diff>
      <filename>Rakefile</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>6921d503207ff60805d7be6fa9bd359a4ada322c</id>
    </parent>
  </parents>
  <author>
    <name>John Croisant</name>
    <email>jacius@gmail.com</email>
  </author>
  <url>http://github.com/jacius/rubygame/commit/2cc962aac9d4c0ce23325972a564fbec32d1ae20</url>
  <id>2cc962aac9d4c0ce23325972a564fbec32d1ae20</id>
  <committed-date>2008-05-17T21:31:19-07:00</committed-date>
  <authored-date>2008-05-17T21:31:19-07:00</authored-date>
  <message>Updated Gem Spec in Rakefile to work with this newfangled Rubygems. Use 'rake binary gem' instead of e.g. 'rake win32 gem'.</message>
  <tree>19a9b0363d74ee2118f2c812ec0adb3c2250763d</tree>
  <committer>
    <name>John Croisant</name>
    <email>jacius@gmail.com</email>
  </committer>
</commit>
