Update to 2.3.1.3
This commit is contained in:
Родитель
dc2b52f3a0
Коммит
e39727ce8a
|
@ -1,5 +1,9 @@
|
|||
# Changelog
|
||||
|
||||
## 2.3.1.3
|
||||
|
||||
* Find the correct Sprockets context for the `image_path` function - *Tristan Harward, Gleb Mazovetskiy*
|
||||
|
||||
## 2.3.1.2
|
||||
|
||||
* Fix changes to image url - *Gleb Mazovetskiy*
|
||||
|
|
|
@ -14,7 +14,7 @@ In your Gemfile:
|
|||
|
||||
```ruby
|
||||
gem 'sass-rails', '~> 3.2'
|
||||
gem 'bootstrap-sass', '~> 2.3.1.2'
|
||||
gem 'bootstrap-sass', '~> 2.3.1.3'
|
||||
```
|
||||
|
||||
`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.2'
|
||||
gem 'bootstrap-sass', '~> 2.3.1.3'
|
||||
```
|
||||
|
||||
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.2'
|
||||
s.version = '2.3.1.3'
|
||||
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"
|
||||
|
|
Загрузка…
Ссылка в новой задаче