mirror of
https://github.com/twbs/bootstrap-sass.git
synced 2022-11-09 12:27:02 -05:00
bumped version
This commit is contained in:
parent
77591fa900
commit
2e047302d9
2 changed files with 2 additions and 2 deletions
|
@ -14,7 +14,7 @@ Updating your application to a new version of `bootstrap-sass`? See [our changel
|
||||||
In your Gemfile:
|
In your Gemfile:
|
||||||
|
|
||||||
gem 'sass-rails', '~> 3.1'
|
gem 'sass-rails', '~> 3.1'
|
||||||
gem 'bootstrap-sass', '~> 2.0.0'
|
gem 'bootstrap-sass', '~> 2.0.1'
|
||||||
|
|
||||||
**Note**: previous versions of bootstrap-sass automatically required sass-rails. This is no longer the case, and you will *need* to require it in your Gemfile.
|
**Note**: previous versions of bootstrap-sass automatically required sass-rails. This is no longer the case, and you will *need* to require it in your Gemfile.
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
Gem::Specification.new do |s|
|
Gem::Specification.new do |s|
|
||||||
s.name = "bootstrap-sass"
|
s.name = "bootstrap-sass"
|
||||||
s.version = '2.0.0'
|
s.version = '2.0.1'
|
||||||
s.authors = ["Thomas McDonald"]
|
s.authors = ["Thomas McDonald"]
|
||||||
s.email = 'tom@conceptcoding.co.uk'
|
s.email = 'tom@conceptcoding.co.uk'
|
||||||
s.summary = "Twitter's Bootstrap, converted to SASS and ready to drop into Rails or Compass"
|
s.summary = "Twitter's Bootstrap, converted to SASS and ready to drop into Rails or Compass"
|
||||||
|
|
Loading…
Add table
Reference in a new issue