From af6abd76fb68b7c3d5b859ac1efcd8b40cb114e0 Mon Sep 17 00:00:00 2001 From: Conroy Whitney Date: Fri, 14 Nov 2014 16:40:55 -0500 Subject: [PATCH] Adding MIT license to .gemspec this resolves issue #1 --- gringotts.gemspec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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