Skip to content

Commit

Permalink
Adding MIT license to .gemspec
Browse files Browse the repository at this point in the history
this resolves issue #1
  • Loading branch information
conroywhitney committed Nov 14, 2014
1 parent 5b764ad commit af6abd7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gringotts.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -38,4 +39,4 @@ Gem::Specification.new do |s|
s.add_development_dependency 'cucumber-rails'
s.add_development_dependency 'database_cleaner'

end
end

0 comments on commit af6abd7

Please sign in to comment.