fix spacing in Rakefile

previous commit was not following the right indentation when adding the
license field.
This commit is contained in:
Jordi Massaguer Pla 2013-01-29 12:11:45 +01:00
parent 64fe56a9e1
commit bf4d91dd38
1 changed files with 1 additions and 1 deletions

View File

@ -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")