material_flit 0.0.1 → 0.0.3
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.
- checksums.yaml +4 -4
- data/Gemfile +2 -0
- data/Gemfile.lock +128 -3
- data/lib/material_flit/theme.rb +1 -1
- data/lib/material_flit/version.rb +1 -1
- data/lib/material_flit.rb +2 -0
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b37adeba7332cc64f992a390893703532ee63df2f1ca1629833b8270c7817fce
|
4
|
+
data.tar.gz: 9b46ac4f4b7caa365fb820829805201ed473cab14a093000e8b6e8a4226d70b7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1f7071d829172a82e9a1d74ee0b7a94372307657a138bbf293e92845dcf631cef6777b49375159a5cc5de79d8caefc0023753d14e444eebaae60d24b11d33c8b
|
7
|
+
data.tar.gz: f96d24c5b414962a3ea25d3fd8c358df1b869eaeb9801e9a8498a3a32bab12cdfe6aee1f12b320f8289c3752ee578a1733274aecd2321f05f2529ae4e6f30d35
|
data/Gemfile
CHANGED
data/Gemfile.lock
CHANGED
@@ -1,36 +1,154 @@
|
|
1
1
|
GIT
|
2
2
|
remote: https://github.com/afstanton/flit_view_components.git
|
3
|
-
revision:
|
3
|
+
revision: 59fbf8012421e595c94c75b322c588681753d7da
|
4
4
|
branch: main
|
5
5
|
specs:
|
6
|
-
flit_view_components (0.0.
|
6
|
+
flit_view_components (0.0.6)
|
7
7
|
view_component (~> 3.0.0rc5)
|
8
8
|
|
9
9
|
PATH
|
10
10
|
remote: .
|
11
11
|
specs:
|
12
|
-
material_flit (0.0.
|
12
|
+
material_flit (0.0.3)
|
13
13
|
flit_view_components
|
14
14
|
|
15
15
|
GEM
|
16
16
|
remote: https://rubygems.org/
|
17
17
|
specs:
|
18
|
+
actioncable (7.0.4.3)
|
19
|
+
actionpack (= 7.0.4.3)
|
20
|
+
activesupport (= 7.0.4.3)
|
21
|
+
nio4r (~> 2.0)
|
22
|
+
websocket-driver (>= 0.6.1)
|
23
|
+
actionmailbox (7.0.4.3)
|
24
|
+
actionpack (= 7.0.4.3)
|
25
|
+
activejob (= 7.0.4.3)
|
26
|
+
activerecord (= 7.0.4.3)
|
27
|
+
activestorage (= 7.0.4.3)
|
28
|
+
activesupport (= 7.0.4.3)
|
29
|
+
mail (>= 2.7.1)
|
30
|
+
net-imap
|
31
|
+
net-pop
|
32
|
+
net-smtp
|
33
|
+
actionmailer (7.0.4.3)
|
34
|
+
actionpack (= 7.0.4.3)
|
35
|
+
actionview (= 7.0.4.3)
|
36
|
+
activejob (= 7.0.4.3)
|
37
|
+
activesupport (= 7.0.4.3)
|
38
|
+
mail (~> 2.5, >= 2.5.4)
|
39
|
+
net-imap
|
40
|
+
net-pop
|
41
|
+
net-smtp
|
42
|
+
rails-dom-testing (~> 2.0)
|
43
|
+
actionpack (7.0.4.3)
|
44
|
+
actionview (= 7.0.4.3)
|
45
|
+
activesupport (= 7.0.4.3)
|
46
|
+
rack (~> 2.0, >= 2.2.0)
|
47
|
+
rack-test (>= 0.6.3)
|
48
|
+
rails-dom-testing (~> 2.0)
|
49
|
+
rails-html-sanitizer (~> 1.0, >= 1.2.0)
|
50
|
+
actiontext (7.0.4.3)
|
51
|
+
actionpack (= 7.0.4.3)
|
52
|
+
activerecord (= 7.0.4.3)
|
53
|
+
activestorage (= 7.0.4.3)
|
54
|
+
activesupport (= 7.0.4.3)
|
55
|
+
globalid (>= 0.6.0)
|
56
|
+
nokogiri (>= 1.8.5)
|
57
|
+
actionview (7.0.4.3)
|
58
|
+
activesupport (= 7.0.4.3)
|
59
|
+
builder (~> 3.1)
|
60
|
+
erubi (~> 1.4)
|
61
|
+
rails-dom-testing (~> 2.0)
|
62
|
+
rails-html-sanitizer (~> 1.1, >= 1.2.0)
|
63
|
+
activejob (7.0.4.3)
|
64
|
+
activesupport (= 7.0.4.3)
|
65
|
+
globalid (>= 0.3.6)
|
66
|
+
activemodel (7.0.4.3)
|
67
|
+
activesupport (= 7.0.4.3)
|
68
|
+
activerecord (7.0.4.3)
|
69
|
+
activemodel (= 7.0.4.3)
|
70
|
+
activesupport (= 7.0.4.3)
|
71
|
+
activestorage (7.0.4.3)
|
72
|
+
actionpack (= 7.0.4.3)
|
73
|
+
activejob (= 7.0.4.3)
|
74
|
+
activerecord (= 7.0.4.3)
|
75
|
+
activesupport (= 7.0.4.3)
|
76
|
+
marcel (~> 1.0)
|
77
|
+
mini_mime (>= 1.1.0)
|
18
78
|
activesupport (7.0.4.3)
|
19
79
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
20
80
|
i18n (>= 1.6, < 2)
|
21
81
|
minitest (>= 5.1)
|
22
82
|
tzinfo (~> 2.0)
|
23
83
|
ast (2.4.2)
|
84
|
+
builder (3.2.4)
|
24
85
|
concurrent-ruby (1.2.2)
|
86
|
+
crass (1.0.6)
|
87
|
+
date (3.3.3)
|
25
88
|
diff-lcs (1.5.0)
|
89
|
+
erubi (1.12.0)
|
90
|
+
globalid (1.1.0)
|
91
|
+
activesupport (>= 5.0)
|
26
92
|
i18n (1.12.0)
|
27
93
|
concurrent-ruby (~> 1.0)
|
28
94
|
json (2.6.3)
|
95
|
+
loofah (2.19.1)
|
96
|
+
crass (~> 1.0.2)
|
97
|
+
nokogiri (>= 1.5.9)
|
98
|
+
mail (2.8.1)
|
99
|
+
mini_mime (>= 0.1.1)
|
100
|
+
net-imap
|
101
|
+
net-pop
|
102
|
+
net-smtp
|
103
|
+
marcel (1.0.2)
|
29
104
|
method_source (1.0.0)
|
105
|
+
mini_mime (1.1.2)
|
30
106
|
minitest (5.18.0)
|
107
|
+
net-imap (0.3.4)
|
108
|
+
date
|
109
|
+
net-protocol
|
110
|
+
net-pop (0.1.2)
|
111
|
+
net-protocol
|
112
|
+
net-protocol (0.2.1)
|
113
|
+
timeout
|
114
|
+
net-smtp (0.3.3)
|
115
|
+
net-protocol
|
116
|
+
nio4r (2.5.8)
|
117
|
+
nokogiri (1.14.2-arm64-darwin)
|
118
|
+
racc (~> 1.4)
|
31
119
|
parallel (1.22.1)
|
32
120
|
parser (3.2.1.1)
|
33
121
|
ast (~> 2.4.1)
|
122
|
+
racc (1.6.2)
|
123
|
+
rack (2.2.6.4)
|
124
|
+
rack-test (2.1.0)
|
125
|
+
rack (>= 1.3)
|
126
|
+
rails (7.0.4.3)
|
127
|
+
actioncable (= 7.0.4.3)
|
128
|
+
actionmailbox (= 7.0.4.3)
|
129
|
+
actionmailer (= 7.0.4.3)
|
130
|
+
actionpack (= 7.0.4.3)
|
131
|
+
actiontext (= 7.0.4.3)
|
132
|
+
actionview (= 7.0.4.3)
|
133
|
+
activejob (= 7.0.4.3)
|
134
|
+
activemodel (= 7.0.4.3)
|
135
|
+
activerecord (= 7.0.4.3)
|
136
|
+
activestorage (= 7.0.4.3)
|
137
|
+
activesupport (= 7.0.4.3)
|
138
|
+
bundler (>= 1.15.0)
|
139
|
+
railties (= 7.0.4.3)
|
140
|
+
rails-dom-testing (2.0.3)
|
141
|
+
activesupport (>= 4.2.0)
|
142
|
+
nokogiri (>= 1.6)
|
143
|
+
rails-html-sanitizer (1.5.0)
|
144
|
+
loofah (~> 2.19, >= 2.19.1)
|
145
|
+
railties (7.0.4.3)
|
146
|
+
actionpack (= 7.0.4.3)
|
147
|
+
activesupport (= 7.0.4.3)
|
148
|
+
method_source
|
149
|
+
rake (>= 12.2)
|
150
|
+
thor (~> 1.0)
|
151
|
+
zeitwerk (~> 2.5)
|
34
152
|
rainbow (3.1.1)
|
35
153
|
rake (13.0.6)
|
36
154
|
regexp_parser (2.7.0)
|
@@ -61,6 +179,8 @@ GEM
|
|
61
179
|
rubocop-ast (1.27.0)
|
62
180
|
parser (>= 3.2.1.0)
|
63
181
|
ruby-progressbar (1.13.0)
|
182
|
+
thor (1.2.1)
|
183
|
+
timeout (0.3.2)
|
64
184
|
tzinfo (2.0.6)
|
65
185
|
concurrent-ruby (~> 1.0)
|
66
186
|
unicode-display_width (2.4.2)
|
@@ -68,6 +188,10 @@ GEM
|
|
68
188
|
activesupport (>= 5.2.0, < 8.0)
|
69
189
|
concurrent-ruby (~> 1.0)
|
70
190
|
method_source (~> 1.0)
|
191
|
+
websocket-driver (0.7.5)
|
192
|
+
websocket-extensions (>= 0.1.0)
|
193
|
+
websocket-extensions (0.1.5)
|
194
|
+
zeitwerk (2.6.7)
|
71
195
|
|
72
196
|
PLATFORMS
|
73
197
|
arm64-darwin-22
|
@@ -75,6 +199,7 @@ PLATFORMS
|
|
75
199
|
DEPENDENCIES
|
76
200
|
flit_view_components!
|
77
201
|
material_flit!
|
202
|
+
rails
|
78
203
|
rake (~> 13.0)
|
79
204
|
rspec (~> 3.0)
|
80
205
|
rubocop (~> 1.21)
|
data/lib/material_flit/theme.rb
CHANGED
data/lib/material_flit.rb
CHANGED