1
0
Fork 0
mirror of https://github.com/twbs/bootstrap-sass.git synced 2022-11-09 12:27:02 -05:00
fix a few bugs n stuff
This commit is contained in:
Thomas McDonald 2013-02-21 22:12:13 +00:00
parent e9eb3d8c4a
commit c30f985e68
2 changed files with 5 additions and 5 deletions

View file

@ -14,7 +14,7 @@ In your Gemfile:
```ruby
gem 'sass-rails', '~> 3.2'
gem 'bootstrap-sass', '~> 2.3.0.0'
gem 'bootstrap-sass', '~> 2.3.0.1'
```
#### CSS
@ -115,7 +115,7 @@ Basically this means you should expect to append a separate patch version to the
### Bundler?
```ruby
gem 'bootstrap-sass', '~> 2.3.0.0'
gem 'bootstrap-sass', '~> 2.3.0.1'
```
Don't use the standard `~> 2.x.y`. Your apps may break.
@ -124,4 +124,4 @@ Don't use the standard `~> 2.x.y`. Your apps may break.
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
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.
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.

View file

@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = "bootstrap-sass"
s.version = '2.3.0.0'
s.version = '2.3.0.1'
s.authors = ["Thomas McDonald"]
s.email = 'tom@conceptcoding.co.uk'
s.summary = "Twitter's Bootstrap, converted to Sass and ready to drop into Rails or Compass"
@ -12,4 +12,4 @@ Gem::Specification.new do |s|
s.add_runtime_dependency 'sass', '~> 3.2'
s.files = Dir["vendor/**/*.{scss,js,png}"] + Dir["lib/**/*"] + Dir["templates/**/*"] + ["README.md", "LICENSE"]
end
end