mirror of
https://github.com/twbs/bootstrap-sass.git
synced 2022-11-09 12:27:02 -05:00
Update to 2.3.1.2
This commit is contained in:
parent
7b777b34a9
commit
41602a4c13
3 changed files with 11 additions and 4 deletions
|
@ -1,7 +1,14 @@
|
|||
# Changelog
|
||||
|
||||
## 2.3.1.1
|
||||
## 2.3.1.2
|
||||
|
||||
* Fix changes to image url - *Gleb Mazovetskiy*
|
||||
* Copy _variables into project on Compass install - *Phil Thompson*
|
||||
* Add `bootstrap-affix` to the Compass template file - *brief*
|
||||
|
||||
## 2.3.1.1 (yanked)
|
||||
|
||||
* Change how image_url is handled internally - *Tristan Harward*
|
||||
* Fix some font variables not having `!default` - *Thomas McDonald*
|
||||
|
||||
## 2.3.0.0
|
||||
|
|
|
@ -14,7 +14,7 @@ In your Gemfile:
|
|||
|
||||
```ruby
|
||||
gem 'sass-rails', '~> 3.2'
|
||||
gem 'bootstrap-sass', '~> 2.3.1.0'
|
||||
gem 'bootstrap-sass', '~> 2.3.1.2'
|
||||
```
|
||||
|
||||
`bundle install` and restart your server to make the files available.
|
||||
|
@ -123,7 +123,7 @@ Basically this means you should expect to append a separate patch version to the
|
|||
### Bundler?
|
||||
|
||||
```ruby
|
||||
gem 'bootstrap-sass', '~> 2.3.1.0'
|
||||
gem 'bootstrap-sass', '~> 2.3.1.2'
|
||||
```
|
||||
|
||||
Don't use the standard `~> 2.x.y`. Your apps may break.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
Gem::Specification.new do |s|
|
||||
s.name = "bootstrap-sass"
|
||||
s.version = '2.3.1.1'
|
||||
s.version = '2.3.1.2'
|
||||
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"
|
||||
|
|
Loading…
Add table
Reference in a new issue