rails_edge_test 1.2.2 → 1.2.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: 7f76e0ca72985fe961a1fb7212fbd12a2d3ff28efe4a18deb54428a52b8a6a5f
4
- data.tar.gz: a90de3d289aae88c28bb5da061ee690975681feb190d115885feeda973168408
3
+ metadata.gz: f724d645347da1b6623cbcbaa1bde08a327a09a221f6a370cb36b6a341037548
4
+ data.tar.gz: ea61a37b531ae07e16c5ff2bff39adc9983c5f7bcf3e61f83dbc6e9bce0491ed
5
5
  SHA512:
6
- metadata.gz: 5ebd2ff2ad61b8624c123941a9b65552bc33cbf88727a88e47b2277b5d60b20a9377152bc488e436397359a4e6904f784c482d99c7dfb9a94cfb2aa642592be1
7
- data.tar.gz: a923c2258a59c85228beb4169413f1924014a5a1d5291a1c62a3b4918d0cf84df5d70fef2bccf4014b355081dff43a8a86a5b0d6f0960bf733a3a649e20d632a
6
+ metadata.gz: 41e33c4efb134d8eaabfd7296f15bdc5bceb9423a47ce668b36d0a46134883d80350ab702f697201edddae31ae10076fe4aaac17a3ef6aba467ca40a707c7fcc
7
+ data.tar.gz: 5034b4e1e2c9d25f61be7c6dfcd4abfac12e50df4fa84153184eba85c88433fb0557d416f93fddb264cfb8e6dc343bae3d20eb7ef335fd72132bbc2a3d92f474
data/.gitignore CHANGED
@@ -1,4 +1,4 @@
1
- /.bundle/
1
+ .bundle/
2
2
  /.yardoc
3
3
  /Gemfile.lock
4
4
  /_yardoc/
@@ -1,8 +1,11 @@
1
1
  language: ruby
2
2
  rvm:
3
- - 2.3.4
4
- - 2.4.3
5
- - 2.5.0
3
+ - 2.6.6
4
+ - 2.7.2
6
5
  before_install:
7
6
  - gem update --system
8
7
  - gem install bundler
8
+ cache: bundler
9
+ gemfile:
10
+ - gemfiles/rails_5.2.gemfile
11
+ - gemfiles/rails_6.0.gemfile
@@ -0,0 +1,7 @@
1
+ appraise 'rails-5.2' do
2
+ gem 'rails', '~> 5.2.0'
3
+ end
4
+
5
+ appraise 'rails-6.0' do
6
+ gem 'rails', '~> 6.0.0'
7
+ end
@@ -1,5 +1,8 @@
1
1
  # The Changelog
2
2
 
