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-06-01 02:43:11 +0400
committerThomas McDonald <tom@conceptcoding.co.uk>2013-06-01 02:43:11 +0400
commite39727ce8ae368b53daebaf579ce61b4a015fb56 (patch)
treeb951364f85889e485ad720facba07cdce7964ae8
parentdc2b52f3a077d58e791914c1acf71f096c106bc5 (diff)
Update to 2.3.1.3v2.3.1.3
-rw-r--r--CHANGELOG.md4
-rw-r--r--README.md4
-rw-r--r--bootstrap-sass.gemspec2
3 files changed, 7 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ae1c29b4..6877658c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -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*
diff --git a/README.md b/README.md
index 17340bd1..9b36cad3 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.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.
diff --git a/bootstrap-sass.gemspec b/bootstrap-sass.gemspec
index 7507cf75..11ff0bb2 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.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"