Revision
4531
Author
joshua.ballanco@apple.com
Date
2010-09-20 15:56:08 -0700 (Mon, 20 Sep 2010)

Log Message

Don't really need that, I guess

Modified Paths

Diff

Modified: ControlTower/trunk/Rakefile (4530 => 4531)


--- ControlTower/trunk/Rakefile	2010-09-20 22:45:39 UTC (rev 4530)
+++ ControlTower/trunk/Rakefile	2010-09-20 22:56:08 UTC (rev 4531)
@@ -4,7 +4,6 @@
 CT_VERSION = '1.0'
 
 GEM_SPEC = Gem::Specification.new do |spec|
-  spec.platform = Gem::Platform.local
   spec.name = 'control_tower'
   spec.summary = 'A Rack-based HTTP server for MacRuby'
   spec.description = <<-DESCRIPTION