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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b26a9dab6e7233cd6a694dc88f59d08f6d47263c900abfc07416679a87f7c974
4
- data.tar.gz: 0a399b71d713ce0f4488f1f7461694d824d43c8f0f42db848daf4c0ad2caa0db
3
+ metadata.gz: 355453579baccba71ec78676458a00f491e1fa6399b82303ddbb56b949246502
4
+ data.tar.gz: 2077db53b19458a472d679d995c1f4b095f1d7cb18c97a5f477db9652f6cee0b
5
5
  SHA512:
6
- metadata.gz: '0339d723213d63e7355ca4c50f120f6b08b22d406ba042ad47a89414708d4e07a1748dfa6d530190d2ca45ffd5dff0402779d53a225d9af80449c86b90d85a88'
7
- data.tar.gz: b36093c5c3207e2375adb7c80769f890ac3b433c178128add4fa0d24ebd68aff11c5421b783213ff4d3e25d0f3603bf3b49ab8f794475f958e6aa909c879a088
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.3)
4
+ formtastic_tristate_radio (0.2.6)
5
5
  formtastic (>= 3, < 5)
6
- rails (>= 4, < 7)
6
+ rails (>= 4, < 8)
7
7
 
8
8
  GEM
9
9
  remote: https://rubygems.org/
10
10
  specs:
11
- actioncable (6.1.4.1)
12
- actionpack (= 6.1.4.1)
13
- activesupport (= 6.1.4.1)
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 (6.1.4.1)
17
- actionpack (= 6.1.4.1)
18
- activejob (= 6.1.4.1)
19
- activerecord (= 6.1.4.1)
20
- activestorage (= 6.1.4.1)
21
- activesupport (= 6.1.4.1)
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
- actionmailer (6.1.4.1)
24
- actionpack (= 6.1.4.1)
25
- actionview (= 6.1.4.1)
26
- activejob (= 6.1.4.1)
27
- activesupport (= 6.1.4.1)
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 (6.1.4.1)
31
- actionview (= 6.1.4.1)
32
- activesupport (= 6.1.4.1)
33
- rack (~> 2.0, >= 2.0.9)
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 (6.1.4.1)
38
- actionpack (= 6.1.4.1)
39
- activerecord (= 6.1.4.1)
40
- activestorage (= 6.1.4.1)
41
- activesupport (= 6.1.4.1)
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 (6.1.4.1)
44
- activesupport (= 6.1.4.1)
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 (6.1.4.1)
50
- activesupport (= 6.1.4.1)
56
+ activejob (7.0.3)
57
+ activesupport (= 7.0.3)
51
58
  globalid (>= 0.3.6)
52
- activemodel (6.1.4.1)
53
- activesupport (= 6.1.4.1)
54
- activerecord (6.1.4.1)
55
- activemodel (= 6.1.4.1)
56
- activesupport (= 6.1.4.1)
57
- activestorage (6.1.4.1)
58
- actionpack (= 6.1.4.1)
59
- activejob (= 6.1.4.1)
60
- activerecord (= 6.1.4.1)
61
- activesupport (= 6.1.4.1)
62
- marcel (~> 1.0.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 (6.1.4.1)
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.9)
77
+ concurrent-ruby (1.1.10)
72
78
  crass (1.0.6)
73
- diff-lcs (1.4.4)
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.5.2)
84
+ globalid (1.0.0)
78
85
  activesupport (>= 5.0)
79
- i18n (1.8.11)
86
+ i18n (1.10.0)
80
87
  concurrent-ruby (~> 1.0)
81
- loofah (2.12.0)
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.14.4)
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.12.5-x86_64-darwin)
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 (6.1.4.1)
98
- actioncable (= 6.1.4.1)
99
- actionmailbox (= 6.1.4.1)
100
- actionmailer (= 6.1.4.1)
101
- actionpack (= 6.1.4.1)
102
- actiontext (= 6.1.4.1)
103
- actionview (= 6.1.4.1)
104
- activejob (= 6.1.4.1)
105
- activemodel (= 6.1.4.1)
106
- activerecord (= 6.1.4.1)
107
- activestorage (= 6.1.4.1)
108
- activesupport (= 6.1.4.1)
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 (= 6.1.4.1)
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.2)
135
+ rails-html-sanitizer (1.4.3)
116
136
  loofah (~> 2.3)
117
- railties (6.1.4.1)
118
- actionpack (= 6.1.4.1)
119
- activesupport (= 6.1.4.1)
137
+ railties (7.0.3)
138
+ actionpack (= 7.0.3)
139
+ activesupport (= 7.0.3)
120
140
  method_source
121
- rake (>= 0.13)
141
+ rake (>= 12.2)
122
142
  thor (~> 1.0)
143
+ zeitwerk (~> 2.5)
123
144
  rake (13.0.6)
124
- rspec (3.10.0)
125
- rspec-core (~> 3.10.0)
126
- rspec-expectations (~> 3.10.0)
127
- rspec-mocks (~> 3.10.0)
128
- rspec-core (3.10.1)
129
- rspec-support (~> 3.10.0)
130
- rspec-expectations (3.10.1)
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.10.0)
133
- rspec-mocks (3.10.2)
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.10.0)
136
- rspec-support (3.10.3)
137
- sprockets (4.0.2)
138
- concurrent-ruby (~> 1.0)
139
- rack (> 1, < 3)
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.26)
151
- zeitwerk (2.5.1)
167
+ yard (0.9.28)
168
+ webrick (~> 1.7.0)
169
+ zeitwerk (2.5.4)
152
170
 
153
171
  PLATFORMS
154
- x86_64-darwin-17
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.2.27
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
- As noted in [Usage](#usage), you can override individual translations like so:
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", "< 7"
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"
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module FormtasticTristateRadio
4
- VERSION = "0.2.5"
4
+ VERSION = "0.2.6"
5
5
  end
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.5
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: 2021-11-09 00:00:00.000000000 Z
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: '7'
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: '7'
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.2.15
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