This commit is contained in:
Gleb Mazovetskiy 2014-06-26 18:54:15 +02:00
Родитель 3b9a620e36
Коммит a5f5954268
6 изменённых файлов: 6 добавлений и 6 удалений

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

@ -1,6 +1,6 @@
# Changelog
## 3.2.0.0 (unreleased)
## 3.2.0.0
- Assets (Sass, JS, fonts) moved from `vendor/assets` to `assets`. `bootstrap.js` now contains concatenated JS.
- Compass generator now copies JS and fonts, and provides a better default `styles.sass`.

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

@ -13,7 +13,7 @@ Please see the appropriate guide for your environment of choice:
In your Gemfile you need to add the `bootstrap-sass` gem, and ensure that the `sass-rails` gem is present - it is added to new Rails applications by default.
```ruby
gem 'bootstrap-sass', '~> 3.1.1'
gem 'bootstrap-sass', '~> 3.2.0'
gem 'sass-rails', '>= 3.2'
```

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

@ -1,6 +1,6 @@
{
"name": "bootstrap-sass",
"version": "3.1.1",
"version": "3.2.0",
"homepage": "https://github.com/twbs/bootstrap-sass",
"authors": [
"Thomas McDonald",

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

@ -29,7 +29,7 @@
"license": "MIT",
"extra": {
"branch-alias": {
"dev-master": "3.1.x-dev"
"dev-master": "3.2.x-dev"
}
}
}

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

@ -1,4 +1,4 @@
module Bootstrap
VERSION = '3.1.1.1'
VERSION = '3.2.0.0'
BOOTSTRAP_SHA = 'c068162161154a4b85110ea1e7dd3d7897ce2b72'
end

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

@ -1,6 +1,6 @@
{
"name": "bootstrap-sass",
"version": "3.1.1",
"version": "3.2.0",
"description": "bootstrap-sass is a Sass-powered version of Bootstrap, ready to drop right into your Sass powered applications.",
"main": "index.js",
"repository": {