stance 0.8.0 → 0.8.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.gitignore +1 -1
- data/Gemfile.lock +154 -116
- data/lib/stance/version.rb +1 -1
- data/stance.gemspec +2 -2
- metadata +15 -9
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 369e98673ef67283f9b65048d4a5163eb1de066fac3178554e78c8fbd720dc41
|
4
|
+
data.tar.gz: 4cfdcd75169331697db547c7e922ee2f61dc4aa472b8de6f4dab522ee6038ed1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e2d23c6aa87c81f4fd6d60472aad3e5ac9fbfd93731e06e7da10dc5f9ea3796f90a6ea94f36beec46fac829474b70eaa909e836a0b91a9c30f959ffcb89704bf
|
7
|
+
data.tar.gz: beee74748db0d933c8af8a209ecf2e99d226df1d07f4c731cdd7ba917cdb2ce605f983eef994dda9e19bf0c530c6977570a360e1fac5cc13813313ca1057888b
|
data/.gitignore
CHANGED
data/Gemfile.lock
CHANGED
@@ -1,197 +1,235 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
stance (0.
|
5
|
-
multi_json
|
6
|
-
rails (>= 7.0.
|
4
|
+
stance (0.8.1)
|
5
|
+
multi_json (~> 1.15)
|
6
|
+
rails (>= 7.0, < 8.0)
|
7
7
|
|
8
8
|
GEM
|
9
9
|
remote: https://rubygems.org/
|
10
10
|
specs:
|
11
|
-
actioncable (7.
|
12
|
-
actionpack (= 7.
|
13
|
-
activesupport (= 7.
|
11
|
+
actioncable (7.1.2)
|
12
|
+
actionpack (= 7.1.2)
|
13
|
+
activesupport (= 7.1.2)
|
14
14
|
nio4r (~> 2.0)
|
15
15
|
websocket-driver (>= 0.6.1)
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
16
|
+
zeitwerk (~> 2.6)
|
17
|
+
actionmailbox (7.1.2)
|
18
|
+
actionpack (= 7.1.2)
|
19
|
+
activejob (= 7.1.2)
|
20
|
+
activerecord (= 7.1.2)
|
21
|
+
activestorage (= 7.1.2)
|
22
|
+
activesupport (= 7.1.2)
|
22
23
|
mail (>= 2.7.1)
|
23
24
|
net-imap
|
24
25
|
net-pop
|
25
26
|
net-smtp
|
26
|
-
actionmailer (7.
|
27
|
-
actionpack (= 7.
|
28
|
-
actionview (= 7.
|
29
|
-
activejob (= 7.
|
30
|
-
activesupport (= 7.
|
27
|
+
actionmailer (7.1.2)
|
28
|
+
actionpack (= 7.1.2)
|
29
|
+
actionview (= 7.1.2)
|
30
|
+
activejob (= 7.1.2)
|
31
|
+
activesupport (= 7.1.2)
|
31
32
|
mail (~> 2.5, >= 2.5.4)
|
32
33
|
net-imap
|
33
34
|
net-pop
|
34
35
|
net-smtp
|
35
|
-
rails-dom-testing (~> 2.
|
36
|
-
actionpack (7.
|
37
|
-
actionview (= 7.
|
38
|
-
activesupport (= 7.
|
39
|
-
|
36
|
+
rails-dom-testing (~> 2.2)
|
37
|
+
actionpack (7.1.2)
|
38
|
+
actionview (= 7.1.2)
|
39
|
+
activesupport (= 7.1.2)
|
40
|
+
nokogiri (>= 1.8.5)
|
41
|
+
racc
|
42
|
+
rack (>= 2.2.4)
|
43
|
+
rack-session (>= 1.0.1)
|
40
44
|
rack-test (>= 0.6.3)
|
41
|
-
rails-dom-testing (~> 2.
|
42
|
-
rails-html-sanitizer (~> 1.
|
43
|
-
actiontext (7.
|
44
|
-
actionpack (= 7.
|
45
|
-
activerecord (= 7.
|
46
|
-
activestorage (= 7.
|
47
|
-
activesupport (= 7.
|
45
|
+
rails-dom-testing (~> 2.2)
|
46
|
+
rails-html-sanitizer (~> 1.6)
|
47
|
+
actiontext (7.1.2)
|
48
|
+
actionpack (= 7.1.2)
|
49
|
+
activerecord (= 7.1.2)
|
50
|
+
activestorage (= 7.1.2)
|
51
|
+
activesupport (= 7.1.2)
|
48
52
|
globalid (>= 0.6.0)
|
49
53
|
nokogiri (>= 1.8.5)
|
50
|
-
actionview (7.
|
51
|
-
activesupport (= 7.
|
54
|
+
actionview (7.1.2)
|
55
|
+
activesupport (= 7.1.2)
|
52
56
|
builder (~> 3.1)
|
53
|
-
erubi (~> 1.
|
54
|
-
rails-dom-testing (~> 2.
|
55
|
-
rails-html-sanitizer (~> 1.
|
56
|
-
activejob (7.
|
57
|
-
activesupport (= 7.
|
57
|
+
erubi (~> 1.11)
|
58
|
+
rails-dom-testing (~> 2.2)
|
59
|
+
rails-html-sanitizer (~> 1.6)
|
60
|
+
activejob (7.1.2)
|
61
|
+
activesupport (= 7.1.2)
|
58
62
|
globalid (>= 0.3.6)
|
59
|
-
activemodel (7.
|
60
|
-
activesupport (= 7.
|
61
|
-
activerecord (7.
|
62
|
-
activemodel (= 7.
|
63
|
-
activesupport (= 7.
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
|
63
|
+
activemodel (7.1.2)
|
64
|
+
activesupport (= 7.1.2)
|
65
|
+
activerecord (7.1.2)
|
66
|
+
activemodel (= 7.1.2)
|
67
|
+
activesupport (= 7.1.2)
|
68
|
+
timeout (>= 0.4.0)
|
69
|
+
activestorage (7.1.2)
|
70
|
+
actionpack (= 7.1.2)
|
71
|
+
activejob (= 7.1.2)
|
72
|
+
activerecord (= 7.1.2)
|
73
|
+
activesupport (= 7.1.2)
|
69
74
|
marcel (~> 1.0)
|
70
|
-
|
71
|
-
|
75
|
+
activesupport (7.1.2)
|
76
|
+
base64
|
77
|
+
bigdecimal
|
72
78
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
79
|
+
connection_pool (>= 2.2.5)
|
80
|
+
drb
|
73
81
|
i18n (>= 1.6, < 2)
|
74
82
|
minitest (>= 5.1)
|
83
|
+
mutex_m
|
75
84
|
tzinfo (~> 2.0)
|
76
85
|
ast (2.4.2)
|
77
86
|
autotest-suffix (1.1.0)
|
87
|
+
base64 (0.2.0)
|
88
|
+
bigdecimal (3.1.5)
|
78
89
|
builder (3.2.4)
|
79
90
|
combustion (1.3.7)
|
80
91
|
activesupport (>= 3.0.0)
|
81
92
|
railties (>= 3.0.0)
|
82
93
|
thor (>= 0.14.6)
|
83
|
-
concurrent-ruby (1.
|
94
|
+
concurrent-ruby (1.2.2)
|
95
|
+
connection_pool (2.4.1)
|
84
96
|
crass (1.0.6)
|
85
|
-
date (3.3.
|
97
|
+
date (3.3.4)
|
98
|
+
drb (2.2.0)
|
99
|
+
ruby2_keywords
|
86
100
|
erubi (1.12.0)
|
87
|
-
globalid (1.
|
88
|
-
activesupport (>=
|
89
|
-
i18n (1.
|
101
|
+
globalid (1.2.1)
|
102
|
+
activesupport (>= 6.1)
|
103
|
+
i18n (1.14.1)
|
90
104
|
concurrent-ruby (~> 1.0)
|
91
|
-
|
92
|
-
|
105
|
+
io-console (0.7.1)
|
106
|
+
irb (1.11.0)
|
107
|
+
rdoc
|
108
|
+
reline (>= 0.3.8)
|
109
|
+
json (2.7.1)
|
110
|
+
language_server-protocol (3.17.0.3)
|
111
|
+
loofah (2.22.0)
|
93
112
|
crass (~> 1.0.2)
|
94
|
-
nokogiri (>= 1.
|
95
|
-
mail (2.8.
|
113
|
+
nokogiri (>= 1.12.0)
|
114
|
+
mail (2.8.1)
|
96
115
|
mini_mime (>= 0.1.1)
|
97
116
|
net-imap
|
98
117
|
net-pop
|
99
118
|
net-smtp
|
100
119
|
marcel (1.0.2)
|
101
|
-
|
102
|
-
|
103
|
-
|
104
|
-
minitest (5.17.0)
|
120
|
+
mini_mime (1.1.5)
|
121
|
+
mini_portile2 (2.8.5)
|
122
|
+
minitest (5.20.0)
|
105
123
|
minitest-autotest (1.1.1)
|
106
124
|
minitest-server (~> 1.0)
|
107
125
|
path_expander (~> 1.0)
|
108
|
-
minitest-focus (1.
|
126
|
+
minitest-focus (1.4.0)
|
109
127
|
minitest (>= 4, < 6)
|
110
128
|
minitest-server (1.0.7)
|
111
129
|
minitest (~> 5.16)
|
112
|
-
mocha (2.0
|
130
|
+
mocha (2.1.0)
|
113
131
|
ruby2_keywords (>= 0.0.5)
|
114
132
|
multi_json (1.15.0)
|
115
|
-
|
133
|
+
mutex_m (0.2.0)
|
134
|
+
net-imap (0.4.9.1)
|
116
135
|
date
|
117
136
|
net-protocol
|
118
137
|
net-pop (0.1.2)
|
119
138
|
net-protocol
|
120
|
-
net-protocol (0.2.
|
139
|
+
net-protocol (0.2.2)
|
121
140
|
timeout
|
122
|
-
net-smtp (0.
|
141
|
+
net-smtp (0.4.0.1)
|
123
142
|
net-protocol
|
124
|
-
nio4r (2.
|
125
|
-
nokogiri (1.
|
126
|
-
mini_portile2 (~> 2.8.
|
143
|
+
nio4r (2.7.0)
|
144
|
+
nokogiri (1.16.0)
|
145
|
+
mini_portile2 (~> 2.8.2)
|
127
146
|
racc (~> 1.4)
|
128
|
-
parallel (1.
|
129
|
-
parser (3.
|
147
|
+
parallel (1.24.0)
|
148
|
+
parser (3.3.0.2)
|
130
149
|
ast (~> 2.4.1)
|
150
|
+
racc
|
131
151
|
path_expander (1.1.1)
|
132
|
-
|
133
|
-
|
134
|
-
|
152
|
+
psych (5.1.2)
|
153
|
+
stringio
|
154
|
+
racc (1.7.3)
|
155
|
+
rack (3.0.8)
|
156
|
+
rack-session (2.0.0)
|
157
|
+
rack (>= 3.0.0)
|
158
|
+
rack-test (2.1.0)
|
135
159
|
rack (>= 1.3)
|
136
|
-
|
137
|
-
|
138
|
-
|
139
|
-
|
140
|
-
|
141
|
-
|
142
|
-
|
143
|
-
|
144
|
-
|
145
|
-
|
146
|
-
|
147
|
-
|
160
|
+
rackup (2.1.0)
|
161
|
+
rack (>= 3)
|
162
|
+
webrick (~> 1.8)
|
163
|
+
rails (7.1.2)
|
164
|
+
actioncable (= 7.1.2)
|
165
|
+
actionmailbox (= 7.1.2)
|
166
|
+
actionmailer (= 7.1.2)
|
167
|
+
actionpack (= 7.1.2)
|
168
|
+
actiontext (= 7.1.2)
|
169
|
+
actionview (= 7.1.2)
|
170
|
+
activejob (= 7.1.2)
|
171
|
+
activemodel (= 7.1.2)
|
172
|
+
activerecord (= 7.1.2)
|
173
|
+
activestorage (= 7.1.2)
|
174
|
+
activesupport (= 7.1.2)
|
148
175
|
bundler (>= 1.15.0)
|
149
|
-
railties (= 7.
|
150
|
-
rails-dom-testing (2.0
|
151
|
-
activesupport (>=
|
176
|
+
railties (= 7.1.2)
|
177
|
+
rails-dom-testing (2.2.0)
|
178
|
+
activesupport (>= 5.0.0)
|
179
|
+
minitest
|
152
180
|
nokogiri (>= 1.6)
|
153
|
-
rails-html-sanitizer (1.
|
154
|
-
loofah (~> 2.
|
155
|
-
|
156
|
-
|
157
|
-
|
158
|
-
|
181
|
+
rails-html-sanitizer (1.6.0)
|
182
|
+
loofah (~> 2.21)
|
183
|
+
nokogiri (~> 1.14)
|
184
|
+
railties (7.1.2)
|
185
|
+
actionpack (= 7.1.2)
|
186
|
+
activesupport (= 7.1.2)
|
187
|
+
irb
|
188
|
+
rackup (>= 1.0.0)
|
159
189
|
rake (>= 12.2)
|
160
|
-
thor (~> 1.0)
|
161
|
-
zeitwerk (~> 2.
|
190
|
+
thor (~> 1.0, >= 1.2.2)
|
191
|
+
zeitwerk (~> 2.6)
|
162
192
|
rainbow (3.1.1)
|
163
|
-
rake (13.0
|
164
|
-
|
165
|
-
|
166
|
-
|
193
|
+
rake (13.1.0)
|
194
|
+
rdoc (6.6.2)
|
195
|
+
psych (>= 4.0.0)
|
196
|
+
regexp_parser (2.8.3)
|
197
|
+
reline (0.4.2)
|
198
|
+
io-console (~> 0.5)
|
199
|
+
rexml (3.2.6)
|
200
|
+
rubocop (1.59.0)
|
167
201
|
json (~> 2.3)
|
202
|
+
language_server-protocol (>= 3.17.0)
|
168
203
|
parallel (~> 1.10)
|
169
|
-
parser (>= 3.
|
204
|
+
parser (>= 3.2.2.4)
|
170
205
|
rainbow (>= 2.2.2, < 4.0)
|
171
206
|
regexp_parser (>= 1.8, < 3.0)
|
172
207
|
rexml (>= 3.2.5, < 4.0)
|
173
|
-
rubocop-ast (>= 1.
|
208
|
+
rubocop-ast (>= 1.30.0, < 2.0)
|
174
209
|
ruby-progressbar (~> 1.7)
|
175
|
-
unicode-display_width (>=
|
176
|
-
rubocop-ast (1.
|
177
|
-
parser (>= 3.
|
178
|
-
rubocop-minitest (0.
|
179
|
-
rubocop (>=
|
210
|
+
unicode-display_width (>= 2.4.0, < 3.0)
|
211
|
+
rubocop-ast (1.30.0)
|
212
|
+
parser (>= 3.2.1.0)
|
213
|
+
rubocop-minitest (0.34.3)
|
214
|
+
rubocop (>= 1.39, < 2.0)
|
215
|
+
rubocop-ast (>= 1.30.0, < 2.0)
|
180
216
|
rubocop-rake (0.6.0)
|
181
217
|
rubocop (~> 1.0)
|
182
|
-
ruby-progressbar (1.
|
218
|
+
ruby-progressbar (1.13.0)
|
183
219
|
ruby2_keywords (0.0.5)
|
184
|
-
sqlite3 (1.
|
220
|
+
sqlite3 (1.7.0)
|
185
221
|
mini_portile2 (~> 2.8.0)
|
186
|
-
|
187
|
-
|
188
|
-
|
222
|
+
stringio (3.1.0)
|
223
|
+
thor (1.3.0)
|
224
|
+
timeout (0.4.1)
|
225
|
+
tzinfo (2.0.6)
|
189
226
|
concurrent-ruby (~> 1.0)
|
190
|
-
unicode-display_width (2.
|
191
|
-
|
227
|
+
unicode-display_width (2.5.0)
|
228
|
+
webrick (1.8.1)
|
229
|
+
websocket-driver (0.7.6)
|
192
230
|
websocket-extensions (>= 0.1.0)
|
193
231
|
websocket-extensions (0.1.5)
|
194
|
-
zeitwerk (2.6.
|
232
|
+
zeitwerk (2.6.12)
|
195
233
|
|
196
234
|
PLATFORMS
|
197
235
|
ruby
|
data/lib/stance/version.rb
CHANGED
data/stance.gemspec
CHANGED
metadata
CHANGED
@@ -1,43 +1,49 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: stance
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.8.
|
4
|
+
version: 0.8.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Joel Moss
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2024-01-08 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: multi_json
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
16
16
|
requirements:
|
17
|
-
- - "
|
17
|
+
- - "~>"
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: '
|
19
|
+
version: '1.15'
|
20
20
|
type: :runtime
|
21
21
|
prerelease: false
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
23
23
|
requirements:
|
24
|
-
- - "
|
24
|
+
- - "~>"
|
25
25
|
- !ruby/object:Gem::Version
|
26
|
-
version: '
|
26
|
+
version: '1.15'
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: rails
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
30
30
|
requirements:
|
31
31
|
- - ">="
|
32
32
|
- !ruby/object:Gem::Version
|
33
|
-
version: 7.0
|
33
|
+
version: '7.0'
|
34
|
+
- - "<"
|
35
|
+
- !ruby/object:Gem::Version
|
36
|
+
version: '8.0'
|
34
37
|
type: :runtime
|
35
38
|
prerelease: false
|
36
39
|
version_requirements: !ruby/object:Gem::Requirement
|
37
40
|
requirements:
|
38
41
|
- - ">="
|
39
42
|
- !ruby/object:Gem::Version
|
40
|
-
version: 7.0
|
43
|
+
version: '7.0'
|
44
|
+
- - "<"
|
45
|
+
- !ruby/object:Gem::Version
|
46
|
+
version: '8.0'
|
41
47
|
description:
|
42
48
|
email:
|
43
49
|
- joel@developwithstyle.com
|
@@ -91,7 +97,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
91
97
|
- !ruby/object:Gem::Version
|
92
98
|
version: '0'
|
93
99
|
requirements: []
|
94
|
-
rubygems_version: 3.
|
100
|
+
rubygems_version: 3.5.3
|
95
101
|
signing_key:
|
96
102
|
specification_version: 4
|
97
103
|
summary: Event System for Rails
|