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:
parent
64fe56a9e1
commit
bf4d91dd38
1 changed files with 1 additions and 1 deletions
2
Rakefile
2
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")
|
||||
|
|
Loading…
Add table
Reference in a new issue