From e551ce0a8f3df19ebbac3fe053d4c2ba72d76a22 Mon Sep 17 00:00:00 2001 From: Thomas McDonald Date: Wed, 23 Oct 2013 20:19:54 +0100 Subject: [PATCH] 3.0.0.0.rc - finally --- README.md | 12 ++---------- lib/bootstrap-sass/version.rb | 2 +- 2 files changed, 3 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 785223d6..b60ea0b3 100644 --- a/README.md +++ b/README.md @@ -16,15 +16,7 @@ In your Gemfile you need to add the `bootstrap-sass` gem, and ensure that the `s ```ruby gem 'sass-rails', '>= 3.2' # sass-rails needs to be higher than 3.2 -gem 'bootstrap-sass', '~> 2.3.2.1' -``` - -If you would like to use the beta Bootstrap 3 version of bootstrap-sass, use the master branch: - -```ruby -# Experimental Bootstrap 3.0 beta -- use at your own risk. -gem 'sass-rails', '>= 3.2' -gem 'bootstrap-sass', github: 'thomas-mcdonald/bootstrap-sass' +gem 'bootstrap-sass', '~> 3.0.0.0.rc' ``` `bundle install` and restart your server to make the files available through the pipeline. @@ -33,7 +25,7 @@ gem 'bootstrap-sass', github: 'thomas-mcdonald/bootstrap-sass' Install the gem ```console -gem install bootstrap-sass +gem install bootstrap-sass --pre ``` If you have an existing Compass project: diff --git a/lib/bootstrap-sass/version.rb b/lib/bootstrap-sass/version.rb index 12d8b77d..bfbda0df 100644 --- a/lib/bootstrap-sass/version.rb +++ b/lib/bootstrap-sass/version.rb @@ -1,4 +1,4 @@ module Bootstrap - VERSION = '3.0.0.0' + VERSION = '3.0.0.0.rc' BOOTSTRAP_SHA = 'e8a1df5f060bf7e6631554648e0abde150aedbe4' end