diff --git a/gringotts.gemspec b/gringotts.gemspec index d5a5563..8184c32 100644 --- a/gringotts.gemspec +++ b/gringotts.gemspec @@ -7,6 +7,7 @@ require "gringotts/version" Gem::Specification.new do |s| s.name = "gringotts" s.version = Gringotts::VERSION + s.license = 'MIT' s.authors = ["Conroy Whitney"] s.email = ["conroy.whitney@gmail.com"] s.homepage = "https://github.com/conroywhitney/gringotts" @@ -38,4 +39,4 @@ Gem::Specification.new do |s| s.add_development_dependency 'cucumber-rails' s.add_development_dependency 'database_cleaner' -end \ No newline at end of file +end