Skip to content

Commit

Permalink
2.1.0.1
Browse files Browse the repository at this point in the history
Various bugfix release.
  • Loading branch information
thomas-mcdonald committed Sep 30, 2012
1 parent a922eb2 commit 2a7c21d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Original file line Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog # Changelog


# 2.1.0.1
* [#219] Fix expected a color. Got: transparent.
* [#207] Add missing warning style for table row highlighting
* [#208] Use grid-input-span for input spans

## 2.1.0.0 ## 2.1.0.0
* Updated to Bootstrap 2.1 * Updated to Bootstrap 2.1
* Changed some mixin names to be more consistent. Nested mixins in Less are separated by a `-` when they are flattened in Sass. * Changed some mixin names to be more consistent. Nested mixins in Less are separated by a `-` when they are flattened in Sass.
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Enjoy.
In your Gemfile: In your Gemfile:


gem 'sass-rails', '~> 3.1' gem 'sass-rails', '~> 3.1'
gem 'bootstrap-sass', '~> 2.1.0.0' gem 'bootstrap-sass', '~> 2.1.0.1'


#### CSS #### CSS


Expand Down Expand Up @@ -92,12 +92,12 @@ Bootstrap [claims](https://github.com/twitter/bootstrap#versioning) to use SemVe


### Bundler? ### Bundler?


gem 'bootstrap-sass', '~> 2.1.0.0' gem 'bootstrap-sass', '~> 2.1.0.1'


Don't use the standard `~> 2.1.x` please. Your apps may break. Don't use the standard `~> 2.1.x`. Your apps may break.


## Who ## Who
bootstrap-sass is a project by [Thomas McDonald](https://twitter.com/#!/thomasmcdonald_), with support from [other awesome people](https://github.com/thomas-mcdonald/bootstrap-sass/graphs/contributors). bootstrap-sass is a project by [Thomas McDonald](https://twitter.com/#!/thomasmcdonald_), with support from [other awesome people](https://github.com/thomas-mcdonald/bootstrap-sass/graphs/contributors).


## You're in good company ## You're in good company
bootstrap-sass is used to build some awesome projects, including [Diaspora](http://diasporaproject.org/), [rails_admin](https://github.com/sferik/rails_admin), Michael Hartl's [Rails Tutorial](http://railstutorial.org/) and [gitlabhq](http://gitlabhq.com/). Using bootstrap-sass? I'd love it if you let me know through Twitter. bootstrap-sass is used to build some awesome projects, including [Diaspora](http://diasporaproject.org/), [rails_admin](https://github.com/sferik/rails_admin), Michael Hartl's [Rails Tutorial](http://railstutorial.org/) and [gitlabhq](http://gitlabhq.com/). Using bootstrap-sass? I'd love it if you let me know.
2 changes: 1 addition & 1 deletion bootstrap-sass.gemspec
Original file line number Original file line Diff line number Diff line change
@@ -1,6 +1,6 @@
Gem::Specification.new do |s| Gem::Specification.new do |s|
s.name = "bootstrap-sass" s.name = "bootstrap-sass"
s.version = '2.1.0.0' s.version = '2.1.0.1'
s.authors = ["Thomas McDonald"] s.authors = ["Thomas McDonald"]
s.email = 'tom@conceptcoding.co.uk' s.email = 'tom@conceptcoding.co.uk'
s.summary = "Twitter's Bootstrap, converted to Sass and ready to drop into Rails or Compass" s.summary = "Twitter's Bootstrap, converted to Sass and ready to drop into Rails or Compass"
Expand Down

2 comments on commit 2a7c21d

@masterkain
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can you please publish them gem? thanks!

@forgetfulvet
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have to just say that this is brilliant! I was just going to huff and puff and tear the bootstrap css down to make it useful in Sass myself, and I was hesitant to try your method. But I am glad I did!! It is a nice little gem.. Thank you.

Please sign in to comment.