material_flit 0.0.1 → 0.0.3

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: a7c72029027b61a1b5bc864ca3b72b394da4e77c29e1d00fda88e7927a5b0c16
4
- data.tar.gz: c642690f8a622171f205b3fb04d7653a1bef6a7fb2d0630a50e9eb637f1fbf8d
3
+ metadata.gz: b37adeba7332cc64f992a390893703532ee63df2f1ca1629833b8270c7817fce
4
+ data.tar.gz: 9b46ac4f4b7caa365fb820829805201ed473cab14a093000e8b6e8a4226d70b7
5
5
  SHA512:
6
- metadata.gz: 526ac4a5ee09009350ec6dee41df9bc31b6175bd44f312985ae5836c4700368b3a064c606cb55339d24b962b844d7c7b5c668ae035639bcec777933a687e27d9
7
- data.tar.gz: 5f9c61937b10fc85f457b78f8d5b0a83781fe744384386f9094fced872173b0fd5068529e83bc1c9921707cadb21523f4a779e01327bcb96736b6d0ccdec4966
6
+ metadata.gz: 1f7071d829172a82e9a1d74ee0b7a94372307657a138bbf293e92845dcf631cef6777b49375159a5cc5de79d8caefc0023753d14e444eebaae60d24b11d33c8b
7
+ data.tar.gz: f96d24c5b414962a3ea25d3fd8c358df1b869eaeb9801e9a8498a3a32bab12cdfe6aee1f12b320f8289c3752ee578a1733274aecd2321f05f2529ae4e6f30d35
data/Gemfile CHANGED
@@ -11,5 +11,7 @@ gem "rspec", "~> 3.0"
11
11
 
12
12
  gem "rubocop", "~> 1.21"
13
13
 
14
+ gem 'rails'
15
+
14
16
  # Running off of the main branch for now
15
17
  gem 'flit_view_components', github: 'afstanton/flit_view_components', branch: 'main'
data/Gemfile.lock CHANGED
@@ -1,36 +1,154 @@
1
1
  GIT
2
2
  remote: https://github.com/afstanton/flit_view_components.git
3
- revision: 956b5ee758adcb1b4bf0d65ba8b0d02717438610
3
+ revision: 59fbf8012421e595c94c75b322c588681753d7da
4
4
  branch: main
5
5
  specs:
6
- flit_view_components (0.0.5)
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.1)
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)
@@ -1,5 +1,5 @@
1
1
  module MaterialFlit
2
- class Theme < FlitViewComponents::Theme
2
+ class Theme < Flit::Theme
3
3
 
4
4
  end
5
5
  end
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module MaterialFlit
4
- VERSION = "0.0.1"
4
+ VERSION = "0.0.3"
5
5
  end
data/lib/material_flit.rb CHANGED
@@ -1,5 +1,7 @@
1
1
  # frozen_string_literal: true
2
2
 
3
+ require 'flit_view_components'
4
+
3
5
  require_relative "material_flit/version"
4
6
  require_relative "material_flit/theme"
5
7
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: material_flit
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Aaron F Stanton