Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/twine.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Celis <sebastian@sebastiancelis.com>2016-01-12 15:25:26 +0300
committerSebastian Celis <sebastian@sebastiancelis.com>2016-01-12 15:25:26 +0300
commita01086ef8d05fffbb5022421b211fe29488f0fc9 (patch)
tree1baf75eddeb76acc6241e17d2f5c5ff524b25357 /twine.gemspec
parent9b7d55f1c3d0e23282b56c7f051836345093cf85 (diff)
Add license to gemspec.v0.8.0
Diffstat (limited to 'twine.gemspec')
-rw-r--r--twine.gemspec1
1 files changed, 1 insertions, 0 deletions
diff --git a/twine.gemspec b/twine.gemspec
index 698573a..a6ffc51 100644
--- a/twine.gemspec
+++ b/twine.gemspec
@@ -10,6 +10,7 @@ Gem::Specification.new do |s|
s.email = "twine@mobiata.com"
s.authors = [ "Sebastian Celis" ]
s.has_rdoc = false
+ s.license = "BSD-3-Clause"
s.files = %w( Gemfile README.md LICENSE )
s.files += Dir.glob("lib/**/*")