gifted 1.1.1 → 1.2.0

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +129 -107
  3. data/lib/gifted/version.rb +1 -1
  4. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a6eb93513a2bde400a1f231c422421d382b9cd4b95405a904776e9cbd97a0ba9
4
- data.tar.gz: 48bef09ee90ac0235c2c1f1dae1916ea61883547185c99eaa3b541d5d73ee1a9
3
+ metadata.gz: 285520860841373a8d53701c252d0cfa4615752423df39eb8a1bfe8595715787
4
+ data.tar.gz: 119be633e82f169c90164863750d25aede45f202345bb2bf953007f753333c8e
5
5
  SHA512:
6
- metadata.gz: 6fd47419d630d51cbfb144ce8a1789f840b589525c98d583206d75198afee38014711af28a17ee38630164fdeef3e2367c29ccee3c81b4d17a2e6fac22128e94
7
- data.tar.gz: f309b165d5d21599099d5f2208ae60baed1da4c316a3417b865600205f6d48b1ebcbebd9d89a759c5b923bc703851ff1da4261652fa69e53903c855594aac190
6
+ metadata.gz: e47671a357ec668835e10e891903766126c83ed8545e9fa2dc8dfb9612f6baaf3d8d693e2c2bd836f70b442789a8fe4ade105962947d423b3925e4c8f3e2bafa
7
+ data.tar.gz: 704a455b94ed928dc8be35cdbd71074dc5639b4bc9ed50ab4e4e1f0b087de5d28775da49cfd2d7b8f83e7f7365673b42dabd251730cbbd89edb381fbeb893895
data/Gemfile.lock CHANGED
@@ -1,165 +1,185 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- gifted (1.1.0)
4
+ gifted (1.1.1)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
8
8
  specs:
9
- actioncable (6.1.3.1)
10
- actionpack (= 6.1.3.1)
11
- activesupport (= 6.1.3.1)
9
+ actioncable (7.0.3)
10
+ actionpack (= 7.0.3)
11
+ activesupport (= 7.0.3)
12
12
  nio4r (~> 2.0)
13
13
  websocket-driver (>= 0.6.1)
14
- actionmailbox (6.1.3.1)
15
- actionpack (= 6.1.3.1)
16
- activejob (= 6.1.3.1)
17
- activerecord (= 6.1.3.1)
18
- activestorage (= 6.1.3.1)
19
- activesupport (= 6.1.3.1)
14
+ actionmailbox (7.0.3)
15
+ actionpack (= 7.0.3)
16
+ activejob (= 7.0.3)
17
+ activerecord (= 7.0.3)
18
+ activestorage (= 7.0.3)
19
+ activesupport (= 7.0.3)
20
20
  mail (>= 2.7.1)
21
- actionmailer (6.1.3.1)
22
- actionpack (= 6.1.3.1)
23
- actionview (= 6.1.3.1)
24
- activejob (= 6.1.3.1)
25
- activesupport (= 6.1.3.1)
21
+ net-imap
22
+ net-pop
23
+ net-smtp
24
+ actionmailer (7.0.3)
25
+ actionpack (= 7.0.3)
26
+ actionview (= 7.0.3)
27
+ activejob (= 7.0.3)
28
+ activesupport (= 7.0.3)
26
29
  mail (~> 2.5, >= 2.5.4)
30
+ net-imap
31
+ net-pop
32
+ net-smtp
27
33
  rails-dom-testing (~> 2.0)
28
- actionpack (6.1.3.1)
29
- actionview (= 6.1.3.1)
30
- activesupport (= 6.1.3.1)
31
- rack (~> 2.0, >= 2.0.9)
34
+ actionpack (7.0.3)
35
+ actionview (= 7.0.3)
36
+ activesupport (= 7.0.3)
37
+ rack (~> 2.0, >= 2.2.0)
32
38
  rack-test (>= 0.6.3)
