summaryrefslogtreecommitdiff
path: root/pry.gemspec
diff options
context:
space:
mode:
authorAlex Manelis <amanelis@gmail.com>2013-01-24 00:36:48 -0800
committerAlex Manelis <amanelis@gmail.com>2013-01-24 00:36:48 -0800
commit941febd8da37e835b8aab0ce05f94f28cfbb0de2 (patch)
treee48828413e32a790eadb8d58c356dd4ef2b91cce /pry.gemspec
parent743f76f8745f2afb6d71311a5dcb847a45e81427 (diff)
downloadpry-941febd8da37e835b8aab0ce05f94f28cfbb0de2.tar.gz
Added license to config in gemspec
Diffstat (limited to 'pry.gemspec')
-rw-r--r--pry.gemspec1
1 files changed, 1 insertions, 0 deletions
diff --git a/pry.gemspec b/pry.gemspec
index 0f0e1680..2e90b3dc 100644
--- a/pry.gemspec
+++ b/pry.gemspec
@@ -10,6 +10,7 @@ Gem::Specification.new do |s|
s.summary = "An IRB alternative and runtime developer console"
s.description = s.summary
s.homepage = "http://pry.github.com"
+ s.license = 'MIT'
s.executables = ["pry"]
s.require_paths = ["lib"]