gifted 1.1.1 → 1.2.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +129 -107
- data/lib/gifted/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 285520860841373a8d53701c252d0cfa4615752423df39eb8a1bfe8595715787
|
4
|
+
data.tar.gz: 119be633e82f169c90164863750d25aede45f202345bb2bf953007f753333c8e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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.
|
4
|
+
gifted (1.1.1)
|
5
5
|
|
6
6
|
GEM
|
7
7
|
remote: https://rubygems.org/
|
8
8
|
specs:
|
9
|
-
actioncable (
|
10
|
-
actionpack (=
|
11
|
-
activesupport (=
|
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 (
|
15
|
-
actionpack (=
|
16
|
-
activejob (=
|
17
|
-
activerecord (=
|
18
|
-
activestorage (=
|
19
|
-
activesupport (=
|
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
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
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 (
|
29
|
-
actionview (=
|
30
|
-
activesupport (=
|
31
|
-
rack (~> 2.0, >= 2.0
|
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 (
|
36
|
-
actionpack (=
|
37
|
-
activerecord (=
|
38
|
-
activestorage (=
|
39
|
-
activesupport (=
|
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 (
|
42
|
-
activesupport (=
|
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 (
|
48
|
-
activesupport (=
|
54
|
+
activejob (7.0.3)
|
55
|
+
activesupport (= 7.0.3)
|
49
56
|
globalid (>= 0.3.6)
|
50
|
-
activemodel (
|
51
|
-
activesupport (=
|
52
|
-
activerecord (
|
53
|
-
activemodel (=
|
54
|
-
activesupport (=
|
55
|
-
activestorage (
|
56
|
-
actionpack (=
|
57
|
-
activejob (=
|
58
|
-
activerecord (=
|
59
|
-
activesupport (=
|
60
|
-
marcel (~> 1.0
|
61
|
-
mini_mime (
|
62
|
-
activesupport (
|
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
|
-
|
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.
|
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 (
|
81
|
-
concurrent-ruby (1.1.
|
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.
|
85
|
-
activesupport (>=
|
86
|
-
i18n (1.
|
92
|
+
globalid (1.0.0)
|
93
|
+
activesupport (>= 5.0)
|
94
|
+
i18n (1.10.0)
|
87
95
|
concurrent-ruby (~> 1.0)
|
88
|
-
json (2.
|
89
|
-
loofah (2.
|
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.
|
102
|
+
marcel (1.0.2)
|
103
|
+
matrix (0.4.2)
|
95
104
|
method_source (1.0.0)
|
96
|
-
mini_mime (1.
|
97
|
-
mini_portile2 (2.
|
98
|
-
minitest (5.
|
99
|
-
|
100
|
-
|
101
|
-
|
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.
|
104
|
-
public_suffix (4.0.
|
105
|
-
puma (5.
|
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.
|
108
|
-
rack (2.2.
|
109
|
-
rack-test (
|
110
|
-
rack (>= 1.
|
111
|
-
rails (
|
112
|
-
actioncable (=
|
113
|
-
actionmailbox (=
|
114
|
-
actionmailer (=
|
115
|
-
actionpack (=
|
116
|
-
actiontext (=
|
117
|
-
actionview (=
|
118
|
-
activejob (=
|
119
|
-
activemodel (=
|
120
|
-
activerecord (=
|
121
|
-
activestorage (=
|
122
|
-
activesupport (=
|
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 (=
|
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
|
151
|
+
rails-html-sanitizer (1.4.3)
|
130
152
|
loofah (~> 2.3)
|
131
|
-
railties (
|
132
|
-
actionpack (=
|
133
|
-
activesupport (=
|
153
|
+
railties (7.0.3)
|
154
|
+
actionpack (= 7.0.3)
|
155
|
+
activesupport (= 7.0.3)
|
134
156
|
method_source
|
135
|
-
rake (>=
|
157
|
+
rake (>= 12.2)
|
136
158
|
thor (~> 1.0)
|
137
|
-
|
138
|
-
|
139
|
-
|
140
|
-
|
141
|
-
|
142
|
-
|
143
|
-
|
144
|
-
|
145
|
-
|
146
|
-
|
147
|
-
|
148
|
-
|
149
|
-
|
150
|
-
|
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.
|
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 (
|
162
|
-
rails (>= 5.
|
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
|
190
|
+
thor (1.2.1)
|
191
|
+
timeout (0.3.0)
|
171
192
|
tzinfo (2.0.4)
|
172
193
|
concurrent-ruby (~> 1.0)
|
173
|
-
websocket
|
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.
|
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.
|
217
|
+
2.3.17
|
data/lib/gifted/version.rb
CHANGED
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.
|
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:
|
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.
|
172
|
+
rubygems_version: 3.3.7
|
173
173
|
signing_key:
|
174
174
|
specification_version: 4
|
175
175
|
summary: Simple, yet Powerful Rails Decorators
|