33
39
  rails-dom-testing (~> 2.0)
34
40
  rails-html-sanitizer (~> 1.0, >= 1.2.0)
35
- actiontext (6.1.3.1)
36
- actionpack (= 6.1.3.1)
37
- activerecord (= 6.1.3.1)
38
- activestorage (= 6.1.3.1)
39
- activesupport (= 6.1.3.1)
41
+ actiontext (7.0.3)
42
+ actionpack (= 7.0.3)
43
+ activerecord (= 7.0.3)
44
+ activestorage (= 7.0.3)
45
+ activesupport (= 7.0.3)
46
+ globalid (>= 0.6.0)
40
47
  nokogiri (>= 1.8.5)
41
- actionview (6.1.3.1)
42
- activesupport (= 6.1.3.1)
48
+ actionview (7.0.3)
49
+ activesupport (= 7.0.3)
43
50
  builder (~> 3.1)
44
51
  erubi (~> 1.4)
45
52
  rails-dom-testing (~> 2.0)
46
53
  rails-html-sanitizer (~> 1.1, >= 1.2.0)
47
- activejob (6.1.3.1)
48
- activesupport (= 6.1.3.1)
54
+ activejob (7.0.3)
55
+ activesupport (= 7.0.3)
49
56
  globalid (>= 0.3.6)
50
- activemodel (6.1.3.1)
51
- activesupport (= 6.1.3.1)
52
- activerecord (6.1.3.1)
53
- activemodel (= 6.1.3.1)
54
- activesupport (= 6.1.3.1)
55
- activestorage (6.1.3.1)
56
- actionpack (= 6.1.3.1)
57
- activejob (= 6.1.3.1)
58
- activerecord (= 6.1.3.1)
59
- activesupport (= 6.1.3.1)
60
- marcel (~> 1.0.0)
61
- mini_mime (~> 1.0.2)
62
- activesupport (6.1.3.1)
57
+ activemodel (7.0.3)
58
+ activesupport (= 7.0.3)
59
+ activerecord (7.0.3)
60
+ activemodel (= 7.0.3)
61
+ activesupport (= 7.0.3)
62
+ activestorage (7.0.3)
63
+ actionpack (= 7.0.3)
64
+ activejob (= 7.0.3)
65
+ activerecord (= 7.0.3)
66
+ activesupport (= 7.0.3)
67
+ marcel (~> 1.0)
68
+ mini_mime (>= 1.1.0)
69
+ activesupport (7.0.3)
63
70
  concurrent-ruby (~> 1.0, >= 1.0.2)
64
71
  i18n (>= 1.6, < 2)
65
72
  minitest (>= 5.1)
66
73
  tzinfo (~> 2.0)
67
- zeitwerk (~> 2.3)
68
- addressable (2.7.0)
74
+ addressable (2.8.0)
69
75
  public_suffix (>= 2.0.2, < 5.0)
70
76
  builder (3.2.4)
71
77
  byebug (11.1.3)
72
- capybara (3.35.3)
78
+ capybara (3.37.1)
73
79
  addressable
80
+ matrix
74
81
  mini_mime (>= 0.1.3)
75
82
  nokogiri (~> 1.8)
76
83
  rack (>= 1.6.0)
77
84
  rack-test (>= 0.6.3)
78
85
  regexp_parser (>= 1.5, < 3.0)
79
86
  xpath (~> 3.2)
80
- childprocess (3.0.0)
81
- concurrent-ruby (1.1.8)
87
+ childprocess (4.1.0)
88
+ concurrent-ruby (1.1.10)
82
89
  crass (1.0.6)
90
+ digest (3.1.0)
83
91
  erubi (1.10.0)
84
- globalid (0.4.2)
85
- activesupport (>= 4.2.0)
86
- i18n (1.8.10)
92
+ globalid (1.0.0)
93
+ activesupport (>= 5.0)
94
+ i18n (1.10.0)
87
95
  concurrent-ruby (~> 1.0)
