This commit is contained in:
Thomas McDonald 2013-05-31 23:43:11 +01:00
Родитель dc2b52f3a0
Коммит e39727ce8a
3 изменённых файлов: 7 добавлений и 3 удалений

Просмотреть файл

@ -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"