Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap-rubygem.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGleb Mazovetskiy <glex.spb@gmail.com>2015-11-02 03:27:59 +0300
committerGleb Mazovetskiy <glex.spb@gmail.com>2015-11-02 03:27:59 +0300
commit1dd70f5454d275eb257c20c95d1b2005873f9ddb (patch)
tree128ae96579c5b00ab80ba323533fabebbdd95bb6
parent687be12ee485a1f5cffd971b3b8ebb3b0041d594 (diff)
Bump to 4.0.0.alpha1v4.0.0.alpha1
-rw-r--r--README.md9
-rw-r--r--lib/bootstrap/version.rb2
2 files changed, 4 insertions, 7 deletions
diff --git a/README.md b/README.md
index f3ed842..7e00a7f 100644
--- a/README.md
+++ b/README.md
@@ -4,8 +4,6 @@
For Sass versions of Bootstrap 3 and 2 see [bootstrap-sass](https://github.com/twbs/bootstrap-sass) instead.
-There has not been a release yet, but if you'd like to try out the latest development version, see the instructions below.
-
## Installation
Please see the appropriate guide for your environment of choice:
@@ -19,7 +17,7 @@ Please see the appropriate guide for your environment of choice:
Add `bootstrap` to your Gemfile:
```ruby
-gem 'bootstrap', git: 'https://github.com/twbs/bootstrap-rubygem'
+gem 'bootstrap', '~> 4.0.0.alpha1'
```
Ensure that `sprockets-rails` is at least v2.3.2.
@@ -77,11 +75,10 @@ Then, run `bundle`, restart the server, and require tether before bootstrap but
### b. Compass without Rails
-Install the gem from GitHub master:
+Install the gem:
```console
-$ gem install specific_install
-$ gem specific_install https://github.com/twbs/bootstrap-rubygem.git
+$ gem install bootstrap -v 4.0.0.alpha1
```
**If you have an existing Compass project:**
diff --git a/lib/bootstrap/version.rb b/lib/bootstrap/version.rb
index 4ed2877..7526560 100644
--- a/lib/bootstrap/version.rb
+++ b/lib/bootstrap/version.rb
@@ -1,4 +1,4 @@
module Bootstrap
- VERSION = '4.0.0.dev'
+ VERSION = '4.0.0.alpha1'
BOOTSTRAP_SHA = '43b130022b333c25d9fa810ab2666059ed699f7a'
end