3
+ ## Version 1.2.3: December 0808080808080808, 2020
4
+ - Add rails 6 support (#39)
5
+
3
6
  ## Version 1.2.2: April 20, 2020
4
7
  - config.include allows module functions to be available within controller helper methods
5
8
 
@@ -0,0 +1,7 @@
1
+ # This file was generated by Appraisal
2
+
3
+ source "https://rubygems.org"
4
+
5
+ gem "rails", "~> 5.2.0"
6
+
7
+ gemspec path: "../"
@@ -0,0 +1,149 @@
1
+ PATH
2
+ remote: ..
3
+ specs:
4
+ rails_edge_test (1.2.3)
5
+ actionpack (>= 5.2.0, < 7.0.0)
6
+
7
+ GEM
8
+ remote: https://rubygems.org/
9
+ specs:
10
+ actioncable (5.2.4.4)
11
+ actionpack (= 5.2.4.4)
12
+ nio4r (~> 2.0)
13
+ websocket-driver (>= 0.6.1)
14
+ actionmailer (5.2.4.4)
15
+ actionpack (= 5.2.4.4)
16
+ actionview (= 5.2.4.4)
17
+ activejob (= 5.2.4.4)
18
+ mail (~> 2.5, >= 2.5.4)
19
+ rails-dom-testing (~> 2.0)
20
+ actionpack (5.2.4.4)
21
+ actionview (= 5.2.4.4)
22
+ activesupport (= 5.2.4.4)
23
+ rack (~> 2.0, >= 2.0.8)
24
+ rack-test (>= 0.6.3)
25
+ rails-dom-testing (~> 2.0)
26
+ rails-html-sanitizer (~> 1.0, >= 1.0.2)
27
+ actionview (5.2.4.4)
28
+ activesupport (= 5.2.4.4)
29
+ builder (~> 3.1)
30
+ erubi (~> 1.4)
31
+ rails-dom-testing (~> 2.0)
32
+ rails-html-sanitizer (~> 1.0, >= 1.0.3)
33
+ activejob (5.2.4.4)
34
+ activesupport (= 5.2.4.4)
35
+ globalid (>= 0.3.6)
36
+ activemodel (5.2.4.4)
37
+ activesupport (= 5.2.4.4)
38
+ activerecord (5.2.4.4)
39
+ activemodel (= 5.2.4.4)
40
+ activesupport (= 5.2.4.4)
41
+ arel (>= 9.0)
42
+ activestorage (5.2.4.4)
43
+ actionpack (= 5.2.4.4)
44
+ activerecord (= 5.2.4.4)
45
+ marcel (~> 0.3.1)
46
+ activesupport (5.2.4.4)
47
+ concurrent-ruby (~> 1.0, >= 1.0.2)
48
+ i18n (>= 0.7, < 2)
49
+ minitest (~> 5.1)
50
+ tzinfo (~> 1.1)
51
+ appraisal (2.3.0)
52
+ bundler
53
+ rake
54
+ thor (>= 0.14.0)
55
+ arel (9.0.0)
56
+ builder (3.2.4)
57
+ concurrent-ruby (1.1.7)
58
+ crass (1.0.6)
59
+ diff-lcs (1.4.4)
60
+ erubi (1.10.0)
61
+ globalid (0.4.2)
62
+ activesupport (>= 4.2.0)
63
+ i18n (1.8.5)
64
+ concurrent-ruby (~> 1.0)
65
+ loofah (2.8.0)
66
+ crass (~> 1.0.2)
67
+ nokogiri (>= 1.5.9)
68
+ mail (2.7.1)
69
+ mini_mime (>= 0.1.1)
70
+ marcel (0.3.3)
71
+ mimemagic (~> 0.3.2)
72
+ method_source (1.0.0)
73
+ mimemagic (0.3.5)
74
+ mini_mime (1.0.2)
75
+ mini_portile2 (2.4.0)
76
+ minitest (5.14.2)
77
+ nio4r (2.5.4)
78
+ nokogiri (1.10.10)
79
+ mini_portile2 (~> 2.4.0)
80
+ rack (2.2.3)
81
+ rack-test (1.1.0)
82
+ rack (>= 1.0, < 3)
83
+ rails (5.2.4.4)
84
+ actioncable (= 5.2.4.4)
85
+ actionmailer (= 5.2.4.4)
86
+ actionpack (= 5.2.4.4)
87
+ actionview (= 5.2.4.4)
88
+ activejob (= 5.2.4.4)
89
+ activemodel (= 5.2.4.4)
90
+ activerecord (= 5.2.4.4)
91
+ activestorage (= 5.2.4.4)
92
+ activesupport (= 5.2.4.4)
93
+ bundler (>= 1.3.0)
94
+ railties (= 5.2.4.4)
95
+ sprockets-rails (>= 2.0.0)
96
+ rails-dom-testing (2.0.3)
97
+ activesupport (>= 4.2.0)
98
+ nokogiri (>= 1.6)
99
+ rails-html-sanitizer (1.3.0)
100
+ loofah (~> 2.3)
101
+ railties (5.2.4.4)
102
+ actionpack (= 5.2.4.4)
103
+ activesupport (= 5.2.4.4)
104
+ method_source
105
+ rake (>= 0.8.7)
106
+ thor (>= 0.19.0, < 2.0)
107
+ rake (13.0.1)
108
+ rspec (3.10.0)
109
+ rspec-core (~> 3.10.0)
110
+ rspec-expectations (~> 3.10.0)
111
+ rspec-mocks (~> 3.10.0)
112
+ rspec-core (3.10.0)
113
+ rspec-support (~> 3.10.0)
114
+ rspec-expectations (3.10.0)
115
+ diff-lcs (>= 1.2.0, < 2.0)
116
+ rspec-support (~> 3.10.0)
117
+ rspec-mocks (3.10.0)
118
+ diff-lcs (>= 1.2.0, < 2.0)
119
+ rspec-support (~> 3.10.0)
120
+ rspec-support (3.10.0)
121
+ sprockets (4.0.2)
122
+ concurrent-ruby (~> 1.0)
123
+ rack (> 1, < 3)
124
+ sprockets-rails (3.2.2)
125
+ actionpack (>= 4.0)
126
+ activesupport (>= 4.0)
127
+ sprockets (>= 3.0.0)
128
+ sqlite3 (1.4.2)
129
+ thor (1.0.1)
130
+ thread_safe (0.3.6)
131
+ tzinfo (1.2.8)
132
+ thread_safe (~> 0.1)
133
+ websocket-driver (0.7.3)
134
+ websocket-extensions (>= 0.1.0)
135
+ websocket-extensions (0.1.5)
136
+
137
+ PLATFORMS
138
+ ruby
139
+
140
+ DEPENDENCIES
141
+ appraisal (~> 2.3)
142
+ rails (~> 5.2.0)
143
+ rails_edge_test!
144
+ rake (~> 13.0)
145
+ rspec (~> 3.9)
146
+ sqlite3 (~> 1.4.0)
147
+
148
+ BUNDLED WITH
149
+ 2.1.4
@@ -0,0 +1,7 @@
1
+ # This file was generated by Appraisal
2
+
3
+ source "https://rubygems.org"
4
+
5
+ gem "rails", "~> 6.0.0"
6
+
7
+ gemspec path: "../"
@@ -0,0 +1,165 @@
1
+ PATH
2
+ remote: ..
3
+ specs:
4
+ rails_edge_test (1.2.3)
5
+ actionpack (>= 5.2.0, < 7.0.0)
6
+
7
+ GEM
8
+ remote: https://rubygems.org/
9
+ specs:
10
+ actioncable (6.0.3.4)
11
+ actionpack (= 6.0.3.4)
12
+ nio4r (~> 2.0)
13
+ websocket-driver (>= 0.6.1)
14
+ actionmailbox (6.0.3.4)
15
+ actionpack (= 6.0.3.4)
16
+ activejob (= 6.0.3.4)
17
+ activerecord (= 6.0.3.4)
18
+ activestorage (= 6.0.3.4)
19
+ activesupport (= 6.0.3.4)
20
+ mail (>= 2.7.1)
21
+ actionmailer (6.0.3.4)
22
+ actionpack (= 6.0.3.4)
23
+ actionview (= 6.0.3.4)
24
+ activejob (= 6.0.3.4)
25
+ mail (~> 2.5, >= 2.5.4)
26
+ rails-dom-testing (~> 2.0)
27
+ actionpack (6.0.3.4)
28
+ actionview (= 6.0.3.4)
29
+ activesupport (= 6.0.3.4)
30
+ rack (~> 2.0, >= 2.0.8)
31
+ rack-test (>= 0.6.3)
32
+ rails-dom-testing (~> 2.0)
33
+ rails-html-sanitizer (~> 1.0, >= 1.2.0)
34
+ actiontext (6.0.3.4)
35
+ actionpack (= 6.0.3.4)
36
+ activerecord (= 6.0.3.4)
37
+ activestorage (= 6.0.3.4)
38
+ activesupport (= 6.0.3.4)
39
+ nokogiri (>= 1.8.5)
40
+ actionview (6.0.3.4)
41
+ activesupport (= 6.0.3.4)
42
+ builder (~> 3.1)
43
+ erubi (~> 1.4)
44
+ rails-dom-testing (~> 2.0)
45
+ rails-html-sanitizer (~> 1.1, >= 1.2.0)
46
+ activejob (6.0.3.4)
47
+ activesupport (= 6.0.3.4)
48
+ globalid (>= 0.3.6)
49
+ activemodel (6.0.3.4)
50
+ activesupport (= 6.0.3.4)
51
+ activerecord (6.0.3.4)
52
+ activemodel (= 6.0.3.4)
53
+ activesupport (= 6.0.3.4)
54
+ activestorage (6.0.3.4)
55
+ actionpack (= 6.0.3.4)
56
+ activejob (= 6.0.3.4)
57
+ activerecord (= 6.0.3.4)
58
+ marcel (~> 0.3.1)
59
+ activesupport (6.0.3.4)
60
+ concurrent-ruby (~> 1.0, >= 1.0.2)
61
+ i18n (>= 0.7, < 2)
62
+ minitest (~> 5.1)
63
+ tzinfo (~> 1.1)
64
+ zeitwerk (~> 2.2, >= 2.2.2)
65
+ appraisal (2.3.0)
66
+ bundler
67
+ rake
68
+ thor (>= 0.14.0)
69
+ builder (3.2.4)
70
+ concurrent-ruby (1.1.7)
71
+ crass (1.0.6)
72
+ diff-lcs (1.4.4)
73
+ erubi (1.10.0)
74
+ globalid (0.4.2)
75
+ activesupport (>= 4.2.0)
76
+ i18n (1.8.5)
77
+ concurrent-ruby (~> 1.0)
78
+ loofah (2.8.0)
79
+ crass (~> 1.0.2)
80
+ nokogiri (>= 1.5.9)
81
+ mail (2.7.1)
82
+ mini_mime (>= 0.1.1)
83
+ marcel (0.3.3)
84
+ mimemagic (~> 0.3.2)
85
+ method_source (1.0.0)
86
+ mimemagic (0.3.5)
87
+ mini_mime (1.0.2)
88
+ mini_portile2 (2.4.0)
89
+ minitest (5.14.2)
90
+ nio4r (2.5.4)
91
+ nokogiri (1.10.10)
92
+ mini_portile2 (~> 2.4.0)
93
+ rack (2.2.3)
94
+ rack-test (1.1.0)
95
+ rack (>= 1.0, < 3)
96
+ rails (6.0.3.4)
97
+ actioncable (= 6.0.3.4)
98
+ actionmailbox (= 6.0.3.4)
99
+ actionmailer (= 6.0.3.4)
100
+ actionpack (= 6.0.3.4)
101
+ actiontext (= 6.0.3.4)
102
+ actionview (= 6.0.3.4)
103
+ activejob (= 6.0.3.4)
104
+ activemodel (= 6.0.3.4)
105
+ activerecord (= 6.0.3.4)
106
+ activestorage (= 6.0.3.4)
107
+ activesupport (= 6.0.3.4)
108
+ bundler (>= 1.3.0)
109
+ railties (= 6.0.3.4)
110
+ sprockets-rails (>= 2.0.0)
111
+ rails-dom-testing (2.0.3)
112
+ activesupport (>= 4.2.0)
113
+ nokogiri (>= 1.6)
114
+ rails-html-sanitizer (1.3.0)
115
+ loofah (~> 2.3)
116
+ railties (6.0.3.4)
117
+ actionpack (= 6.0.3.4)
118
+ activesupport (= 6.0.3.4)
119
+ method_source
120
+ rake (>= 0.8.7)
121
+ thor (>= 0.20.3, < 2.0)
122
+ rake (13.0.1)
123
+ rspec (3.10.0)
124
+ rspec-core (~> 3.10.0)
125
+ rspec-expectations (~> 3.10.0)
126
+ rspec-mocks (~> 3.10.0)
127
+ rspec-core (3.10.0)
128
+ rspec-support (~> 3.10.0)
129
+ rspec-expectations (3.10.0)
130
+ diff-lcs (>= 1.2.0, < 2.0)
131
+ rspec-support (~> 3.10.0)
132
+ rspec-mocks (3.10.0)
133
+ diff-lcs (>= 1.2.0, < 2.0)
134
+ rspec-support (~> 3.10.0)
135
+ rspec-support (3.10.0)
136
+ sprockets (4.0.2)
137
+ concurrent-ruby (~> 1.0)
138
+ rack (> 1, < 3)
139
+ sprockets-rails (3.2.2)
140
+ actionpack (>= 4.0)
141
+ activesupport (>= 4.0)
142
+ sprockets (>= 3.0.0)
143
+ sqlite3 (1.4.2)
144
+ thor (1.0.1)
145
+ thread_safe (0.3.6)
146
+ tzinfo (1.2.8)
147
+ thread_safe (~> 0.1)
148
+ websocket-driver (0.7.3)
149
+ websocket-extensions (>= 0.1.0)
150
+ websocket-extensions (0.1.5)
151
+ zeitwerk (2.4.2)
152
+
153
+ PLATFORMS
154
+ ruby
155
+
156
+ DEPENDENCIES
157
+ appraisal (~> 2.3)
158
+ rails (~> 6.0.0)
159
+ rails_edge_test!
160
+ rake (~> 13.0)
161
+ rspec (~> 3.9)
162
+ sqlite3 (~> 1.4.0)
163
+
164
+ BUNDLED WITH
165
+ 2.1.4
@@ -0,0 +1,165 @@
1
+ PATH
2
+ remote: ..
3
+ specs:
4
+ rails_edge_test (1.2.2)
5
+ actionpack (>= 5.2.0, < 7.0.0)
6
+
7
+ GEM
8
+ remote: https://rubygems.org/
9
+ specs:
10
+ actioncable (6.0.3.4)
11
+ actionpack (= 6.0.3.4)
12
+ nio4r (~> 2.0)
13
+ websocket-driver (>= 0.6.1)
14
+ actionmailbox (6.0.3.4)
15
+ actionpack (= 6.0.3.4)
16
+ activejob (= 6.0.3.4)
17
+ activerecord (= 6.0.3.4)
18
+ activestorage (= 6.0.3.4)
19
+ activesupport (= 6.0.3.4)
20
+ mail (>= 2.7.1)
21
+ actionmailer (6.0.3.4)
22
+ actionpack (= 6.0.3.4)
23
+ actionview (= 6.0.3.4)
24
+ activejob (= 6.0.3.4)
25
+ mail (~> 2.5, >= 2.5.4)
26
+ rails-dom-testing (~> 2.0)
27
+ actionpack (6.0.3.4)
28
+ actionview (= 6.0.3.4)
29
+ activesupport (= 6.0.3.4)
30
+ rack (~> 2.0, >= 2.0.8)
31
+ rack-test (>= 0.6.3)
32
+ rails-dom-testing (~> 2.0)
33
+ rails-html-sanitizer (~> 1.0, >= 1.2.0)
34
+ actiontext (6.0.3.4)
35
+ actionpack (= 6.0.3.4)
36
+ activerecord (= 6.0.3.4)
37
+ activestorage (= 6.0.3.4)
38
+ activesupport (= 6.0.3.4)
39
+ nokogiri (>= 1.8.5)
40
+ actionview (6.0.3.4)
41
+ activesupport (= 6.0.3.4)
42
+ builder (~> 3.1)
43
+ erubi (~> 1.4)
44
+ rails-dom-testing (~> 2.0)
45
+ rails-html-sanitizer (~> 1.1, >= 1.2.0)
46
+ activejob (6.0.3.4)
47
+ activesupport (= 6.0.3.4)
48
+ globalid (>= 0.3.6)
49
+ activemodel (6.0.3.4)
50
+ activesupport (= 6.0.3.4)
51
+ activerecord (6.0.3.4)
52
+ activemodel (= 6.0.3.4)
53
+ activesupport (= 6.0.3.4)
54
+ activestorage (6.0.3.4)
55
+ actionpack (= 6.0.3.4)
56
+ activejob (= 6.0.3.4)
57
+ activerecord (= 6.0.3.4)
58
+ marcel (~> 0.3.1)
59
+ activesupport (6.0.3.4)
60
+ concurrent-ruby (~> 1.0, >= 1.0.2)
61
+ i18n (>= 0.7, < 2)
62
+ minitest (~> 5.1)
63
+ tzinfo (~> 1.1)
64
+ zeitwerk (~> 2.2, >= 2.2.2)
65
+ appraisal (2.3.0)
66
+ bundler
67
+ rake
68
+ thor (>= 0.14.0)
69
+ builder (3.2.4)
70
+ concurrent-ruby (1.1.7)
71
+ crass (1.0.6)
72
+ diff-lcs (1.4.4)
73
+ erubi (1.10.0)
74
+ globalid (0.4.2)
75
+ activesupport (>= 4.2.0)
76
+ i18n (1.8.5)
77
+ concurrent-ruby (~> 1.0)
78
+ loofah (2.8.0)
79
+ crass (~> 1.0.2)
80
+ nokogiri (>= 1.5.9)
81
+ mail (2.7.1)
82
+ mini_mime (>= 0.1.1)
83
+ marcel (0.3.3)
84
+ mimemagic (~> 0.3.2)
85
+ method_source (1.0.0)
86
+ mimemagic (0.3.5)
87
+ mini_mime (1.0.2)
88
+ mini_portile2 (2.4.0)
89
+ minitest (5.14.2)
90
+ nio4r (2.5.4)
91
+ nokogiri (1.10.10)
92
+ mini_portile2 (~> 2.4.0)
93
+ rack (2.2.3)
94
+ rack-test (1.1.0)
95
+ rack (>= 1.0, < 3)
96
+ rails (6.0.3.4)
97
+ actioncable (= 6.0.3.4)
98
+ actionmailbox (= 6.0.3.4)
99
+ actionmailer (= 6.0.3.4)
100
+ actionpack (= 6.0.3.4)
101
+ actiontext (= 6.0.3.4)
102
+ actionview (= 6.0.3.4)
103
+ activejob (= 6.0.3.4)
104
+ activemodel (= 6.0.3.4)
105
+ activerecord (= 6.0.3.4)
106
+ activestorage (= 6.0.3.4)
107
+ activesupport (= 6.0.3.4)
108
+ bundler (>= 1.3.0)
109
+ railties (= 6.0.3.4)
110
+ sprockets-rails (>= 2.0.0)
111
+ rails-dom-testing (2.0.3)
112
+ activesupport (>= 4.2.0)
113
+ nokogiri (>= 1.6)
114
+ rails-html-sanitizer (1.3.0)
115
+ loofah (~> 2.3)
116
+ railties (6.0.3.4)
117
+ actionpack (= 6.0.3.4)
118
+ activesupport (= 6.0.3.4)
119
+ method_source
120
+ rake (>= 0.8.7)
121
+ thor (>= 0.20.3, < 2.0)
122
+ rake (13.0.1)
123
+ rspec (3.10.0)
124
+ rspec-core (~> 3.10.0)
125
+ rspec-expectations (~> 3.10.0)
126
+ rspec-mocks (~> 3.10.0)
127
+ rspec-core (3.10.0)
128
+ rspec-support (~> 3.10.0)
129
+ rspec-expectations (3.10.0)
130
+ diff-lcs (>= 1.2.0, < 2.0)
131
+ rspec-support (~> 3.10.0)
132
+ rspec-mocks (3.10.0)
133
+ diff-lcs (>= 1.2.0, < 2.0)
134
+ rspec-support (~> 3.10.0)
135
+ rspec-support (3.10.0)
136
+ sprockets (4.0.2)
137
+ concurrent-ruby (~> 1.0)
138
+ rack (> 1, < 3)
139
+ sprockets-rails (3.2.2)
140
+ actionpack (>= 4.0)
141
+ activesupport (>= 4.0)
142
+ sprockets (>= 3.0.0)
143
+ sqlite3 (1.4.2)
144
+ thor (1.0.1)
145
+ thread_safe (0.3.6)
146
+ tzinfo (1.2.8)
147
+ thread_safe (~> 0.1)
148
+ websocket-driver (0.7.3)
149
+ websocket-extensions (>= 0.1.0)
150
+ websocket-extensions (0.1.5)
151
+ zeitwerk (2.4.2)
152
+
153
+ PLATFORMS
154
+ ruby
155
+
156
+ DEPENDENCIES
157
+ appraisal (~> 2.3)
158
+ rails (~> 6.0.0)
159
+ rails_edge_test!
160
+ rake (~> 13.0)
161
+ rspec (~> 3.9)
162
+ sqlite3 (~> 1.4.0)
163
+
164
+ BUNDLED WITH
165
+ 2.1.4
@@ -1,3 +1,3 @@
1
1
  module RailsEdgeTest
2
- VERSION = "1.2.2"
2
+ VERSION = "1.2.3"
3
3
  end
@@ -21,10 +21,11 @@ Gem::Specification.new do |spec|
21
21
  spec.executables << "generate_edges"
22
22
  spec.require_paths = ["lib"]
23
23
 
24
- spec.add_dependency "actionpack", "~> 5.2"
24
+ spec.add_runtime_dependency "actionpack", ">= 5.2.0", "< 7.0.0"
25
25
 
26
- spec.add_development_dependency "rails", "~> 5.2"
26
+ spec.add_development_dependency "rails", ">= 5.2", "< 7.0.0"
27
27
  spec.add_development_dependency "sqlite3", "~> 1.4.0"
28
28
  spec.add_development_dependency "rake", "~> 13.0"
29
29
  spec.add_development_dependency "rspec", "~> 3.9"
30
+ spec.add_development_dependency "appraisal", "~> 2.3"
30
31
  end
metadata CHANGED
@@ -1,12 +1,12 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rails_edge_test
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.2
4
+ version: 1.2.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Joshua Leven
8
8
  - Ju Liu
9
- autorequire:
9
+ autorequire:
10
10
  bindir: exe
11
11
  cert_chain: []
12
12
  date: 1970-01-01 00:00:00.000000000 Z
@@ -15,30 +15,42 @@ dependencies:
15
15
  name: actionpack
16
16
  requirement: !ruby/object:Gem::Requirement
17
17
  requirements:
18
- - - "~>"
18
+ - - ">="
19
19
  - !ruby/object:Gem::Version
20
- version: '5.2'
20
+ version: 5.2.0
21
+ - - "<"
22
+ - !ruby/object:Gem::Version
23
+ version: 7.0.0
21
24
  type: :runtime
22
25
  prerelease: false
23
26
  version_requirements: !ruby/object:Gem::Requirement
24
27
  requirements:
25
- - - "~>"
28
+ - - ">="
26
29
  - !ruby/object:Gem::Version
27
- version: '5.2'
30
+ version: 5.2.0
31
+ - - "<"
32
+ - !ruby/object:Gem::Version
33
+ version: 7.0.0
28
34
  - !ruby/object:Gem::Dependency
29
35
  name: rails
30
36
  requirement: !ruby/object:Gem::Requirement
31
37
  requirements:
32
- - - "~>"
38
+ - - ">="
33
39
  - !ruby/object:Gem::Version
34
40
  version: '5.2'
41
+ - - "<"
42
+ - !ruby/object:Gem::Version
43
+ version: 7.0.0
35
44
  type: :development
36
45
  prerelease: false
37
46
  version_requirements: !ruby/object:Gem::Requirement
38
47
  requirements:
39
- - - "~>"
48
+ - - ">="
40
49
  - !ruby/object:Gem::Version
41
50
  version: '5.2'
51
+ - - "<"
52
+ - !ruby/object:Gem::Version
53
+ version: 7.0.0
42
54
  - !ruby/object:Gem::Dependency
43
55
  name: sqlite3
44
56
  requirement: !ruby/object:Gem::Requirement
@@ -81,6 +93,20 @@ dependencies:
81
93
  - - "~>"
82
94
  - !ruby/object:Gem::Version
83
95
  version: '3.9'
96
+ - !ruby/object:Gem::Dependency
97
+ name: appraisal
98
+ requirement: !ruby/object:Gem::Requirement
99
+ requirements:
100
+ - - "~>"
101
+ - !ruby/object:Gem::Version
102
+ version: '2.3'
103
+ type: :development
104
+ prerelease: false
105
+ version_requirements: !ruby/object:Gem::Requirement
106
+ requirements:
107
+ - - "~>"
108
+ - !ruby/object:Gem::Version
109
+ version: '2.3'
84
110
  description: Keep your backend and front-end specs in sync! The rails_edge_test gem
85
111
  provides a dsl and rake task that uses your Rails app to generate json and appropriate
86
112
  wrapper files for use in your front-end testing.
@@ -95,6 +121,7 @@ files:
95
121
  - ".gitignore"
96
122
  - ".rspec"
97
123
  - ".travis.yml"
124
+ - Appraisals
98
125
  - CHANGELOG.md
99
126
  - CODE_OF_CONDUCT.md
100
127
  - Gemfile
@@ -105,6 +132,11 @@ files:
105
132
  - bin/console
106
133
  - bin/setup
107
134
  - exe/generate_edges
135
+ - gemfiles/rails_5.2.gemfile
136
+ - gemfiles/rails_5.2.gemfile.lock
137
+ - gemfiles/rails_6.0.gemfile
138
+ - gemfiles/rails_6.0.gemfile.lock
139
+ - gemfiles/rspec_6.0.gemfile.lock
108
140
  - lib/rails_edge_test.rb
109
141
  - lib/rails_edge_test/configuration.rb
110
142
  - lib/rails_edge_test/dsl.rb
@@ -130,7 +162,7 @@ homepage: https://github.com/NoRedInk/rails_edge_test
130
162
  licenses:
131
163
  - MIT
132
164
  metadata: {}
133
- post_install_message:
165
+ post_install_message:
134
166
  rdoc_options: []
135
167
  require_paths:
136
168
  - lib
@@ -145,8 +177,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
145
177
  - !ruby/object:Gem::Version
146
178
  version: '0'
147
179
  requirements: []
148
- rubygems_version: 3.0.6
149
- signing_key:
180
+ rubygems_version: 3.0.3
181
+ signing_key:
150
182
  specification_version: 4
151
183
  summary: Generate json for front-end testing using your rails backend.
152
184
  test_files: []