formtastic-plus-bootstrap 1.1.6 → 1.1.7
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
---
|
2
|
+
SHA1:
|
3
|
+
metadata.gz: 7134d1bfee290ab8a71d8768e0cf69750d84541c
|
4
|
+
data.tar.gz: f0af0b8fc9b1eaf0cde03e0579231bdf665aa285
|
5
|
+
SHA512:
|
6
|
+
metadata.gz: 721c24b368b06ef1fc129820240e05022eead77cc0737ece945556bbe621ad0c6ce87a00fde26efe533773a3caa5d8fc5dfa69f693aa13d4ae5692ec489bcf59
|
7
|
+
data.tar.gz: 3679d8a8148b57d6cf082bd1d6ead75a19eeb220cc6fb3228a24fab7557f21c0b7c0240424fcee2cac1c6520d54982a35e87867c7ba1d553bc7a9b60d2e45fdf
|
@@ -5,17 +5,17 @@
|
|
5
5
|
$labelWidth: (4 * $gridColumnWidth) !default;
|
6
6
|
$inputWidth: (5 * $gridColumnWidth) !default;
|
7
7
|
|
8
|
-
@import "mixins";
|
8
|
+
@import "formtastic-plus-bootstrap/mixins";
|
9
9
|
|
10
10
|
.formtastic {
|
11
|
-
@import "reset";
|
11
|
+
@import "formtastic-plus-bootstrap/reset";
|
12
12
|
|
13
|
-
@import "form";
|
14
|
-
@import "fieldset";
|
15
|
-
@import "actions";
|
16
|
-
@import "labels";
|
17
|
-
@import "hints";
|
18
|
-
@import "errors";
|
19
|
-
@import "inputs";
|
20
|
-
@import "disabled";
|
13
|
+
@import "formtastic-plus-bootstrap/form";
|
14
|
+
@import "formtastic-plus-bootstrap/fieldset";
|
15
|
+
@import "formtastic-plus-bootstrap/actions";
|
16
|
+
@import "formtastic-plus-bootstrap/labels";
|
17
|
+
@import "formtastic-plus-bootstrap/hints";
|
18
|
+
@import "formtastic-plus-bootstrap/errors";
|
19
|
+
@import "formtastic-plus-bootstrap/inputs";
|
20
|
+
@import "formtastic-plus-bootstrap/disabled";
|
21
21
|
}
|
@@ -9,15 +9,15 @@ fieldset.inputs {
|
|
9
9
|
margin: (0.5 * $baseLineHeight) 0 $baseLineHeight 0;
|
10
10
|
@include clearfix();
|
11
11
|
|
12
|
-
@import "inputs/stringish";
|
13
|
-
@import "inputs/range";
|
14
|
-
@import "inputs/text";
|
15
|
-
@import "inputs/boolean";
|
16
|
-
@import "inputs/check_boxes";
|
17
|
-
@import "inputs/radio";
|
18
|
-
@import "inputs/select";
|
19
|
-
@import "inputs/file";
|
20
|
-
@import "inputs/datetime";
|
12
|
+
@import "formtastic-plus-bootstrap/inputs/stringish";
|
13
|
+
@import "formtastic-plus-bootstrap/inputs/range";
|
14
|
+
@import "formtastic-plus-bootstrap/inputs/text";
|
15
|
+
@import "formtastic-plus-bootstrap/inputs/boolean";
|
16
|
+
@import "formtastic-plus-bootstrap/inputs/check_boxes";
|
17
|
+
@import "formtastic-plus-bootstrap/inputs/radio";
|
18
|
+
@import "formtastic-plus-bootstrap/inputs/select";
|
19
|
+
@import "formtastic-plus-bootstrap/inputs/file";
|
20
|
+
@import "formtastic-plus-bootstrap/inputs/datetime";
|
21
21
|
|
22
22
|
.input-mini { width: 1 * $gridColumnWidth !important; }
|
23
23
|
.input-small { width: 1.5 * $gridColumnWidth !important; }
|
metadata
CHANGED
@@ -1,52 +1,46 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: formtastic-plus-bootstrap
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.1.
|
5
|
-
prerelease:
|
4
|
+
version: 1.1.7
|
6
5
|
platform: ruby
|
7
6
|
authors:
|
8
7
|
- Anton Ageev
|
9
8
|
autorequire:
|
10
9
|
bindir: bin
|
11
10
|
cert_chain: []
|
12
|
-
date: 2013-
|
11
|
+
date: 2013-04-03 00:00:00.000000000 Z
|
13
12
|
dependencies:
|
14
13
|
- !ruby/object:Gem::Dependency
|
15
14
|
name: railties
|
16
15
|
requirement: !ruby/object:Gem::Requirement
|
17
|
-
none: false
|
18
16
|
requirements:
|
19
|
-
- -
|
17
|
+
- - '>='
|
20
18
|
- !ruby/object:Gem::Version
|
21
19
|
version: 3.1.0
|
22
20
|
type: :runtime
|
23
21
|
prerelease: false
|
24
22
|
version_requirements: !ruby/object:Gem::Requirement
|
25
|
-
none: false
|
26
23
|
requirements:
|
27
|
-
- -
|
24
|
+
- - '>='
|
28
25
|
- !ruby/object:Gem::Version
|
29
26
|
version: 3.1.0
|
30
27
|
- !ruby/object:Gem::Dependency
|
31
28
|
name: sass-rails
|
32
29
|
requirement: !ruby/object:Gem::Requirement
|
33
|
-
none: false
|
34
30
|
requirements:
|
35
|
-
- -
|
31
|
+
- - '>='
|
36
32
|
- !ruby/object:Gem::Version
|
37
33
|
version: '0'
|
38
34
|
type: :runtime
|
39
35
|
prerelease: false
|
40
36
|
version_requirements: !ruby/object:Gem::Requirement
|
41
|
-
none: false
|
42
37
|
requirements:
|
43
|
-
- -
|
38
|
+
- - '>='
|
44
39
|
- !ruby/object:Gem::Version
|
45
40
|
version: '0'
|
46
41
|
- !ruby/object:Gem::Dependency
|
47
42
|
name: bootstrap-sass
|
48
43
|
requirement: !ruby/object:Gem::Requirement
|
49
|
-
none: false
|
50
44
|
requirements:
|
51
45
|
- - ~>
|
52
46
|
- !ruby/object:Gem::Version
|
@@ -54,7 +48,6 @@ dependencies:
|
|
54
48
|
type: :runtime
|
55
49
|
prerelease: false
|
56
50
|
version_requirements: !ruby/object:Gem::Requirement
|
57
|
-
none: false
|
58
51
|
requirements:
|
59
52
|
- - ~>
|
60
53
|
- !ruby/object:Gem::Version
|
@@ -62,7 +55,6 @@ dependencies:
|
|
62
55
|
- !ruby/object:Gem::Dependency
|
63
56
|
name: formtastic
|
64
57
|
requirement: !ruby/object:Gem::Requirement
|
65
|
-
none: false
|
66
58
|
requirements:
|
67
59
|
- - ~>
|
68
60
|
- !ruby/object:Gem::Version
|
@@ -70,7 +62,6 @@ dependencies:
|
|
70
62
|
type: :runtime
|
71
63
|
prerelease: false
|
72
64
|
version_requirements: !ruby/object:Gem::Requirement
|
73
|
-
none: false
|
74
65
|
requirements:
|
75
66
|
- - ~>
|
76
67
|
- !ruby/object:Gem::Version
|
@@ -85,13 +76,11 @@ files:
|
|
85
76
|
- lib/assets/stylesheets/bootstrap-without-forms.css.scss
|
86
77
|
- lib/assets/stylesheets/formtastic-plus-bootstrap.css.scss
|
87
78
|
- lib/assets/stylesheets/formtastic-plus-bootstrap/_actions.scss
|
88
|
-
- lib/assets/stylesheets/formtastic-plus-bootstrap/_all.scss
|
89
79
|
- lib/assets/stylesheets/formtastic-plus-bootstrap/_disabled.scss
|
90
80
|
- lib/assets/stylesheets/formtastic-plus-bootstrap/_errors.scss
|
91
81
|
- lib/assets/stylesheets/formtastic-plus-bootstrap/_fieldset.scss
|
92
82
|
- lib/assets/stylesheets/formtastic-plus-bootstrap/_form.scss
|
93
83
|
- lib/assets/stylesheets/formtastic-plus-bootstrap/_hints.scss
|
94
|
-
- lib/assets/stylesheets/formtastic-plus-bootstrap/_inputs.scss
|
95
84
|
- lib/assets/stylesheets/formtastic-plus-bootstrap/_labels.scss
|
96
85
|
- lib/assets/stylesheets/formtastic-plus-bootstrap/_mixins.scss
|
97
86
|
- lib/assets/stylesheets/formtastic-plus-bootstrap/_reset.scss
|
@@ -105,31 +94,32 @@ files:
|
|
105
94
|
- lib/assets/stylesheets/formtastic-plus-bootstrap/inputs/_stringish.scss
|
106
95
|
- lib/assets/stylesheets/formtastic-plus-bootstrap/inputs/_text.scss
|
107
96
|
- lib/assets/stylesheets/formtastic-plus-bootstrap/responsive.css.scss
|
97
|
+
- lib/assets/stylesheets/formtastic-plus-bootstrap/_all.scss
|
98
|
+
- lib/assets/stylesheets/formtastic-plus-bootstrap/_inputs.scss
|
108
99
|
- lib/formtastic-plus-bootstrap.rb
|
109
100
|
- README.md
|
110
101
|
- LICENSE
|
111
102
|
homepage: http://github.com/antage/formtastic-plus-bootstrap
|
112
103
|
licenses: []
|
104
|
+
metadata: {}
|
113
105
|
post_install_message:
|
114
106
|
rdoc_options: []
|
115
107
|
require_paths:
|
116
108
|
- lib
|
117
109
|
required_ruby_version: !ruby/object:Gem::Requirement
|
118
|
-
none: false
|
119
110
|
requirements:
|
120
|
-
- -
|
111
|
+
- - '>='
|
121
112
|
- !ruby/object:Gem::Version
|
122
113
|
version: '0'
|
123
114
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
124
|
-
none: false
|
125
115
|
requirements:
|
126
|
-
- -
|
116
|
+
- - '>='
|
127
117
|
- !ruby/object:Gem::Version
|
128
118
|
version: '0'
|
129
119
|
requirements: []
|
130
120
|
rubyforge_project:
|
131
|
-
rubygems_version:
|
121
|
+
rubygems_version: 2.0.0
|
132
122
|
signing_key:
|
133
|
-
specification_version:
|
123
|
+
specification_version: 4
|
134
124
|
summary: formtastic meets bootstrap
|
135
125
|
test_files: []
|