Skip to content

Commit

Permalink
3.0.0.0.rc - finally
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-mcdonald committed Oct 23, 2013
1 parent dc1022e commit e551ce0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 11 deletions.
12 changes: 2 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion lib/bootstrap-sass/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module Bootstrap
VERSION = '3.0.0.0'
VERSION = '3.0.0.0.rc'
BOOTSTRAP_SHA = 'e8a1df5f060bf7e6631554648e0abde150aedbe4'
end

3 comments on commit e551ce0

@glebm
Copy link
Member

@glebm glebm commented on e551ce0 Oct 23, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome! 🍻

@roneesh
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm a bit confused at your wording, the bootstrap site seems to say it's out of the release candidate phase and just version 3.0.0. So why does your version have .rc appended? Does the gem now support bootstrap 3.0.0.0 (and not rc1 or rc2)?

@glebm
Copy link
Member

@glebm glebm commented on e551ce0 Oct 25, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

twbs/bootstrap version is 3.0.0.0 for all bootstrap-sass 3.0.0.0rc* releases.

Please sign in to comment.