Skip to content

Commit

Permalink
Merge pull request #24 from sferik/licenses
Browse files Browse the repository at this point in the history
Echoe doesn't define a license= method
  • Loading branch information
progrium committed Dec 31, 2013
2 parents f63052b + ab74bff commit 49e0cfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Echoe.new('jwt', '0.1.8') do |p|
p.ignore_pattern = ["tmp/*"]
p.runtime_dependencies = ["multi_json >=1.5"]
p.development_dependencies = ["echoe >=4.6.3"]
p.license = "MIT"
p.licenses = "MIT"
end

task :test do
Expand Down

0 comments on commit 49e0cfe

Please sign in to comment.