summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pry.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/pry.gemspec b/pry.gemspec
index 8f522c82..7316cf7e 100644
--- a/pry.gemspec
+++ b/pry.gemspec
@@ -10,7 +10,7 @@ Gem::Specification.new do |s|
s.summary = "An IRB alternative and runtime developer console"
s.description = s.summary
s.homepage = "http://pryrepl.org"
- s.license = 'MIT'
+ s.licenses = ['MIT']
s.executables = ["pry"]
s.require_paths = ["lib"]