lite-decorator 1.2.0 → 1.2.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.rubocop.yml +2 -0
- data/CHANGELOG.md +4 -0
- data/Gemfile.lock +129 -91
- data/lib/lite/decorator/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: e0026f563698dc67b2405c7314b71e62e6505f839e3834bd512ab6b40d0815b8
|
4
|
+
data.tar.gz: 34ca2dda26a84bd2e59b69d87d7e46fd697ef908b4b68a44b20c4ca67c97d876
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: eaaa7dad4f695a770c416d0387afc33432e0f79915cd7c5c832ae1e06c3e41d5a3e4d9b8e371971a5cd17a31a1f59a164ff0090308dbe8e0fe8cfc4c0227b273
|
7
|
+
data.tar.gz: dbc3256f11d9184ff53d5476d7f3f69880dea7aeeaa768450ff526d94953f1563df2b32f7a09d263c3e6a793d81b9bb4a003256b315097a0b1cc6da8e8cc3ab5
|
data/.rubocop.yml
CHANGED
data/CHANGELOG.md
CHANGED
data/Gemfile.lock
CHANGED
@@ -1,131 +1,169 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
lite-decorator (1.2.
|
4
|
+
lite-decorator (1.2.1)
|
5
5
|
|
6
6
|
GEM
|
7
7
|
remote: https://rubygems.org/
|
8
8
|
specs:
|
9
|
-
actionpack (7.
|
10
|
-
actionview (= 7.
|
11
|
-
activesupport (= 7.
|
12
|
-
|
9
|
+
actionpack (7.2.1)
|
10
|
+
actionview (= 7.2.1)
|
11
|
+
activesupport (= 7.2.1)
|
12
|
+
nokogiri (>= 1.8.5)
|
13
|
+
racc
|
14
|
+
rack (>= 2.2.4, < 3.2)
|
15
|
+
rack-session (>= 1.0.1)
|
13
16
|
rack-test (>= 0.6.3)
|
14
|
-
rails-dom-testing (~> 2.
|
15
|
-
rails-html-sanitizer (~> 1.
|
16
|
-
|
17
|
-
|
17
|
+
rails-dom-testing (~> 2.2)
|
18
|
+
rails-html-sanitizer (~> 1.6)
|
19
|
+
useragent (~> 0.16)
|
20
|
+
actionview (7.2.1)
|
21
|
+
activesupport (= 7.2.1)
|
18
22
|
builder (~> 3.1)
|
19
|
-
erubi (~> 1.
|
20
|
-
rails-dom-testing (~> 2.
|
21
|
-
rails-html-sanitizer (~> 1.
|
22
|
-
activemodel (7.
|
23
|
-
activesupport (= 7.
|
24
|
-
activerecord (7.
|
25
|
-
activemodel (= 7.
|
26
|
-
activesupport (= 7.
|
27
|
-
|
28
|
-
|
23
|
+
erubi (~> 1.11)
|
24
|
+
rails-dom-testing (~> 2.2)
|
25
|
+
rails-html-sanitizer (~> 1.6)
|
26
|
+
activemodel (7.2.1)
|
27
|
+
activesupport (= 7.2.1)
|
28
|
+
activerecord (7.2.1)
|
29
|
+
activemodel (= 7.2.1)
|
30
|
+
activesupport (= 7.2.1)
|
31
|
+
timeout (>= 0.4.0)
|
32
|
+
activesupport (7.2.1)
|
33
|
+
base64
|
34
|
+
bigdecimal
|
35
|
+
concurrent-ruby (~> 1.0, >= 1.3.1)
|
36
|
+
connection_pool (>= 2.2.5)
|
37
|
+
drb
|
29
38
|
i18n (>= 1.6, < 2)
|
39
|
+
logger (>= 1.4.2)
|
30
40
|
minitest (>= 5.1)
|
31
|
-
|
41
|
+
securerandom (>= 0.3)
|
42
|
+
tzinfo (~> 2.0, >= 2.0.5)
|
32
43
|
ast (2.4.2)
|
33
|
-
|
34
|
-
|
35
|
-
|
44
|
+
base64 (0.2.0)
|
45
|
+
bigdecimal (3.1.8)
|
46
|
+
builder (3.3.0)
|
47
|
+
concurrent-ruby (1.3.4)
|
48
|
+
connection_pool (2.4.1)
|
36
49
|
crass (1.0.6)
|
37
|
-
database_cleaner (2.0.
|
38
|
-
database_cleaner-active_record (
|
39
|
-
database_cleaner-active_record (2.0
|
50
|
+
database_cleaner (2.0.2)
|
51
|
+
database_cleaner-active_record (>= 2, < 3)
|
52
|
+
database_cleaner-active_record (2.2.0)
|
40
53
|
activerecord (>= 5.a)
|
41
54
|
database_cleaner-core (~> 2.0.0)
|
42
55
|
database_cleaner-core (2.0.1)
|
43
|
-
diff-lcs (1.5.
|
44
|
-
|
45
|
-
|
46
|
-
|
56
|
+
diff-lcs (1.5.1)
|
57
|
+
drb (2.2.1)
|
58
|
+
erubi (1.13.0)
|
59
|
+
fasterer (0.11.0)
|
47
60
|
ruby_parser (>= 3.19.1)
|
48
|
-
generator_spec (0.
|
61
|
+
generator_spec (0.10.0)
|
49
62
|
activesupport (>= 3.0.0)
|
50
63
|
railties (>= 3.0.0)
|
51
|
-
i18n (1.
|
64
|
+
i18n (1.14.6)
|
52
65
|
concurrent-ruby (~> 1.0)
|
53
|
-
|
54
|
-
|
66
|
+
io-console (0.7.2)
|
67
|
+
irb (1.14.0)
|
68
|
+
rdoc (>= 4.0.0)
|
69
|
+
reline (>= 0.4.2)
|
70
|
+
json (2.7.2)
|
71
|
+
language_server-protocol (3.17.0.3)
|
72
|
+
logger (1.6.1)
|
73
|
+
loofah (2.22.0)
|
55
74
|
crass (~> 1.0.2)
|
56
|
-
nokogiri (>= 1.
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
mini_portile2 (~> 2.8.0)
|
75
|
+
nokogiri (>= 1.12.0)
|
76
|
+
mini_portile2 (2.8.7)
|
77
|
+
minitest (5.25.1)
|
78
|
+
nokogiri (1.16.7)
|
79
|
+
mini_portile2 (~> 2.8.2)
|
62
80
|
racc (~> 1.4)
|
63
|
-
parallel (1.
|
64
|
-
parser (3.
|
81
|
+
parallel (1.26.3)
|
82
|
+
parser (3.3.5.0)
|
65
83
|
ast (~> 2.4.1)
|
66
|
-
|
67
|
-
|
68
|
-
|
84
|
+
racc
|
85
|
+
psych (5.1.2)
|
86
|
+
stringio
|
87
|
+
racc (1.8.1)
|
88
|
+
rack (3.1.7)
|
89
|
+
rack-session (2.0.0)
|
90
|
+
rack (>= 3.0.0)
|
91
|
+
rack-test (2.1.0)
|
69
92
|
rack (>= 1.3)
|
70
|
-
|
71
|
-
|
93
|
+
rackup (2.1.0)
|
94
|
+
rack (>= 3)
|
95
|
+
webrick (~> 1.8)
|
96
|
+
rails-dom-testing (2.2.0)
|
97
|
+
activesupport (>= 5.0.0)
|
98
|
+
minitest
|
72
99
|
nokogiri (>= 1.6)
|
73
|
-
rails-html-sanitizer (1.
|
74
|
-
loofah (~> 2.
|
75
|
-
|
76
|
-
|
77
|
-
|
78
|
-
|
100
|
+
rails-html-sanitizer (1.6.0)
|
101
|
+
loofah (~> 2.21)
|
102
|
+
nokogiri (~> 1.14)
|
103
|
+
railties (7.2.1)
|
104
|
+
actionpack (= 7.2.1)
|
105
|
+
activesupport (= 7.2.1)
|
106
|
+
irb (~> 1.13)
|
107
|
+
rackup (>= 1.0.0)
|
79
108
|
rake (>= 12.2)
|
80
|
-
thor (~> 1.0)
|
81
|
-
zeitwerk (~> 2.
|
109
|
+
thor (~> 1.0, >= 1.2.2)
|
110
|
+
zeitwerk (~> 2.6)
|
82
111
|
rainbow (3.1.1)
|
83
|
-
rake (13.
|
84
|
-
|
85
|
-
|
86
|
-
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
|
91
|
-
rspec-
|
92
|
-
|
112
|
+
rake (13.2.1)
|
113
|
+
rdoc (6.7.0)
|
114
|
+
psych (>= 4.0.0)
|
115
|
+
regexp_parser (2.9.2)
|
116
|
+
reline (0.5.10)
|
117
|
+
io-console (~> 0.5)
|
118
|
+
rspec (3.13.0)
|
119
|
+
rspec-core (~> 3.13.0)
|
120
|
+
rspec-expectations (~> 3.13.0)
|
121
|
+
rspec-mocks (~> 3.13.0)
|
122
|
+
rspec-core (3.13.1)
|
123
|
+
rspec-support (~> 3.13.0)
|
124
|
+
rspec-expectations (3.13.3)
|
93
125
|
diff-lcs (>= 1.2.0, < 2.0)
|
94
|
-
rspec-support (~> 3.
|
95
|
-
rspec-mocks (3.
|
126
|
+
rspec-support (~> 3.13.0)
|
127
|
+
rspec-mocks (3.13.1)
|
96
128
|
diff-lcs (>= 1.2.0, < 2.0)
|
97
|
-
rspec-support (~> 3.
|
98
|
-
rspec-support (3.
|
99
|
-
rubocop (1.
|
129
|
+
rspec-support (~> 3.13.0)
|
130
|
+
rspec-support (3.13.1)
|
131
|
+
rubocop (1.66.1)
|
100
132
|
json (~> 2.3)
|
133
|
+
language_server-protocol (>= 3.17.0)
|
101
134
|
parallel (~> 1.10)
|
102
|
-
parser (>= 3.
|
135
|
+
parser (>= 3.3.0.2)
|
103
136
|
rainbow (>= 2.2.2, < 4.0)
|
104
|
-
regexp_parser (>=
|
105
|
-
|
106
|
-
rubocop-ast (>= 1.23.0, < 2.0)
|
137
|
+
regexp_parser (>= 2.4, < 3.0)
|
138
|
+
rubocop-ast (>= 1.32.2, < 2.0)
|
107
139
|
ruby-progressbar (~> 1.7)
|
108
|
-
unicode-display_width (>=
|
109
|
-
rubocop-ast (1.
|
110
|
-
parser (>= 3.
|
111
|
-
rubocop-performance (1.
|
112
|
-
rubocop (>= 1.
|
113
|
-
rubocop-ast (>=
|
140
|
+
unicode-display_width (>= 2.4.0, < 3.0)
|
141
|
+
rubocop-ast (1.32.3)
|
142
|
+
parser (>= 3.3.1.0)
|
143
|
+
rubocop-performance (1.22.1)
|
144
|
+
rubocop (>= 1.48.1, < 2.0)
|
145
|
+
rubocop-ast (>= 1.31.1, < 2.0)
|
114
146
|
rubocop-rake (0.6.0)
|
115
147
|
rubocop (~> 1.0)
|
116
|
-
rubocop-rspec (
|
117
|
-
rubocop (~> 1.
|
118
|
-
ruby-progressbar (1.
|
119
|
-
ruby_parser (3.
|
148
|
+
rubocop-rspec (3.0.5)
|
149
|
+
rubocop (~> 1.61)
|
150
|
+
ruby-progressbar (1.13.0)
|
151
|
+
ruby_parser (3.21.1)
|
152
|
+
racc (~> 1.5)
|
120
153
|
sexp_processor (~> 4.16)
|
121
|
-
|
122
|
-
|
154
|
+
securerandom (0.3.1)
|
155
|
+
sexp_processor (4.17.2)
|
156
|
+
sqlite3 (2.0.4)
|
123
157
|
mini_portile2 (~> 2.8.0)
|
124
|
-
|
125
|
-
|
158
|
+
stringio (3.1.1)
|
159
|
+
thor (1.3.2)
|
160
|
+
timeout (0.4.1)
|
161
|
+
tzinfo (2.0.6)
|
126
162
|
concurrent-ruby (~> 1.0)
|
127
|
-
unicode-display_width (2.
|
128
|
-
|
163
|
+
unicode-display_width (2.6.0)
|
164
|
+
useragent (0.16.10)
|
165
|
+
webrick (1.8.1)
|
166
|
+
zeitwerk (2.6.18)
|
129
167
|
|
130
168
|
PLATFORMS
|
131
169
|
ruby
|
@@ -146,4 +184,4 @@ DEPENDENCIES
|
|
146
184
|
sqlite3
|
147
185
|
|
148
186
|
BUNDLED WITH
|
149
|
-
2.
|
187
|
+
2.5.19
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: lite-decorator
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.2.
|
4
|
+
version: 1.2.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Juan Gomez
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2024-09-21 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activerecord
|
@@ -230,7 +230,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
230
230
|
- !ruby/object:Gem::Version
|
231
231
|
version: '0'
|
232
232
|
requirements: []
|
233
|
-
rubygems_version: 3.
|
233
|
+
rubygems_version: 3.5.19
|
234
234
|
signing_key:
|
235
235
|
specification_version: 4
|
236
236
|
summary: Ruby Decorator based framework (aka decorator/presenter objects)
|