Skip to content

Commit

Permalink
add license to gemspec
Browse files Browse the repository at this point in the history
closes #29
  • Loading branch information
geemus committed Dec 12, 2014
1 parent de03867 commit 402c130
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion netrc.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,11 @@ Gem::Specification.new do |gem|
gem.version = Netrc::VERSION

gem.authors = ["Keith Rarick", "geemus (Wesley Beary)"]
gem.description = "This library can read and update netrc files, preserving formatting including comments and whitespace."
gem.email = "geemus@gmail.com"
gem.homepage = "https://github.com/geemus/netrc"
gem.license = "MIT"
gem.summary = "Library to read and write netrc files."
gem.description = "This library can read and update netrc files, preserving formatting including comments and whitespace."

gem.files = %x{ git ls-files }.split("\n").select { |d| d =~ %r{^(changelog.txt|LICENSE|Readme.md|data/|lib/|test/)} }

Expand Down

0 comments on commit 402c130

Please sign in to comment.