Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap-sass.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas McDonald <tom@conceptcoding.co.uk>2013-05-24 18:15:44 +0400
committerThomas McDonald <tom@conceptcoding.co.uk>2013-05-24 18:15:44 +0400
commit41602a4c13ee344ba3d09236172878654dcff148 (patch)
tree011ef05fbaf9e2cf93edf619d24b406e045407cd
parent7b777b34a9543e800a7ea188f400f5885747bd1e (diff)
Update to 2.3.1.2v2.3.1.2
-rw-r--r--CHANGELOG.md9
-rw-r--r--README.md4
-rw-r--r--bootstrap-sass.gemspec2
3 files changed, 11 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 00828da2..ae1c29b4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -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
diff --git a/README.md b/README.md
index 23c7545d..17340bd1 100644
--- a/README.md
+++ b/README.md
@@ -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.
diff --git a/bootstrap-sass.gemspec b/bootstrap-sass.gemspec
index cfdd7bd8..7507cf75 100644
--- a/bootstrap-sass.gemspec
+++ b/bootstrap-sass.gemspec
@@ -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"