formtastic-plus-bootstrap 1.0.2 → 1.0.3
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 +1 -1
- data/lib/assets/stylesheets/bootstrap-without-forms.css.scss +1 -2
- metadata +22 -22
data/README.md
CHANGED
|
@@ -42,8 +42,7 @@
|
|
|
42
42
|
|
|
43
43
|
// Components: Misc
|
|
44
44
|
@import "bootstrap/thumbnails";
|
|
45
|
-
@import "bootstrap/labels";
|
|
46
|
-
@import "bootstrap/badges";
|
|
45
|
+
@import "bootstrap/labels-badges";
|
|
47
46
|
@import "bootstrap/progress-bars";
|
|
48
47
|
@import "bootstrap/accordion";
|
|
49
48
|
@import "bootstrap/carousel";
|
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.0.
|
|
4
|
+
version: 1.0.3
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,11 +9,11 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2012-
|
|
12
|
+
date: 2012-06-06 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: railties
|
|
16
|
-
requirement: &
|
|
16
|
+
requirement: &5377580 !ruby/object:Gem::Requirement
|
|
17
17
|
none: false
|
|
18
18
|
requirements:
|
|
19
19
|
- - ! '>='
|
|
@@ -21,10 +21,10 @@ dependencies:
|
|
|
21
21
|
version: 3.1.0
|
|
22
22
|
type: :runtime
|
|
23
23
|
prerelease: false
|
|
24
|
-
version_requirements: *
|
|
24
|
+
version_requirements: *5377580
|
|
25
25
|
- !ruby/object:Gem::Dependency
|
|
26
26
|
name: sass-rails
|
|
27
|
-
requirement: &
|
|
27
|
+
requirement: &5376840 !ruby/object:Gem::Requirement
|
|
28
28
|
none: false
|
|
29
29
|
requirements:
|
|
30
30
|
- - ! '>='
|
|
@@ -32,21 +32,21 @@ dependencies:
|
|
|
32
32
|
version: '0'
|
|
33
33
|
type: :runtime
|
|
34
34
|
prerelease: false
|
|
35
|
-
version_requirements: *
|
|
35
|
+
version_requirements: *5376840
|
|
36
36
|
- !ruby/object:Gem::Dependency
|
|
37
37
|
name: bootstrap-sass
|
|
38
|
-
requirement: &
|
|
38
|
+
requirement: &5375600 !ruby/object:Gem::Requirement
|
|
39
39
|
none: false
|
|
40
40
|
requirements:
|
|
41
41
|
- - ~>
|
|
42
42
|
- !ruby/object:Gem::Version
|
|
43
|
-
version:
|
|
43
|
+
version: 2.0.3
|
|
44
44
|
type: :runtime
|
|
45
45
|
prerelease: false
|
|
46
|
-
version_requirements: *
|
|
46
|
+
version_requirements: *5375600
|
|
47
47
|
- !ruby/object:Gem::Dependency
|
|
48
48
|
name: formtastic
|
|
49
|
-
requirement: &
|
|
49
|
+
requirement: &5374120 !ruby/object:Gem::Requirement
|
|
50
50
|
none: false
|
|
51
51
|
requirements:
|
|
52
52
|
- - ~>
|
|
@@ -54,7 +54,7 @@ dependencies:
|
|
|
54
54
|
version: '2.2'
|
|
55
55
|
type: :runtime
|
|
56
56
|
prerelease: false
|
|
57
|
-
version_requirements: *
|
|
57
|
+
version_requirements: *5374120
|
|
58
58
|
description: formtastic-plus-bootstrap makes a formtastic form to look like a bootstrap
|
|
59
59
|
form.
|
|
60
60
|
email: antage@gmail.com
|
|
@@ -62,17 +62,8 @@ executables: []
|
|
|
62
62
|
extensions: []
|
|
63
63
|
extra_rdoc_files: []
|
|
64
64
|
files:
|
|
65
|
-
- lib/assets/stylesheets/bootstrap-without-forms.css.scss
|
|
66
65
|
- lib/assets/stylesheets/formtastic-plus-bootstrap.css.scss
|
|
67
|
-
- lib/assets/stylesheets/formtastic-plus-bootstrap/
|
|
68
|
-
- lib/assets/stylesheets/formtastic-plus-bootstrap/inputs/_check_boxes.scss
|
|
69
|
-
- lib/assets/stylesheets/formtastic-plus-bootstrap/inputs/_file.scss
|
|
70
|
-
- lib/assets/stylesheets/formtastic-plus-bootstrap/inputs/_radio.scss
|
|
71
|
-
- lib/assets/stylesheets/formtastic-plus-bootstrap/inputs/_range.scss
|
|
72
|
-
- lib/assets/stylesheets/formtastic-plus-bootstrap/inputs/_select.scss
|
|
73
|
-
- lib/assets/stylesheets/formtastic-plus-bootstrap/inputs/_stringish.scss
|
|
74
|
-
- lib/assets/stylesheets/formtastic-plus-bootstrap/inputs/_text.scss
|
|
75
|
-
- lib/assets/stylesheets/formtastic-plus-bootstrap/inputs/_datetime.scss
|
|
66
|
+
- lib/assets/stylesheets/formtastic-plus-bootstrap/_actions.scss
|
|
76
67
|
- lib/assets/stylesheets/formtastic-plus-bootstrap/_all.scss
|
|
77
68
|
- lib/assets/stylesheets/formtastic-plus-bootstrap/_disabled.scss
|
|
78
69
|
- lib/assets/stylesheets/formtastic-plus-bootstrap/_errors.scss
|
|
@@ -83,7 +74,16 @@ files:
|
|
|
83
74
|
- lib/assets/stylesheets/formtastic-plus-bootstrap/_labels.scss
|
|
84
75
|
- lib/assets/stylesheets/formtastic-plus-bootstrap/_mixins.scss
|
|
85
76
|
- lib/assets/stylesheets/formtastic-plus-bootstrap/_reset.scss
|
|
86
|
-
- lib/assets/stylesheets/formtastic-plus-bootstrap/
|
|
77
|
+
- lib/assets/stylesheets/formtastic-plus-bootstrap/inputs/_boolean.scss
|
|
78
|
+
- lib/assets/stylesheets/formtastic-plus-bootstrap/inputs/_check_boxes.scss
|
|
79
|
+
- lib/assets/stylesheets/formtastic-plus-bootstrap/inputs/_datetime.scss
|
|
80
|
+
- lib/assets/stylesheets/formtastic-plus-bootstrap/inputs/_file.scss
|
|
81
|
+
- lib/assets/stylesheets/formtastic-plus-bootstrap/inputs/_radio.scss
|
|
82
|
+
- lib/assets/stylesheets/formtastic-plus-bootstrap/inputs/_range.scss
|
|
83
|
+
- lib/assets/stylesheets/formtastic-plus-bootstrap/inputs/_select.scss
|
|
84
|
+
- lib/assets/stylesheets/formtastic-plus-bootstrap/inputs/_stringish.scss
|
|
85
|
+
- lib/assets/stylesheets/formtastic-plus-bootstrap/inputs/_text.scss
|
|
86
|
+
- lib/assets/stylesheets/bootstrap-without-forms.css.scss
|
|
87
87
|
- lib/formtastic-plus-bootstrap.rb
|
|
88
88
|
- README.md
|
|
89
89
|
- LICENSE
|