Skip to content

Commit

Permalink
add license to gemspec
Browse files Browse the repository at this point in the history
adding license to gemspec so more automated tools can pick it up
  • Loading branch information
michaelglass committed May 23, 2019
1 parent 4a893bc commit a0853cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reverse_markdown.gemspec
Expand Up @@ -10,7 +10,7 @@ Gem::Specification.new do |s|
s.homepage = "http://github.com/xijo/reverse_markdown"
s.summary = %q{Convert html code into markdown.}
s.description = %q{Map simple html back into markdown, e.g. if you want to import existing html data in your application.}

s.licenses = ["WTFPL"]
s.rubyforge_project = "reverse_markdown"

s.files = `git ls-files`.split("\n")
Expand Down

0 comments on commit a0853cd

Please sign in to comment.