1
0
Fork 0
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:
Thomas McDonald 2012-02-17 11:13:26 +00:00
parent 77591fa900
commit 2e047302d9
2 changed files with 2 additions and 2 deletions

View file

@ -14,7 +14,7 @@ Updating your application to a new version of `bootstrap-sass`? See [our changel
In your Gemfile:
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.

View file

@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = "bootstrap-sass"
s.version = '2.0.0'
s.version = '2.0.1'
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"