88
- json (2.5.1)
89
- loofah (2.9.1)
96
+ json (2.6.2)
97
+ loofah (2.18.0)
90
98
  crass (~> 1.0.2)
91
99
  nokogiri (>= 1.5.9)
92
100
  mail (2.7.1)
93
101
  mini_mime (>= 0.1.1)
94
- marcel (1.0.1)
102
+ marcel (1.0.2)
103
+ matrix (0.4.2)
95
104
  method_source (1.0.0)
96
- mini_mime (1.0.3)
97
- mini_portile2 (2.5.0)
98
- minitest (5.14.4)
99
- nio4r (2.5.7)
100
- nokogiri (1.11.3)
101
- mini_portile2 (~> 2.5.0)
105
+ mini_mime (1.1.2)
106
+ mini_portile2 (2.8.0)
107
+ minitest (5.16.2)
108
+ net-imap (0.2.3)
109
+ digest
110
+ net-protocol
111
+ strscan
112
+ net-pop (0.1.1)
113
+ digest
114
+ net-protocol
115
+ timeout
116
+ net-protocol (0.1.3)
117
+ timeout
118
+ net-smtp (0.3.1)
119
+ digest
120
+ net-protocol
121
+ timeout
122
+ nio4r (2.5.8)
123
+ nokogiri (1.13.6)
124
+ mini_portile2 (~> 2.8.0)
102
125
  racc (~> 1.4)
103
- power_assert (2.0.0)
104
- public_suffix (4.0.6)
105
- puma (5.2.2)
126
+ power_assert (2.0.1)
127
+ public_suffix (4.0.7)
128
+ puma (5.6.4)
106
129
  nio4r (~> 2.0)
107
- racc (1.5.2)
108
- rack (2.2.3)
109
- rack-test (1.1.0)
110
- rack (>= 1.0, < 3)
111
- rails (6.1.3.1)
112
- actioncable (= 6.1.3.1)
113
- actionmailbox (= 6.1.3.1)
114
- actionmailer (= 6.1.3.1)
115
- actionpack (= 6.1.3.1)
116
- actiontext (= 6.1.3.1)
117
- actionview (= 6.1.3.1)
118
- activejob (= 6.1.3.1)
119
- activemodel (= 6.1.3.1)
120
- activerecord (= 6.1.3.1)
121
- activestorage (= 6.1.3.1)
122
- activesupport (= 6.1.3.1)
130
+ racc (1.6.0)
131
+ rack (2.2.4)
132
+ rack-test (2.0.2)
133
+ rack (>= 1.3)
134
+ rails (7.0.3)
135
+ actioncable (= 7.0.3)
136
+ actionmailbox (= 7.0.3)
137
+ actionmailer (= 7.0.3)
138
+ actionpack (= 7.0.3)
139
+ actiontext (= 7.0.3)
140
+ actionview (= 7.0.3)
141
+ activejob (= 7.0.3)
142
+ activemodel (= 7.0.3)
143
+ activerecord (= 7.0.3)
144
+ activestorage (= 7.0.3)
145
+ activesupport (= 7.0.3)
123
146
  bundler (>= 1.15.0)
124
- railties (= 6.1.3.1)
125
- sprockets-rails (>= 2.0.0)
147
+ railties (= 7.0.3)
126
148
  rails-dom-testing (2.0.3)
127
149
  activesupport (>= 4.2.0)
128
150
  nokogiri (>= 1.6)
129
- rails-html-sanitizer (1.3.0)
151
+ rails-html-sanitizer (1.4.3)
130
152
  loofah (~> 2.3)
131
- railties (6.1.3.1)
132
- actionpack (= 6.1.3.1)
133
- activesupport (= 6.1.3.1)
153
+ railties (7.0.3)
154
+ actionpack (= 7.0.3)
155
+ activesupport (= 7.0.3)
134
156
  method_source
