1
0
Fork 0
mirror of https://github.com/jashkenas/coffeescript.git synced 2022-11-09 12:23:24 -05:00

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

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