Skip to content

Commit

Permalink
pushing 1.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-mcdonald committed Jan 17, 2012
1 parent 4a41b6b commit 1e3fa24
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -8,7 +8,7 @@ Enjoy.

In your gemfile:

gem 'bootstrap-sass', '~> 1.4.3'
gem 'bootstrap-sass', '~> 1.4.4'

### CSS

Expand Down
9 changes: 7 additions & 2 deletions bootstrap-sass.gemspec
@@ -1,13 +1,18 @@
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"
s.homepage = "http://github.com/thomas-mcdonald/bootstrap-sass"

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

0 comments on commit 1e3fa24

Please sign in to comment.