Skip to content

Commit

Permalink
Update to 2.3.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-mcdonald committed May 31, 2013
1 parent dc2b52f commit e39727c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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*
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion bootstrap-sass.gemspec
Original file line number Diff line number Diff line change
@@ -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 = '[email protected]'
s.summary = "Twitter's Bootstrap, converted to Sass and ready to drop into Rails or Compass"
Expand Down

0 comments on commit e39727c

Please sign in to comment.