diff --git a/Rakefile b/Rakefile index 592ea742..d90cce36 100644 --- a/Rakefile +++ b/Rakefile @@ -49,7 +49,7 @@ task :gem do s.authors = ['Jeremy Ashkenas'] s.email = 'jashkenas@gmail.com' s.rubyforge_project = 'coffee-script-source' - s.license = "MIT" + s.license = "MIT" end file = File.open("coffee-script-source.gem", "w")