formtastic_tristate_radio 0.2.5 → 0.2.6
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +110 -92
- data/README.md +1 -1
- data/formtastic_tristate_radio.gemspec +1 -1
- data/lib/formtastic_tristate_radio/version.rb +1 -1
- metadata +5 -6
- data/formtastic_tristate_radio-0.2.4.gem +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 355453579baccba71ec78676458a00f491e1fa6399b82303ddbb56b949246502
|
4
|
+
data.tar.gz: 2077db53b19458a472d679d995c1f4b095f1d7cb18c97a5f477db9652f6cee0b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 963540ae9ce2fbe2ed1877692bcd6c175dce1306014f4a8b4870a514b178e088c4511434f17d2bf92eedea34aaf478d53cfd29f829144430d4f5d6974dc093b8
|
7
|
+
data.tar.gz: 514b296071cc8e6cd9901d568b95a61b4523a2fca1f5107fd413db6b7e6ff8b1e05e5a2dc794ffb29cd8475eda6b56b98f2d232a8626389d8427b796dab66923
|
data/Gemfile.lock
CHANGED
@@ -1,84 +1,91 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
formtastic_tristate_radio (0.2.
|
4
|
+
formtastic_tristate_radio (0.2.6)
|
5
5
|
formtastic (>= 3, < 5)
|
6
|
-
rails (>= 4, <
|
6
|
+
rails (>= 4, < 8)
|
7
7
|
|
8
8
|
GEM
|
9
9
|
remote: https://rubygems.org/
|
10
10
|
specs:
|
11
|
-
actioncable (
|
12
|
-
actionpack (=
|
13
|
-
activesupport (=
|
11
|
+
actioncable (7.0.3)
|
12
|
+
actionpack (= 7.0.3)
|
13
|
+
activesupport (= 7.0.3)
|
14
14
|
nio4r (~> 2.0)
|
15
15
|
websocket-driver (>= 0.6.1)
|
16
|
-
actionmailbox (
|
17
|
-
actionpack (=
|
18
|
-
activejob (=
|
19
|
-
activerecord (=
|
20
|
-
activestorage (=
|
21
|
-
activesupport (=
|
16
|
+
actionmailbox (7.0.3)
|
17
|
+
actionpack (= 7.0.3)
|
18
|
+
activejob (= 7.0.3)
|
19
|
+
activerecord (= 7.0.3)
|
20
|
+
activestorage (= 7.0.3)
|
21
|
+
activesupport (= 7.0.3)
|
22
22
|
mail (>= 2.7.1)
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
23
|
+
net-imap
|
24
|
+
net-pop
|
25
|
+
net-smtp
|
26
|
+
actionmailer (7.0.3)
|
27
|
+
actionpack (= 7.0.3)
|
28
|
+
actionview (= 7.0.3)
|
29
|
+
activejob (= 7.0.3)
|
30
|
+
activesupport (= 7.0.3)
|
28
31
|
mail (~> 2.5, >= 2.5.4)
|
32
|
+
net-imap
|
33
|
+
net-pop
|
34
|
+
net-smtp
|
29
35
|
rails-dom-testing (~> 2.0)
|
30
|
-
actionpack (
|
31
|
-
actionview (=
|
32
|
-
activesupport (=
|
33
|
-
rack (~> 2.0, >= 2.0
|
36
|
+
actionpack (7.0.3)
|
37
|
+
actionview (= 7.0.3)
|
38
|
+
activesupport (= 7.0.3)
|
39
|
+
rack (~> 2.0, >= 2.2.0)
|
34
40
|
rack-test (>= 0.6.3)
|
35
41
|
rails-dom-testing (~> 2.0)
|
36
42
|
rails-html-sanitizer (~> 1.0, >= 1.2.0)
|
37
|
-
actiontext (
|
38
|
-
actionpack (=
|
39
|
-
activerecord (=
|
40
|
-
activestorage (=
|
41
|
-
activesupport (=
|
43
|
+
actiontext (7.0.3)
|
44
|
+
actionpack (= 7.0.3)
|
45
|
+
activerecord (= 7.0.3)
|
46
|
+
activestorage (= 7.0.3)
|
47
|
+
activesupport (= 7.0.3)
|
48
|
+
globalid (>= 0.6.0)
|
42
49
|
nokogiri (>= 1.8.5)
|
43
|
-
actionview (
|
44
|
-
activesupport (=
|
50
|
+
actionview (7.0.3)
|
51
|
+
activesupport (= 7.0.3)
|
45
52
|
builder (~> 3.1)
|
46
53
|
erubi (~> 1.4)
|
47
54
|
rails-dom-testing (~> 2.0)
|
48
55
|
rails-html-sanitizer (~> 1.1, >= 1.2.0)
|
49
|
-
activejob (
|
50
|
-
activesupport (=
|
56
|
+
activejob (7.0.3)
|
57
|
+
activesupport (= 7.0.3)
|
51
58
|
globalid (>= 0.3.6)
|
52
|
-
activemodel (
|
53
|
-
activesupport (=
|
54
|
-
activerecord (
|
55
|
-
activemodel (=
|
56
|
-
activesupport (=
|
57
|
-
activestorage (
|
58
|
-
actionpack (=
|
59
|
-
activejob (=
|
60
|
-
activerecord (=
|
61
|
-
activesupport (=
|
62
|
-
marcel (~> 1.0
|
59
|
+
activemodel (7.0.3)
|
60
|
+
activesupport (= 7.0.3)
|
61
|
+
activerecord (7.0.3)
|
62
|
+
activemodel (= 7.0.3)
|
63
|
+
activesupport (= 7.0.3)
|
64
|
+
activestorage (7.0.3)
|
65
|
+
actionpack (= 7.0.3)
|
66
|
+
activejob (= 7.0.3)
|
67
|
+
activerecord (= 7.0.3)
|
68
|
+
activesupport (= 7.0.3)
|
69
|
+
marcel (~> 1.0)
|
63
70
|
mini_mime (>= 1.1.0)
|
64
|
-
activesupport (
|
71
|
+
activesupport (7.0.3)
|
65
72
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
66
73
|
i18n (>= 1.6, < 2)
|
67
74
|
minitest (>= 5.1)
|
68
75
|
tzinfo (~> 2.0)
|
69
|
-
zeitwerk (~> 2.3)
|
70
76
|
builder (3.2.4)
|
71
|
-
concurrent-ruby (1.1.
|
77
|
+
concurrent-ruby (1.1.10)
|
72
78
|
crass (1.0.6)
|
73
|
-
diff-lcs (1.
|
79
|
+
diff-lcs (1.5.0)
|
80
|
+
digest (3.1.0)
|
74
81
|
erubi (1.10.0)
|
75
82
|
formtastic (4.0.0)
|
76
83
|
actionpack (>= 5.2.0)
|
77
|
-
globalid (0.
|
84
|
+
globalid (1.0.0)
|
78
85
|
activesupport (>= 5.0)
|
79
|
-
i18n (1.
|
86
|
+
i18n (1.10.0)
|
80
87
|
concurrent-ruby (~> 1.0)
|
81
|
-
loofah (2.
|
88
|
+
loofah (2.18.0)
|
82
89
|
crass (~> 1.0.2)
|
83
90
|
nokogiri (>= 1.5.9)
|
84
91
|
mail (2.7.1)
|
@@ -86,72 +93,83 @@ GEM
|
|
86
93
|
marcel (1.0.2)
|
87
94
|
method_source (1.0.0)
|
88
95
|
mini_mime (1.1.2)
|
89
|
-
minitest (5.
|
96
|
+
minitest (5.15.0)
|
97
|
+
net-imap (0.2.3)
|
98
|
+
digest
|
99
|
+
net-protocol
|
100
|
+
strscan
|
101
|
+
net-pop (0.1.1)
|
102
|
+
digest
|
103
|
+
net-protocol
|
104
|
+
timeout
|
105
|
+
net-protocol (0.1.3)
|
106
|
+
timeout
|
107
|
+
net-smtp (0.3.1)
|
108
|
+
digest
|
109
|
+
net-protocol
|
110
|
+
timeout
|
90
111
|
nio4r (2.5.8)
|
91
|
-
nokogiri (1.
|
112
|
+
nokogiri (1.13.6-arm64-darwin)
|
92
113
|
racc (~> 1.4)
|
93
114
|
racc (1.6.0)
|
94
|
-
rack (2.2.3)
|
115
|
+
rack (2.2.3.1)
|
95
116
|
rack-test (1.1.0)
|
96
117
|
rack (>= 1.0, < 3)
|
97
|
-
rails (
|
98
|
-
actioncable (=
|
99
|
-
actionmailbox (=
|
100
|
-
actionmailer (=
|
101
|
-
actionpack (=
|
102
|
-
actiontext (=
|
103
|
-
actionview (=
|
104
|
-
activejob (=
|
105
|
-
activemodel (=
|
106
|
-
activerecord (=
|
107
|
-
activestorage (=
|
108
|
-
activesupport (=
|
118
|
+
rails (7.0.3)
|
119
|
+
actioncable (= 7.0.3)
|
120
|
+
actionmailbox (= 7.0.3)
|
121
|
+
actionmailer (= 7.0.3)
|
122
|
+
actionpack (= 7.0.3)
|
123
|
+
actiontext (= 7.0.3)
|
124
|
+
actionview (= 7.0.3)
|
125
|
+
activejob (= 7.0.3)
|
126
|
+
activemodel (= 7.0.3)
|
127
|
+
activerecord (= 7.0.3)
|
128
|
+
activestorage (= 7.0.3)
|
129
|
+
activesupport (= 7.0.3)
|
109
130
|
bundler (>= 1.15.0)
|
110
|
-
railties (=
|
111
|
-
sprockets-rails (>= 2.0.0)
|
131
|
+
railties (= 7.0.3)
|
112
132
|
rails-dom-testing (2.0.3)
|
113
133
|
activesupport (>= 4.2.0)
|
114
134
|
nokogiri (>= 1.6)
|
115
|
-
rails-html-sanitizer (1.4.
|
135
|
+
rails-html-sanitizer (1.4.3)
|
116
136
|
loofah (~> 2.3)
|
117
|
-
railties (
|
118
|
-
actionpack (=
|
119
|
-
activesupport (=
|
137
|
+
railties (7.0.3)
|
138
|
+
actionpack (= 7.0.3)
|
139
|
+
activesupport (= 7.0.3)
|
120
140
|
method_source
|
121
|
-
rake (>=
|
141
|
+
rake (>= 12.2)
|
122
142
|
thor (~> 1.0)
|
143
|
+
zeitwerk (~> 2.5)
|
123
144
|
rake (13.0.6)
|
124
|
-
rspec (3.
|
125
|
-
rspec-core (~> 3.
|
126
|
-
rspec-expectations (~> 3.
|
127
|
-
rspec-mocks (~> 3.
|
128
|
-
rspec-core (3.
|
129
|
-
rspec-support (~> 3.
|
130
|
-
rspec-expectations (3.
|
145
|
+
rspec (3.11.0)
|
146
|
+
rspec-core (~> 3.11.0)
|
147
|
+
rspec-expectations (~> 3.11.0)
|
148
|
+
rspec-mocks (~> 3.11.0)
|
149
|
+
rspec-core (3.11.0)
|
150
|
+
rspec-support (~> 3.11.0)
|
151
|
+
rspec-expectations (3.11.0)
|
131
152
|
diff-lcs (>= 1.2.0, < 2.0)
|
132
|
-
rspec-support (~> 3.
|
133
|
-
rspec-mocks (3.
|
153
|
+
rspec-support (~> 3.11.0)
|
154
|
+
rspec-mocks (3.11.1)
|
134
155
|
diff-lcs (>= 1.2.0, < 2.0)
|
135
|
-
rspec-support (~> 3.
|
136
|
-
rspec-support (3.
|
137
|
-
|
138
|
-
|
139
|
-
|
140
|
-
sprockets-rails (3.2.2)
|
141
|
-
actionpack (>= 4.0)
|
142
|
-
activesupport (>= 4.0)
|
143
|
-
sprockets (>= 3.0.0)
|
144
|
-
thor (1.1.0)
|
156
|
+
rspec-support (~> 3.11.0)
|
157
|
+
rspec-support (3.11.0)
|
158
|
+
strscan (3.0.3)
|
159
|
+
thor (1.2.1)
|
160
|
+
timeout (0.3.0)
|
145
161
|
tzinfo (2.0.4)
|
146
162
|
concurrent-ruby (~> 1.0)
|
163
|
+
webrick (1.7.0)
|
147
164
|
websocket-driver (0.7.5)
|
148
165
|
websocket-extensions (>= 0.1.0)
|
149
166
|
websocket-extensions (0.1.5)
|
150
|
-
yard (0.9.
|
151
|
-
|
167
|
+
yard (0.9.28)
|
168
|
+
webrick (~> 1.7.0)
|
169
|
+
zeitwerk (2.5.4)
|
152
170
|
|
153
171
|
PLATFORMS
|
154
|
-
|
172
|
+
arm64-darwin-21
|
155
173
|
|
156
174
|
DEPENDENCIES
|
157
175
|
formtastic_tristate_radio!
|
@@ -159,4 +177,4 @@ DEPENDENCIES
|
|
159
177
|
yard (>= 0.9.20, < 1)
|
160
178
|
|
161
179
|
BUNDLED WITH
|
162
|
-
2.
|
180
|
+
2.3.15
|
data/README.md
CHANGED
@@ -62,7 +62,7 @@ ru:
|
|
62
62
|
null: Неизвестно # <- this you must provide youself
|
63
63
|
```
|
64
64
|
|
65
|
-
|
65
|
+
You can override individual translations like so:
|
66
66
|
|
67
67
|
```ruby
|
68
68
|
f.input :attribute, as: :tristate_radio, null: "Your text"
|
@@ -43,7 +43,7 @@ Gem::Specification.new do |spec|
|
|
43
43
|
spec.required_ruby_version = Gem::Requirement.new(">= 2.4.0")
|
44
44
|
|
45
45
|
spec.add_dependency "formtastic", ">= 3", "< 5"
|
46
|
-
spec.add_dependency "rails", ">= 4", "<
|
46
|
+
spec.add_dependency "rails", ">= 4", "< 8"
|
47
47
|
|
48
48
|
spec.add_development_dependency "rspec", "~> 3"
|
49
49
|
spec.add_development_dependency "yard", ">= 0.9.20", "< 1"
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: formtastic_tristate_radio
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.6
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Sergey Pedan
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2022-06-09 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: formtastic
|
@@ -39,7 +39,7 @@ dependencies:
|
|
39
39
|
version: '4'
|
40
40
|
- - "<"
|
41
41
|
- !ruby/object:Gem::Version
|
42
|
-
version: '
|
42
|
+
version: '8'
|
43
43
|
type: :runtime
|
44
44
|
prerelease: false
|
45
45
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -49,7 +49,7 @@ dependencies:
|
|
49
49
|
version: '4'
|
50
50
|
- - "<"
|
51
51
|
- !ruby/object:Gem::Version
|
52
|
-
version: '
|
52
|
+
version: '8'
|
53
53
|
- !ruby/object:Gem::Dependency
|
54
54
|
name: rspec
|
55
55
|
requirement: !ruby/object:Gem::Requirement
|
@@ -110,7 +110,6 @@ files:
|
|
110
110
|
- config/locales/active_admin.yml
|
111
111
|
- config/locales/formtastic.yml
|
112
112
|
- config/routes.rb
|
113
|
-
- formtastic_tristate_radio-0.2.4.gem
|
114
113
|
- formtastic_tristate_radio.gemspec
|
115
114
|
- lib/formtastic_tristate_radio.rb
|
116
115
|
- lib/formtastic_tristate_radio/configuration.rb
|
@@ -145,7 +144,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
145
144
|
- !ruby/object:Gem::Version
|
146
145
|
version: '0'
|
147
146
|
requirements: []
|
148
|
-
rubygems_version: 3.
|
147
|
+
rubygems_version: 3.3.7
|
149
148
|
signing_key:
|
150
149
|
specification_version: 4
|
151
150
|
summary: Have 3-state radiobuttons instead of a 2-state checkbox for your Boolean
|
Binary file
|