Skip to content

Commit

Permalink
Document project license in gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
jnicklas committed Oct 4, 2013
1 parent 5e349e6 commit 59badfa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions xpath.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Gem::Specification.new do |s|
s.authors = ["Jonas Nicklas"]
s.email = ["jonas.nicklas@gmail.com"]
s.description = "XPath is a Ruby DSL for generating XPath expressions"
s.license = "MIT"

s.files = Dir.glob("{lib,spec}/**/*") + %w(README.md)
s.extra_rdoc_files = ["README.md"]
Expand Down

1 comment on commit 59badfa

@postmodern
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Might also want to think about releasing a new version, so rubygems.org will list the MIT license. Tools such as license_finder query rubygems.org, and report xpath as having an unknown license.

Please sign in to comment.