From 9bfd366335e89a21eaf049e5d497998ecb0eed90 Mon Sep 17 00:00:00 2001 From: pivotal-cloudplanner Date: Mon, 4 Mar 2013 10:49:32 -0800 Subject: [PATCH] set license to MIT in gemspec --- ci_reporter.gemspec | 1 + 1 file changed, 1 insertion(+) diff --git a/ci_reporter.gemspec b/ci_reporter.gemspec index 3010ed9..46ec4ac 100644 --- a/ci_reporter.gemspec +++ b/ci_reporter.gemspec @@ -18,6 +18,7 @@ Gem::Specification.new do |s| s.rubygems_version = "1.8.24" s.summary = "CI::Reporter allows you to generate reams of XML for use with continuous integration systems." s.test_files = ["spec/ci/reporter/cucumber_spec.rb", "spec/ci/reporter/output_capture_spec.rb", "spec/ci/reporter/report_manager_spec.rb", "spec/ci/reporter/rspec_spec.rb", "spec/ci/reporter/test_suite_spec.rb", "spec/ci/reporter/test_unit_spec.rb", "spec/ci/reporter/rake/rake_tasks_spec.rb"] + s.license = "MIT" if s.respond_to? :specification_version then s.specification_version = 3