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:
authorThomas McDonald <tom@conceptcoding.co.uk>2012-02-06 17:38:26 +0400
committerThomas McDonald <tom@conceptcoding.co.uk>2012-02-06 17:38:26 +0400
commit4ae4653ff6e272ff6f477aa9af0e5eeba11e4de7 (patch)
tree3c80522658cd4db2e04402cd28a32deac595fcf4 /bootstrap-sass.gemspec
parent1e3fa24132af3178807dc3cdcc51360d5cc77dd3 (diff)
Update bootstrap-sass to 2.0.0v2.0.0
Now with support for Compass!
Diffstat (limited to 'bootstrap-sass.gemspec')
-rw-r--r--bootstrap-sass.gemspec13
1 files changed, 4 insertions, 9 deletions
diff --git a/bootstrap-sass.gemspec b/bootstrap-sass.gemspec
index 52837525..e76d1689 100644
--- a/bootstrap-sass.gemspec
+++ b/bootstrap-sass.gemspec
@@ -1,18 +1,13 @@
Gem::Specification.new do |s|
s.name = "bootstrap-sass"
- s.version = '1.4.4'
+ s.version = '2.0.0'
s.authors = ["Thomas McDonald"]
s.email = 'tom@conceptcoding.co.uk'
s.summary = "Twitter's Bootstrap, converted to SASS and ready to drop into Rails"
s.homepage = "http://github.com/thomas-mcdonald/bootstrap-sass"
- s.add_dependency 'sass-rails', '~> 3.1'
+ s.add_development_dependency 'compass'
+ s.add_development_dependency 'sass-rails', '~> 3.1'
- s.files = Dir["vendor/**/*.css.scss"] + Dir["vendor/**/*.js"] + [
- "README.md",
- "LICENSE",
- "lib/bootstrap-sass.rb",
- "lib/bootstrap-sass/config/sass-ie_hex_str.rb"
- ]
+ s.files = Dir["vendor/**/*.{scss,js,png}"] + Dir["lib/**/*"] + Dir["templates/**/*"] + ["README.md", "LICENSE"]
end
-