formtastic-plus-bootstrap 1.1.5 → 1.1.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/README.md +3 -2
- metadata +8 -8
data/README.md
CHANGED
|
@@ -1,13 +1,14 @@
|
|
|
1
1
|
# Formtastic meets Bootstrap
|
|
2
2
|
|
|
3
|
+
[](https://gemnasium.com/antage/formtastic-plus-bootstrap)
|
|
4
|
+
|
|
3
5
|
`formtastic-plus-bootstrap` makes a formtastic form to look like a [bootstrap](http://twitter.github.com/bootstrap/) form.
|
|
4
6
|
|
|
5
7
|
## Installation
|
|
6
8
|
|
|
7
9
|
Add following lines to Gemfile:
|
|
8
10
|
|
|
9
|
-
gem "
|
|
10
|
-
gem "formtastic", "~> 2.1"
|
|
11
|
+
gem "formtastic", "~> 2.2"
|
|
11
12
|
gem "formtastic-plus-bootstrap"
|
|
12
13
|
|
|
13
14
|
Run `bundle install`.
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: formtastic-plus-bootstrap
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.1.
|
|
4
|
+
version: 1.1.6
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2013-
|
|
12
|
+
date: 2013-02-20 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: railties
|
|
@@ -50,7 +50,7 @@ dependencies:
|
|
|
50
50
|
requirements:
|
|
51
51
|
- - ~>
|
|
52
52
|
- !ruby/object:Gem::Version
|
|
53
|
-
version: 2.
|
|
53
|
+
version: '2.3'
|
|
54
54
|
type: :runtime
|
|
55
55
|
prerelease: false
|
|
56
56
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -58,7 +58,7 @@ dependencies:
|
|
|
58
58
|
requirements:
|
|
59
59
|
- - ~>
|
|
60
60
|
- !ruby/object:Gem::Version
|
|
61
|
-
version: 2.
|
|
61
|
+
version: '2.3'
|
|
62
62
|
- !ruby/object:Gem::Dependency
|
|
63
63
|
name: formtastic
|
|
64
64
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -82,15 +82,18 @@ executables: []
|
|
|
82
82
|
extensions: []
|
|
83
83
|
extra_rdoc_files: []
|
|
84
84
|
files:
|
|
85
|
+
- lib/assets/stylesheets/bootstrap-without-forms.css.scss
|
|
85
86
|
- lib/assets/stylesheets/formtastic-plus-bootstrap.css.scss
|
|
86
87
|
- lib/assets/stylesheets/formtastic-plus-bootstrap/_actions.scss
|
|
87
88
|
- lib/assets/stylesheets/formtastic-plus-bootstrap/_all.scss
|
|
88
89
|
- lib/assets/stylesheets/formtastic-plus-bootstrap/_disabled.scss
|
|
90
|
+
- lib/assets/stylesheets/formtastic-plus-bootstrap/_errors.scss
|
|
89
91
|
- lib/assets/stylesheets/formtastic-plus-bootstrap/_fieldset.scss
|
|
90
92
|
- lib/assets/stylesheets/formtastic-plus-bootstrap/_form.scss
|
|
91
93
|
- lib/assets/stylesheets/formtastic-plus-bootstrap/_hints.scss
|
|
92
94
|
- lib/assets/stylesheets/formtastic-plus-bootstrap/_inputs.scss
|
|
93
95
|
- lib/assets/stylesheets/formtastic-plus-bootstrap/_labels.scss
|
|
96
|
+
- lib/assets/stylesheets/formtastic-plus-bootstrap/_mixins.scss
|
|
94
97
|
- lib/assets/stylesheets/formtastic-plus-bootstrap/_reset.scss
|
|
95
98
|
- lib/assets/stylesheets/formtastic-plus-bootstrap/inputs/_boolean.scss
|
|
96
99
|
- lib/assets/stylesheets/formtastic-plus-bootstrap/inputs/_check_boxes.scss
|
|
@@ -99,12 +102,9 @@ files:
|
|
|
99
102
|
- lib/assets/stylesheets/formtastic-plus-bootstrap/inputs/_radio.scss
|
|
100
103
|
- lib/assets/stylesheets/formtastic-plus-bootstrap/inputs/_range.scss
|
|
101
104
|
- lib/assets/stylesheets/formtastic-plus-bootstrap/inputs/_select.scss
|
|
102
|
-
- lib/assets/stylesheets/formtastic-plus-bootstrap/inputs/_text.scss
|
|
103
105
|
- lib/assets/stylesheets/formtastic-plus-bootstrap/inputs/_stringish.scss
|
|
106
|
+
- lib/assets/stylesheets/formtastic-plus-bootstrap/inputs/_text.scss
|
|
104
107
|
- lib/assets/stylesheets/formtastic-plus-bootstrap/responsive.css.scss
|
|
105
|
-
- lib/assets/stylesheets/formtastic-plus-bootstrap/_mixins.scss
|
|
106
|
-
- lib/assets/stylesheets/formtastic-plus-bootstrap/_errors.scss
|
|
107
|
-
- lib/assets/stylesheets/bootstrap-without-forms.css.scss
|
|
108
108
|
- lib/formtastic-plus-bootstrap.rb
|
|
109
109
|
- README.md
|
|
110
110
|
- LICENSE
|