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:
authorGleb Mazovetskiy <glex.spb@gmail.com>2015-09-27 16:28:00 +0300
committerGleb Mazovetskiy <glex.spb@gmail.com>2015-11-25 01:56:12 +0300
commit4182a36dea4cc4474f0d3236c35d5ae89549fde5 (patch)
treec659ac22b2c82ac2cb124f9cc80e57c2413a8a37 /bootstrap-sass.gemspec
parentd894d66743e2af0407c03dd19048b001c7b1afc0 (diff)
Readme: Add Bootstrap 3 vs 4 notice
Diffstat (limited to 'bootstrap-sass.gemspec')
-rw-r--r--bootstrap-sass.gemspec8
1 files changed, 4 insertions, 4 deletions
diff --git a/bootstrap-sass.gemspec b/bootstrap-sass.gemspec
index 4f92b989..c8f833d9 100644
--- a/bootstrap-sass.gemspec
+++ b/bootstrap-sass.gemspec
@@ -3,12 +3,12 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'bootstrap-sass/version'
Gem::Specification.new do |s|
- s.name = "bootstrap-sass"
+ s.name = 'bootstrap-sass'
s.version = Bootstrap::VERSION
- s.authors = ["Thomas McDonald"]
+ s.authors = ['Thomas McDonald']
s.email = 'tom@conceptcoding.co.uk'
- s.summary = "Twitter's Bootstrap, converted to Sass and ready to drop into Rails or Compass"
- s.homepage = "https://github.com/twbs/bootstrap-sass"
+ s.summary = 'bootstrap-sass is a Sass-powered version of Bootstrap 3, ready to drop right into your Sass powered applications.'
+ s.homepage = 'https://github.com/twbs/bootstrap-sass'
s.license = 'MIT'
s.add_runtime_dependency 'sass', '>= 3.3.4'