We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 606f987 commit 50a119cCopy full SHA for 50a119c
README.md
@@ -2,21 +2,13 @@
2
3
# Rails Bootstrap Forms
4
5
----
6
-
7
-NOTE: This README reflects the current master branch, which hasn't been released yet.
8
9
-Please see https://github.com/bootstrap-ruby/rails-bootstrap-forms/tree/v2.0.1 for the current gem version.
10
11
12
13
**Rails Bootstrap Forms** is a rails form builder that makes it super easy to integrate
14
twitter bootstrap-style forms into your rails application.
15
16
## Requirements
17
18
* Ruby 1.9+
19
-* Rails 3+
+* Rails 4.0+
20
* Twitter Bootstrap 3.0+
21
22
## Installation
lib/bootstrap_form/version.rb
@@ -1,3 +1,3 @@
1
module BootstrapForm
- VERSION = "2.0.1"
+ VERSION = "2.1.0"
end
0 commit comments