Skip to content

Commit

Permalink
Add license to gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
anatol committed Dec 15, 2013
1 parent f54e31b commit 25f4852
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cerberus.gemspec
Expand Up @@ -10,6 +10,7 @@ Gem::Specification.new do |s|
s.summary = %q{Cerberus is a Continuous Integration tool that could be easily run from Cron.}
s.description = %q{Cerberus is a Continuous Integration software for Ruby projects. CI helps you keep your project in a good shape. Cerberus could be easily invoked from Cron (for Unix) or nnCron (for Windows) utilities.}
s.email = %q{cpjolicoeur@gmail.com}
s.license = %q{MIT}

s.homepage = %q{http://rubyforge.org/projects/cerberus}
s.require_paths = ["lib"]
Expand Down Expand Up @@ -44,4 +45,4 @@ Gem::Specification.new do |s|
s.add_development_dependency 'rubyzip'
s.add_development_dependency 'builder'
s.add_development_dependency 'json'
end
end

0 comments on commit 25f4852

Please sign in to comment.