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-10-23 23:19:54 +0400
committerThomas McDonald <tom@conceptcoding.co.uk>2013-10-23 23:19:54 +0400
commite551ce0a8f3df19ebbac3fe053d4c2ba72d76a22 (patch)
tree0907ebb162db35216ff806990b9826ca2477d8c7
parentdc1022ef2ca1723a33e120c512d140e753004d00 (diff)
3.0.0.0.rc - finallyv3.0.0.0.rc
-rw-r--r--README.md12
-rw-r--r--lib/bootstrap-sass/version.rb2
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