interactify 0.3.0.pre.RC1 → 0.3.0.pre.alpha.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,157 +0,0 @@
1
- PATH
2
- remote: ..
3
- specs:
4
- interactify (0.3.0.pre.alpha.2)
5
- interactor
6
- interactor-contracts
7
-
8
- GEM
9
- remote: https://rubygems.org/
10
- specs:
11
- actionpack (7.0.0)
12
- actionview (= 7.0.0)
13
- activesupport (= 7.0.0)
14
- rack (~> 2.0, >= 2.2.0)
15
- rack-test (>= 0.6.3)
16
- rails-dom-testing (~> 2.0)
17
- rails-html-sanitizer (~> 1.0, >= 1.2.0)
18
- actionview (7.0.0)
19
- activesupport (= 7.0.0)
20
- builder (~> 3.1)
21
- erubi (~> 1.4)
22
- rails-dom-testing (~> 2.0)
23
- rails-html-sanitizer (~> 1.1, >= 1.2.0)
24
- activesupport (7.0.0)
25
- concurrent-ruby (~> 1.0, >= 1.0.2)
26
- i18n (>= 1.6, < 2)
27
- minitest (>= 5.1)
28
- tzinfo (~> 2.0)
29
- appraisal (2.5.0)
30
- bundler
31
- rake
32
- thor (>= 0.14.0)
33
- builder (3.2.4)
34
- concurrent-ruby (1.2.2)
35
- crass (1.0.6)
36
- debug (1.9.1)
37
- irb (~> 1.10)
38
- reline (>= 0.3.8)
39
- diff-lcs (1.5.0)
40
- docile (1.4.0)
41
- dry-configurable (1.0.1)
42
- dry-core (~> 1.0, < 2)
43
- zeitwerk (~> 2.6)
44
- dry-core (1.0.0)
45
- concurrent-ruby (~> 1.0)
46
- zeitwerk (~> 2.6)
47
- dry-inflector (1.0.0)
48
- dry-initializer (3.1.1)
49
- dry-logic (1.5.0)
50
- concurrent-ruby (~> 1.0)
51
- dry-core (~> 1.0, < 2)
52
- zeitwerk (~> 2.6)
53
- dry-schema (1.13.3)
54
- concurrent-ruby (~> 1.0)
55
- dry-configurable (~> 1.0, >= 1.0.1)
56
- dry-core (~> 1.0, < 2)
57
- dry-initializer (~> 3.0)
58
- dry-logic (>= 1.4, < 2)
59
- dry-types (>= 1.7, < 2)
60
- zeitwerk (~> 2.6)
61
- dry-types (1.7.1)
62
- concurrent-ruby (~> 1.0)
63
- dry-core (~> 1.0)
64
- dry-inflector (~> 1.0)
65
- dry-logic (~> 1.4)
66
- zeitwerk (~> 2.6)
67
- dry-validation (1.10.0)
68
- concurrent-ruby (~> 1.0)
69
- dry-core (~> 1.0, < 2)
70
- dry-initializer (~> 3.0)
71
- dry-schema (>= 1.12, < 2)
72
- zeitwerk (~> 2.6)
73
- erubi (1.12.0)
74
- i18n (1.14.1)
75
- concurrent-ruby (~> 1.0)
76
- interactor (3.1.2)
77
- interactor-contracts (0.3.0)
78
- dry-validation (~> 1.0)
79
- interactor (~> 3)
80
- io-console (0.7.1)
81
- irb (1.11.0)
82
- rdoc
83
- reline (>= 0.3.8)
84
- loofah (2.22.0)
85
- crass (~> 1.0.2)
86
- nokogiri (>= 1.12.0)
87
- method_source (1.0.0)
88
- mini_portile2 (2.8.5)
89
- minitest (5.20.0)
90
- nokogiri (1.15.5)
91
- mini_portile2 (~> 2.8.2)
92
- racc (~> 1.4)
93
- psych (5.1.2)
94
- stringio
95
- racc (1.7.3)
96
- rack (2.2.8)
97
- rack-test (2.1.0)
98
- rack (>= 1.3)
99
- rails-dom-testing (2.2.0)
100
- activesupport (>= 5.0.0)
101
- minitest
102
- nokogiri (>= 1.6)
103
- rails-html-sanitizer (1.6.0)
104
- loofah (~> 2.21)
105
- nokogiri (~> 1.14)
106
- railties (7.0.0)
107
- actionpack (= 7.0.0)
108
- activesupport (= 7.0.0)
109
- method_source
110
- rake (>= 12.2)
111
- thor (~> 1.0)
112
- zeitwerk (~> 2.5)
113
- rake (13.1.0)
114
- rdoc (6.6.2)
115
- psych (>= 4.0.0)
116
- reline (0.4.1)
117
- io-console (~> 0.5)
118
- rspec (3.12.0)
119
- rspec-core (~> 3.12.0)
120
- rspec-expectations (~> 3.12.0)
121
- rspec-mocks (~> 3.12.0)
122
- rspec-core (3.12.2)
123
- rspec-support (~> 3.12.0)
124
- rspec-expectations (3.12.3)
125
- diff-lcs (>= 1.2.0, < 2.0)
126
- rspec-support (~> 3.12.0)
127
- rspec-mocks (3.12.6)
128
- diff-lcs (>= 1.2.0, < 2.0)
129
- rspec-support (~> 3.12.0)
130
- rspec-support (3.12.1)
131
- simplecov (0.22.0)
132
- docile (~> 1.1)
133
- simplecov-html (~> 0.11)
134
- simplecov_json_formatter (~> 0.1)
135
- simplecov-html (0.12.3)
136
- simplecov_json_formatter (0.1.4)
137
- stringio (3.1.0)
138
- thor (1.3.0)
139
- tzinfo (2.0.6)
140
- concurrent-ruby (~> 1.0)
141
- zeitwerk (2.6.12)
142
-
143
- PLATFORMS
144
- ruby
145
-
146
- DEPENDENCIES
147
- appraisal
148
- bundler (~> 2.0)
149
- debug
150
- interactify!
151
- railties (= 7)
152
- rake (~> 13.0)
153
- rspec (~> 3.0)
154
- simplecov
155
-
156
- BUNDLED WITH
157
- 2.4.22
@@ -1,18 +0,0 @@
1
- # This file was generated by Appraisal
2
-
3
- source "https://rubygems.org"
4
-
5
- gem "rake", "~> 13.0"
6
- gem "railties", "7"
7
- gem "sidekiq", "7"
8
-
9
- group :development do
10
- gem "bundler", "~> 2.0"
11
- end
12
-
13
- group :test do
14
- gem "simplecov", require: false
15
- gem "rspec", "~> 3.0"
16
- end
17
-
18
- gemspec path: "../"
@@ -1,166 +0,0 @@
1
- PATH
2
- remote: ..
3
- specs:
4
- interactify (0.3.0.pre.alpha.2)
5
- interactor
6
- interactor-contracts
7
-
8
- GEM
9
- remote: https://rubygems.org/
10
- specs:
11
- actionpack (7.0.0)
12
- actionview (= 7.0.0)
13
- activesupport (= 7.0.0)
14
- rack (~> 2.0, >= 2.2.0)
15
- rack-test (>= 0.6.3)
16
- rails-dom-testing (~> 2.0)
17
- rails-html-sanitizer (~> 1.0, >= 1.2.0)
18
- actionview (7.0.0)
19
- activesupport (= 7.0.0)
20
- builder (~> 3.1)
21
- erubi (~> 1.4)
22
- rails-dom-testing (~> 2.0)
23
- rails-html-sanitizer (~> 1.1, >= 1.2.0)
24
- activesupport (7.0.0)
25
- concurrent-ruby (~> 1.0, >= 1.0.2)
26
- i18n (>= 1.6, < 2)
27
- minitest (>= 5.1)
28
- tzinfo (~> 2.0)
29
- appraisal (2.5.0)
30
- bundler
31
- rake
32
- thor (>= 0.14.0)
33
- builder (3.2.4)
34
- concurrent-ruby (1.2.2)
35
- connection_pool (2.4.1)
36
- crass (1.0.6)
37
- debug (1.9.1)
38
- irb (~> 1.10)
39
- reline (>= 0.3.8)
40
- diff-lcs (1.5.0)
41
- docile (1.4.0)
42
- dry-configurable (1.0.1)
43
- dry-core (~> 1.0, < 2)
44
- zeitwerk (~> 2.6)
45
- dry-core (1.0.0)
46
- concurrent-ruby (~> 1.0)
47
- zeitwerk (~> 2.6)
48
- dry-inflector (1.0.0)
49
- dry-initializer (3.1.1)
50
- dry-logic (1.5.0)
51
- concurrent-ruby (~> 1.0)
52
- dry-core (~> 1.0, < 2)
53
- zeitwerk (~> 2.6)
54
- dry-schema (1.13.3)
55
- concurrent-ruby (~> 1.0)
56
- dry-configurable (~> 1.0, >= 1.0.1)
57
- dry-core (~> 1.0, < 2)
58
- dry-initializer (~> 3.0)
59
- dry-logic (>= 1.4, < 2)
60
- dry-types (>= 1.7, < 2)
61
- zeitwerk (~> 2.6)
62
- dry-types (1.7.1)
63
- concurrent-ruby (~> 1.0)
64
- dry-core (~> 1.0)
65
- dry-inflector (~> 1.0)
66
- dry-logic (~> 1.4)
67
- zeitwerk (~> 2.6)
68
- dry-validation (1.10.0)
69
- concurrent-ruby (~> 1.0)
70
- dry-core (~> 1.0, < 2)
71
- dry-initializer (~> 3.0)
72
- dry-schema (>= 1.12, < 2)
73
- zeitwerk (~> 2.6)
74
- erubi (1.12.0)
75
- i18n (1.14.1)
76
- concurrent-ruby (~> 1.0)
77
- interactor (3.1.2)
78
- interactor-contracts (0.3.0)
79
- dry-validation (~> 1.0)
80
- interactor (~> 3)
81
- io-console (0.7.1)
82
- irb (1.11.0)
83
- rdoc
84
- reline (>= 0.3.8)
85
- loofah (2.22.0)
86
- crass (~> 1.0.2)
87
- nokogiri (>= 1.12.0)
88
- method_source (1.0.0)
89
- mini_portile2 (2.8.5)
90
- minitest (5.20.0)
91
- nokogiri (1.15.5)
92
- mini_portile2 (~> 2.8.2)
93
- racc (~> 1.4)
94
- psych (5.1.2)
95
- stringio
96
- racc (1.7.3)
97
- rack (2.2.8)
98
- rack-test (2.1.0)
99
- rack (>= 1.3)
100
- rails-dom-testing (2.2.0)
101
- activesupport (>= 5.0.0)
102
- minitest
103
- nokogiri (>= 1.6)
104
- rails-html-sanitizer (1.6.0)
105
- loofah (~> 2.21)
106
- nokogiri (~> 1.14)
107
- railties (7.0.0)
108
- actionpack (= 7.0.0)
109
- activesupport (= 7.0.0)
110
- method_source
111
- rake (>= 12.2)
112
- thor (~> 1.0)
113
- zeitwerk (~> 2.5)
114
- rake (13.1.0)
115
- rdoc (6.6.2)
116
- psych (>= 4.0.0)
117
- redis-client (0.19.1)
118
- connection_pool
119
- reline (0.4.1)
120
- io-console (~> 0.5)
121
- rspec (3.12.0)
122
- rspec-core (~> 3.12.0)
123
- rspec-expectations (~> 3.12.0)
124
- rspec-mocks (~> 3.12.0)
125
- rspec-core (3.12.2)
126
- rspec-support (~> 3.12.0)
127
- rspec-expectations (3.12.3)
128
- diff-lcs (>= 1.2.0, < 2.0)
129
- rspec-support (~> 3.12.0)
130
- rspec-mocks (3.12.6)
131
- diff-lcs (>= 1.2.0, < 2.0)
132
- rspec-support (~> 3.12.0)
133
- rspec-support (3.12.1)
134
- sidekiq (7.0.0)
135
- concurrent-ruby (< 2)
136
- connection_pool (>= 2.3.0)
137
- rack (>= 2.2.4)
138
- redis-client (>= 0.9.0)
139
- simplecov (0.22.0)
140
- docile (~> 1.1)
141
- simplecov-html (~> 0.11)
142
- simplecov_json_formatter (~> 0.1)
143
- simplecov-html (0.12.3)
144
- simplecov_json_formatter (0.1.4)
145
- stringio (3.1.0)
146
- thor (1.3.0)
147
- tzinfo (2.0.6)
148
- concurrent-ruby (~> 1.0)
149
- zeitwerk (2.6.12)
150
-
151
- PLATFORMS
152
- ruby
153
-
154
- DEPENDENCIES
155
- appraisal
156
- bundler (~> 2.0)
157
- debug
158
- interactify!
159
- railties (= 7)
160
- rake (~> 13.0)
161
- rspec (~> 3.0)
162
- sidekiq (= 7)
163
- simplecov
164
-
165
- BUNDLED WITH
166
- 2.4.22
@@ -1,11 +0,0 @@
1
- module Interactify
2
- class NullJob
3
- def method_missing(...)
4
- self
5
- end
6
-
7
- def self.method_missing(...)
8
- self
9
- end
10
- end
11
- end