Skip to content

Commit

Permalink
Add license to gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
blom committed Nov 15, 2013
1 parent 95dab1c commit 9b24e1d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions haml-coderay.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Gem::Specification.new do |spec|
spec.version = File.read(File.expand_path("../VERSION", __FILE__)).chomp
spec.summary = "CodeRay filter for Haml"
spec.description = "Adds a CodeRay syntax highlighting filter to Haml"
spec.license = "ISC"
spec.files = Dir["lib/*.rb", "[A-Z][A-Z]*"]
spec.author = "Ørjan Blom"
spec.email = "blom@blom.tv"
Expand Down

0 comments on commit 9b24e1d

Please sign in to comment.