diff --git a/README.md b/README.md index 7ad9bcbf8b..5079d25bac 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Enjoy. In your gemfile: - gem 'bootstrap-sass', '~> 1.4.3' + gem 'bootstrap-sass', '~> 1.4.4' ### CSS diff --git a/bootstrap-sass.gemspec b/bootstrap-sass.gemspec index c9e949ac2a..528375254d 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