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.

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"