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-01-17 21:07:01 +0400
committerThomas McDonald <tom@conceptcoding.co.uk>2012-01-17 21:07:01 +0400
commit1e3fa24132af3178807dc3cdcc51360d5cc77dd3 (patch)
treed88783cf23e6e298de9b953ab6e5a91e2c624d50 /bootstrap-sass.gemspec
parent4a41b6b6d7cf6ed83d6b2fe454d12c43e310e92e (diff)
pushing 1.4.4v1.4.4
Diffstat (limited to 'bootstrap-sass.gemspec')
-rw-r--r--bootstrap-sass.gemspec9
1 files changed, 7 insertions, 2 deletions
diff --git a/bootstrap-sass.gemspec b/bootstrap-sass.gemspec
index c9e949ac..52837525 100644
--- a/bootstrap-sass.gemspec
+++ b/bootstrap-sass.gemspec
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = "bootstrap-sass"
- s.version = '1.4.3'
+ s.version = '1.4.4'
s.authors = ["Thomas McDonald"]
s.email = 'tom@conceptcoding.co.uk'
s.summary = "Twitter's Bootstrap, converted to SASS and ready to drop into Rails"
@@ -8,6 +8,11 @@ Gem::Specification.new do |s|
s.add_dependency 'sass-rails', '~> 3.1'
- s.files = Dir["vendor/**/*.css.scss"] + Dir["vendor/**/*.js"] + ["README.md", "LICENSE", "lib/bootstrap-sass.rb"]
+ 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"
+ ]
end