i_did_mean 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,10 @@
1
+ # frozen_string_literal: true
2
+
3
+ # This file was generated by Appraisal
4
+
5
+ source "https://rubygems.org"
6
+
7
+ gem "listen"
8
+ gem "rails", "~> 5.2.0"
9
+
10
+ gemspec path: "../"
@@ -0,0 +1,158 @@
1
+ PATH
2
+ remote: ..
3
+ specs:
4
+ i_did_mean (1.0.0.pre.alpha)
5
+
6
+ GEM
7
+ remote: https://rubygems.org/
8
+ specs:
9
+ actioncable (5.2.3)
10
+ actionpack (= 5.2.3)
11
+ nio4r (~> 2.0)
12
+ websocket-driver (>= 0.6.1)
13
+ actionmailer (5.2.3)
14
+ actionpack (= 5.2.3)
15
+ actionview (= 5.2.3)
16
+ activejob (= 5.2.3)
17
+ mail (~> 2.5, >= 2.5.4)
18
+ rails-dom-testing (~> 2.0)
19
+ actionpack (5.2.3)
20
+ actionview (= 5.2.3)
21
+ activesupport (= 5.2.3)
22
+ rack (~> 2.0)
23
+ rack-test (>= 0.6.3)
24
+ rails-dom-testing (~> 2.0)
25
+ rails-html-sanitizer (~> 1.0, >= 1.0.2)
26
+ actionview (5.2.3)
27
+ activesupport (= 5.2.3)
28
+ builder (~> 3.1)
29
+ erubi (~> 1.4)
30
+ rails-dom-testing (~> 2.0)
31
+ rails-html-sanitizer (~> 1.0, >= 1.0.3)
32
+ activejob (5.2.3)
33
+ activesupport (= 5.2.3)
34
+ globalid (>= 0.3.6)
35
+ activemodel (5.2.3)
36
+ activesupport (= 5.2.3)
37
+ activerecord (5.2.3)
38
+ activemodel (= 5.2.3)
39
+ activesupport (= 5.2.3)
40
+ arel (>= 9.0)
41
+ activestorage (5.2.3)
42
+ actionpack (= 5.2.3)
43
+ activerecord (= 5.2.3)
44
+ marcel (~> 0.3.1)
45
+ activesupport (5.2.3)
46
+ concurrent-ruby (~> 1.0, >= 1.0.2)
47
+ i18n (>= 0.7, < 2)
48
+ minitest (~> 5.1)
49
+ tzinfo (~> 1.1)
50
+ appraisal (2.2.0)
51
+ bundler
52
+ rake
53
+ thor (>= 0.14.0)
54
+ arel (9.0.0)
55
+ benchmark-ips (2.7.2)
56
+ builder (3.2.3)
57
+ coderay (1.1.2)
58
+ concurrent-ruby (1.1.5)
59
+ crass (1.0.5)
60
+ erubi (1.9.0)
61
+ fakefs (0.20.1)
62
+ ffi (1.11.3)
63
+ globalid (0.4.2)
64
+ activesupport (>= 4.2.0)
65
+ i18n (1.7.0)
66
+ concurrent-ruby (~> 1.0)
67
+ jaro_winkler (1.5.4)
68
+ listen (3.2.0)
69
+ rb-fsevent (~> 0.10, >= 0.10.3)
70
+ rb-inotify (~> 0.9, >= 0.9.10)
71
+ loofah (2.4.0)
72
+ crass (~> 1.0.2)
73
+ nokogiri (>= 1.5.9)
74
+ mail (2.7.1)
75
+ mini_mime (>= 0.1.1)
76
+ marcel (0.3.3)
77
+ mimemagic (~> 0.3.2)
78
+ memory_profiler (0.9.11)
79
+ method_source (0.9.2)
80
+ mimemagic (0.3.3)
81
+ mini_mime (1.0.2)
82
+ mini_portile2 (2.4.0)
83
+ minitest (5.13.0)
84
+ minitest-focus (1.1.2)
85
+ minitest (>= 4, < 6)
86
+ nio4r (2.5.2)
87
+ nokogiri (1.10.5)
88
+ mini_portile2 (~> 2.4.0)
89
+ pry (0.12.2)
90
+ coderay (~> 1.1.0)
91
+ method_source (~> 0.9.0)
92
+ rack (2.0.7)
93
+ rack-test (1.1.0)
94
+ rack (>= 1.0, < 3)
95
+ rails (5.2.3)
96
+ actioncable (= 5.2.3)
97
+ actionmailer (= 5.2.3)
98
+ actionpack (= 5.2.3)
99
+ actionview (= 5.2.3)
100
+ activejob (= 5.2.3)
101
+ activemodel (= 5.2.3)
102
+ activerecord (= 5.2.3)
103
+ activestorage (= 5.2.3)
104
+ activesupport (= 5.2.3)
105
+ bundler (>= 1.3.0)
106
+ railties (= 5.2.3)
107
+ sprockets-rails (>= 2.0.0)
108
+ rails-dom-testing (2.0.3)
109
+ activesupport (>= 4.2.0)
110
+ nokogiri (>= 1.6)
111
+ rails-html-sanitizer (1.3.0)
112
+ loofah (~> 2.3)
113
+ railties (5.2.3)
114
+ actionpack (= 5.2.3)
115
+ activesupport (= 5.2.3)
116
+ method_source
117
+ rake (>= 0.8.7)
118
+ thor (>= 0.19.0, < 2.0)
119
+ rake (13.0.1)
120
+ rb-fsevent (0.10.3)
121
+ rb-inotify (0.10.0)
122
+ ffi (~> 1.0)
123
+ sprockets (4.0.0)
124
+ concurrent-ruby (~> 1.0)
125
+ rack (> 1, < 3)
126
+ sprockets-rails (3.2.1)
127
+ actionpack (>= 4.0)
128
+ activesupport (>= 4.0)
129
+ sprockets (>= 3.0.0)
130
+ thor (0.20.3)
131
+ thread_safe (0.3.6)
132
+ tzinfo (1.2.5)
133
+ thread_safe (~> 0.1)
134
+ websocket-driver (0.7.1)
135
+ websocket-extensions (>= 0.1.0)
136
+ websocket-extensions (0.1.4)
137
+
138
+ PLATFORMS
139
+ ruby
140
+
141
+ DEPENDENCIES
142
+ appraisal
143
+ benchmark-ips
144
+ bundler
145
+ fakefs
146
+ i_did_mean!
147
+ jaro_winkler (>= 1.4.0)
148
+ listen
149
+ memory_profiler
150
+ minitest
151
+ minitest-focus
152
+ pry
153
+ rack-test
154
+ rails (~> 5.2.0)
155
+ rake
156
+
157
+ BUNDLED WITH
158
+ 1.17.2
@@ -0,0 +1,10 @@
1
+ # frozen_string_literal: true
2
+
3
+ # This file was generated by Appraisal
4
+
5
+ source "https://rubygems.org"
6
+
7
+ gem "listen"
8
+ gem "rails", "~> 6.0.0"
9
+
10
+ gemspec path: "../"
@@ -0,0 +1,166 @@
1
+ PATH
2
+ remote: ..
3
+ specs:
4
+ i_did_mean (1.0.0.pre.alpha)
5
+
6
+ GEM
7
+ remote: https://rubygems.org/
8
+ specs:
9
+ actioncable (6.0.1)
10
+ actionpack (= 6.0.1)
11
+ nio4r (~> 2.0)
12
+ websocket-driver (>= 0.6.1)
13
+ actionmailbox (6.0.1)
14
+ actionpack (= 6.0.1)
15
+ activejob (= 6.0.1)
16
+ activerecord (= 6.0.1)
17
+ activestorage (= 6.0.1)
18
+ activesupport (= 6.0.1)
19
+ mail (>= 2.7.1)
20
+ actionmailer (6.0.1)
21
+ actionpack (= 6.0.1)
22
+ actionview (= 6.0.1)
23
+ activejob (= 6.0.1)
24
+ mail (~> 2.5, >= 2.5.4)
25
+ rails-dom-testing (~> 2.0)
26
+ actionpack (6.0.1)
27
+ actionview (= 6.0.1)
28
+ activesupport (= 6.0.1)
29
+ rack (~> 2.0)
30
+ rack-test (>= 0.6.3)
31
+ rails-dom-testing (~> 2.0)
32
+ rails-html-sanitizer (~> 1.0, >= 1.2.0)
33
+ actiontext (6.0.1)
34
+ actionpack (= 6.0.1)
35
+ activerecord (= 6.0.1)
36
+ activestorage (= 6.0.1)
37
+ activesupport (= 6.0.1)
38
+ nokogiri (>= 1.8.5)
39
+ actionview (6.0.1)
40
+ activesupport (= 6.0.1)
41
+ builder (~> 3.1)
42
+ erubi (~> 1.4)
43
+ rails-dom-testing (~> 2.0)
44
+ rails-html-sanitizer (~> 1.1, >= 1.2.0)
45
+ activejob (6.0.1)
46
+ activesupport (= 6.0.1)
47
+ globalid (>= 0.3.6)
48
+ activemodel (6.0.1)
49
+ activesupport (= 6.0.1)
50
+ activerecord (6.0.1)
51
+ activemodel (= 6.0.1)
52
+ activesupport (= 6.0.1)
53
+ activestorage (6.0.1)
54
+ actionpack (= 6.0.1)
55
+ activejob (= 6.0.1)
56
+ activerecord (= 6.0.1)
57
+ marcel (~> 0.3.1)
58
+ activesupport (6.0.1)
59
+ concurrent-ruby (~> 1.0, >= 1.0.2)
60
+ i18n (>= 0.7, < 2)
61
+ minitest (~> 5.1)
62
+ tzinfo (~> 1.1)
63
+ zeitwerk (~> 2.2)
64
+ appraisal (2.2.0)
65
+ bundler
66
+ rake
67
+ thor (>= 0.14.0)
68
+ builder (3.2.3)
69
+ coderay (1.1.2)
70
+ concurrent-ruby (1.1.5)
71
+ crass (1.0.5)
72
+ erubi (1.9.0)
73
+ ffi (1.11.3)
74
+ globalid (0.4.2)
75
+ activesupport (>= 4.2.0)
76
+ i18n (1.7.0)
77
+ concurrent-ruby (~> 1.0)
78
+ listen (3.2.0)
79
+ rb-fsevent (~> 0.10, >= 0.10.3)
80
+ rb-inotify (~> 0.9, >= 0.9.10)
81
+ loofah (2.4.0)
82
+ crass (~> 1.0.2)
83
+ nokogiri (>= 1.5.9)
84
+ mail (2.7.1)
85
+ mini_mime (>= 0.1.1)
86
+ marcel (0.3.3)
87
+ mimemagic (~> 0.3.2)
88
+ method_source (0.9.2)
89
+ mimemagic (0.3.3)
90
+ mini_mime (1.0.2)
91
+ mini_portile2 (2.4.0)
92
+ minitest (5.13.0)
93
+ minitest-focus (1.1.2)
94
+ minitest (>= 4, < 6)
95
+ nio4r (2.5.2)
96
+ nokogiri (1.10.5)
97
+ mini_portile2 (~> 2.4.0)
98
+ pry (0.12.2)
99
+ coderay (~> 1.1.0)
100
+ method_source (~> 0.9.0)
101
+ rack (2.0.7)
102
+ rack-test (1.1.0)
103
+ rack (>= 1.0, < 3)
104
+ rails (6.0.1)
105
+ actioncable (= 6.0.1)
106
+ actionmailbox (= 6.0.1)
107
+ actionmailer (= 6.0.1)
108
+ actionpack (= 6.0.1)
109
+ actiontext (= 6.0.1)
110
+ actionview (= 6.0.1)
111
+ activejob (= 6.0.1)
112
+ activemodel (= 6.0.1)
113
+ activerecord (= 6.0.1)
114
+ activestorage (= 6.0.1)
115
+ activesupport (= 6.0.1)
116
+ bundler (>= 1.3.0)
117
+ railties (= 6.0.1)
118
+ sprockets-rails (>= 2.0.0)
119
+ rails-dom-testing (2.0.3)
120
+ activesupport (>= 4.2.0)
121
+ nokogiri (>= 1.6)
122
+ rails-html-sanitizer (1.3.0)
123
+ loofah (~> 2.3)
124
+ railties (6.0.1)
125
+ actionpack (= 6.0.1)
126
+ activesupport (= 6.0.1)
127
+ method_source
128
+ rake (>= 0.8.7)
129
+ thor (>= 0.20.3, < 2.0)
130
+ rake (13.0.1)
131
+ rb-fsevent (0.10.3)
132
+ rb-inotify (0.10.0)
133
+ ffi (~> 1.0)
134
+ sprockets (4.0.0)
135
+ concurrent-ruby (~> 1.0)
136
+ rack (> 1, < 3)
137
+ sprockets-rails (3.2.1)
138
+ actionpack (>= 4.0)
139
+ activesupport (>= 4.0)
140
+ sprockets (>= 3.0.0)
141
+ thor (0.20.3)
142
+ thread_safe (0.3.6)
143
+ tzinfo (1.2.5)
144
+ thread_safe (~> 0.1)
145
+ websocket-driver (0.7.1)
146
+ websocket-extensions (>= 0.1.0)
147
+ websocket-extensions (0.1.4)
148
+ zeitwerk (2.2.1)
149
+
150
+ PLATFORMS
151
+ ruby
152
+
153
+ DEPENDENCIES
154
+ appraisal
155
+ bundler
156
+ i_did_mean!
157
+ listen
158
+ minitest
159
+ minitest-focus
160
+ pry
161
+ rack-test
162
+ rails (~> 6.0.0)
163
+ rake
164
+
165
+ BUNDLED WITH
166
+ 1.17.2
@@ -0,0 +1,10 @@
1
+ # frozen_string_literal: true
2
+
3
+ # This file was generated by Appraisal
4
+
5
+ source "https://rubygems.org"
6
+
7
+ gem "listen"
8
+ gem "rails", github: "rails/rails"
9
+
10
+ gemspec path: "../"
@@ -0,0 +1,182 @@
1
+ GIT
2
+ remote: git://github.com/rails/rails.git
3
+ revision: 6e24d164a92ac704a10f4bcfa13aea4d6e081e9e
4
+ specs:
5
+ actioncable (6.1.0.alpha)
6
+ actionpack (= 6.1.0.alpha)
7
+ activesupport (= 6.1.0.alpha)
8
+ nio4r (~> 2.0)
9
+ websocket-driver (>= 0.6.1)
10
+ actionmailbox (6.1.0.alpha)
11
+ actionpack (= 6.1.0.alpha)
12
+ activejob (= 6.1.0.alpha)
13
+ activerecord (= 6.1.0.alpha)
14
+ activestorage (= 6.1.0.alpha)
15
+ activesupport (= 6.1.0.alpha)
16
+ mail (>= 2.7.1)
17
+ actionmailer (6.1.0.alpha)
18
+ actionpack (= 6.1.0.alpha)
19
+ actionview (= 6.1.0.alpha)
20
+ activejob (= 6.1.0.alpha)
21
+ activesupport (= 6.1.0.alpha)
22
+ mail (~> 2.5, >= 2.5.4)
23
+ rails-dom-testing (~> 2.0)
24
+ actionpack (6.1.0.alpha)
25
+ actionview (= 6.1.0.alpha)
26
+ activesupport (= 6.1.0.alpha)
27
+ rack (~> 2.0)
28
+ rack-test (>= 0.6.3)
29
+ rails-dom-testing (~> 2.0)
30
+ rails-html-sanitizer (~> 1.0, >= 1.2.0)
31
+ actiontext (6.1.0.alpha)
32
+ actionpack (= 6.1.0.alpha)
33
+ activerecord (= 6.1.0.alpha)
34
+ activestorage (= 6.1.0.alpha)
35
+ activesupport (= 6.1.0.alpha)
36
+ nokogiri (>= 1.8.5)
37
+ actionview (6.1.0.alpha)
38
+ activesupport (= 6.1.0.alpha)
39
+ builder (~> 3.1)
40
+ erubi (~> 1.4)
41
+ rails-dom-testing (~> 2.0)
42
+ rails-html-sanitizer (~> 1.1, >= 1.2.0)
43
+ activejob (6.1.0.alpha)
44
+ activesupport (= 6.1.0.alpha)
45
+ globalid (>= 0.3.6)
46
+ activemodel (6.1.0.alpha)
47
+ activesupport (= 6.1.0.alpha)
48
+ activerecord (6.1.0.alpha)
49
+ activemodel (= 6.1.0.alpha)
50
+ activesupport (= 6.1.0.alpha)
51
+ activestorage (6.1.0.alpha)
52
+ actionpack (= 6.1.0.alpha)
53
+ activejob (= 6.1.0.alpha)
54
+ activerecord (= 6.1.0.alpha)
55
+ activesupport (= 6.1.0.alpha)
56
+ marcel (~> 0.3.1)
57
+ activesupport (6.1.0.alpha)
58
+ concurrent-ruby (~> 1.0, >= 1.0.2)
59
+ i18n (>= 1.6, < 2)
60
+ minitest (~> 5.1)
61
+ tzinfo (~> 1.1)
62
+ zeitwerk (~> 2.2)
63
+ rails (6.1.0.alpha)
64
+ actioncable (= 6.1.0.alpha)
65
+ actionmailbox (= 6.1.0.alpha)
66
+ actionmailer (= 6.1.0.alpha)
67
+ actionpack (= 6.1.0.alpha)
68
+ actiontext (= 6.1.0.alpha)
69
+ actionview (= 6.1.0.alpha)
70
+ activejob (= 6.1.0.alpha)
71
+ activemodel (= 6.1.0.alpha)
72
+ activerecord (= 6.1.0.alpha)
73
+ activestorage (= 6.1.0.alpha)
74
+ activesupport (= 6.1.0.alpha)
75
+ bundler (>= 1.3.0)
76
+ railties (= 6.1.0.alpha)
77
+ sprockets-rails (>= 2.0.0)
78
+ railties (6.1.0.alpha)
79
+ actionpack (= 6.1.0.alpha)
80
+ activesupport (= 6.1.0.alpha)
81
+ method_source
82
+ rake (>= 0.8.7)
83
+ thor (>= 0.20.3, < 2.0)
84
+
85
+ PATH
86
+ remote: ..
87
+ specs:
88
+ i_did_mean (1.0.0.pre.alpha)
89
+
90
+ GEM
91
+ remote: https://rubygems.org/
92
+ specs:
93
+ appraisal (2.2.0)
94
+ bundler
95
+ rake
96
+ thor (>= 0.14.0)
97
+ benchmark-ips (2.7.2)
98
+ builder (3.2.3)
99
+ coderay (1.1.2)
100
+ concurrent-ruby (1.1.5)
101
+ crass (1.0.5)
102
+ erubi (1.9.0)
103
+ fakefs (0.20.1)
104
+ ffi (1.11.3)
105
+ globalid (0.4.2)
106
+ activesupport (>= 4.2.0)
107
+ i18n (1.7.0)
108
+ concurrent-ruby (~> 1.0)
109
+ jaro_winkler (1.5.4)
110
+ listen (3.2.0)
111
+ rb-fsevent (~> 0.10, >= 0.10.3)
112
+ rb-inotify (~> 0.9, >= 0.9.10)
113
+ loofah (2.4.0)
114
+ crass (~> 1.0.2)
115
+ nokogiri (>= 1.5.9)
116
+ mail (2.7.1)
117
+ mini_mime (>= 0.1.1)
118
+ marcel (0.3.3)
119
+ mimemagic (~> 0.3.2)
120
+ memory_profiler (0.9.14)
121
+ method_source (0.9.2)
122
+ mimemagic (0.3.3)
123
+ mini_mime (1.0.2)
124
+ mini_portile2 (2.4.0)
125
+ minitest (5.13.0)
126
+ minitest-focus (1.1.2)
127
+ minitest (>= 4, < 6)
128
+ nio4r (2.5.2)
129
+ nokogiri (1.10.5)
130
+ mini_portile2 (~> 2.4.0)
131
+ pry (0.12.2)
132
+ coderay (~> 1.1.0)
133
+ method_source (~> 0.9.0)
134
+ rack (2.0.7)
135
+ rack-test (1.1.0)
136
+ rack (>= 1.0, < 3)
137
+ rails-dom-testing (2.0.3)
138
+ activesupport (>= 4.2.0)
139
+ nokogiri (>= 1.6)
140
+ rails-html-sanitizer (1.3.0)
141
+ loofah (~> 2.3)
142
+ rake (13.0.1)
143
+ rb-fsevent (0.10.3)
144
+ rb-inotify (0.10.0)
145
+ ffi (~> 1.0)
146
+ sprockets (4.0.0)
147
+ concurrent-ruby (~> 1.0)
148
+ rack (> 1, < 3)
149
+ sprockets-rails (3.2.1)
150
+ actionpack (>= 4.0)
151
+ activesupport (>= 4.0)
152
+ sprockets (>= 3.0.0)
153
+ thor (0.20.3)
154
+ thread_safe (0.3.6)
155
+ tzinfo (1.2.5)
156
+ thread_safe (~> 0.1)
157
+ websocket-driver (0.7.1)
158
+ websocket-extensions (>= 0.1.0)
159
+ websocket-extensions (0.1.4)
160
+ zeitwerk (2.2.1)
161
+
162
+ PLATFORMS
163
+ ruby
164
+
165
+ DEPENDENCIES
166
+ appraisal
167
+ benchmark-ips
168
+ bundler
169
+ fakefs
170
+ i_did_mean!
171
+ jaro_winkler (>= 1.4.0)
172
+ listen
173
+ memory_profiler
174
+ minitest
175
+ minitest-focus
176
+ pry
177
+ rack-test
178
+ rails!
179
+ rake
180
+
181
+ BUNDLED WITH
182
+ 1.17.2