according to help.rubygems.org, no platform necessary if it's just ruby

Johnathon Wright committed Apr 19, 2011
commit a186aaddf68483ca1334523300effa4945c13fd8
Showing 1 changed file with 0 additions and 1 deletions
sketch.gemspec +0 -1
@@ @@ -4,7 +4,6 @@ version = File.read(File.expand_path("../sketch.version",__FILE__)).strip
spec = Gem::Specification.new do |s|
s.name = 'sketch'
s.version = version
- s.platform = 'Gem::Platform::Ruby'
s.summary = "build SVG images"
s.description = "build SVG images"
s.license = 'MIT'