135
- rake (>= 0.8.7)
157
+ rake (>= 12.2)
136
158
  thor (~> 1.0)
137
- rake (13.0.3)
138
- regexp_parser (2.1.1)
139
- rr (3.0.0)
140
- rubyzip (2.3.0)
141
- selenium-webdriver (3.142.7)
142
- childprocess (>= 0.5, < 4.0)
143
- rubyzip (>= 1.2.2)
144
- sprockets (4.0.2)
145
- concurrent-ruby (~> 1.0)
146
- rack (> 1, < 3)
147
- sprockets-rails (3.2.2)
148
- actionpack (>= 4.0)
149
- activesupport (>= 4.0)
150
- sprockets (>= 3.0.0)
151
- sqlite3 (1.4.2)
152
- test-unit (3.4.0)
159
+ zeitwerk (~> 2.5)
160
+ rake (13.0.6)
161
+ regexp_parser (2.5.0)
162
+ rexml (3.2.5)
163
+ rr (3.0.9)
164
+ rubyzip (2.3.2)
165
+ selenium-webdriver (4.3.0)
166
+ childprocess (>= 0.5, < 5.0)
167
+ rexml (~> 3.2, >= 3.2.5)
168
+ rubyzip (>= 1.2.2, < 3.0)
169
+ websocket (~> 1.0)
170
+ sqlite3 (1.4.4)
171
+ strscan (3.0.3)
172
+ test-unit (3.5.3)
153
173
  power_assert
154
- test-unit-activesupport (1.0.9)
174
+ test-unit-activesupport (1.1.1)
155
175
  activesupport
156
176
  test-unit
157
177
  test-unit-capybara (1.1.1)
158
178
  capybara (>= 2.1.0)
159
179
  json
160
180
  test-unit (>= 2.5.3)
161
- test-unit-rails (6.1.0)
162
- rails (>= 5.1.2)
181
+ test-unit-rails (7.0.0)
182
+ rails (>= 5.2.0)
163
183
  test-unit (>= 3.1.7)
164
184
  test-unit-activesupport (>= 1.0.8)
165
185
  test-unit-capybara (>= 1.0.5)
@@ -167,15 +187,17 @@ GEM
167
187
  test-unit-rr (1.0.5)
168
188
  rr (>= 1.1.1)
169
189
  test-unit (>= 2.5.2)
170
- thor (1.1.0)
190
+ thor (1.2.1)
191
+ timeout (0.3.0)
171
192
  tzinfo (2.0.4)
172
193
  concurrent-ruby (~> 1.0)
173
- websocket-driver (0.7.3)
194
+ websocket (1.2.9)
195
+ websocket-driver (0.7.5)
174
196
  websocket-extensions (>= 0.1.0)
175
197
  websocket-extensions (0.1.5)
176
198
  xpath (3.2.0)
177
199
  nokogiri (~> 1.8)
178
- zeitwerk (2.4.2)
200
+ zeitwerk (2.6.0)
179
201
 
180
202
  PLATFORMS
181
203
  ruby
@@ -192,4 +214,4 @@ DEPENDENCIES
192
214
  test-unit-rails
193
215
 
194
216
  BUNDLED WITH
195
- 2.2.15
217
+ 2.3.17
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Gifted
4
- VERSION = "1.1.1"
4
+ VERSION = "1.2.0"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gifted
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.1
4
+ version: 1.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Joel Moss
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2021-04-14 00:00:00.000000000 Z
11
+ date: 2022-07-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -169,7 +169,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
169
169
  - !ruby/object:Gem::Version
170
170
  version: '0'
171
171
  requirements: []
172
- rubygems_version: 3.2.3
172
+ rubygems_version: 3.3.7
173
173
  signing_key:
174
174
  specification_version: 4
175
175
  summary: Simple, yet Powerful Rails Decorators