Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap-sass.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Marsh <pete@modeltwozero.com>2012-12-03 15:33:24 +0400
committerPeter Marsh <pete@modeltwozero.com>2012-12-04 20:38:47 +0400
commit37d3bcce7e3ad5fec8984cbaf00375962df635b8 (patch)
tree2d1ac031ad0b31c47545c355716cbccf4e448e51 /bootstrap-sass.gemspec
parentc281f39bde853e389b6740d01b6bfc2752838a75 (diff)
Added license to gemspec
Diffstat (limited to 'bootstrap-sass.gemspec')
-rw-r--r--bootstrap-sass.gemspec1
1 files changed, 1 insertions, 0 deletions
diff --git a/bootstrap-sass.gemspec b/bootstrap-sass.gemspec
index 91227e3b..efb9ef4b 100644
--- a/bootstrap-sass.gemspec
+++ b/bootstrap-sass.gemspec
@@ -5,6 +5,7 @@ Gem::Specification.new do |s|
s.email = 'tom@conceptcoding.co.uk'
s.summary = "Twitter's Bootstrap, converted to Sass and ready to drop into Rails or Compass"
s.homepage = "http://github.com/thomas-mcdonald/bootstrap-sass"
+ s.license = "Apache 2.0"
s.add_development_dependency 'compass'
s.add_development_dependency 'sass-rails', '~> 3.2'