active_model_exporters 0.6.0 → 0.7.0

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: a2668e81feb94e20b496c164c3685971953f0144819230cb81b0d42e00b6d3ab
4
- data.tar.gz: 3dd86e1588cd35816828a6657c14d118cfceede16bb47c462e5e40f6902a8ec0
3
+ metadata.gz: e4a48c0d4a079fdc539290365e3aea2957686fd18df6d41e27fd03e8ee61d7cc
4
+ data.tar.gz: c52620894a6a89772b147b64d8b02040f6577c9f9a8c4ca75ce7c59f5c21c294
5
5
  SHA512:
6
- metadata.gz: 9e608871ec7e7170ba105ffd70e54f55d543cee670d4fa744f1b0b64f185a995d6fa394ebd79c91de4a30889b906156f54d6d163e16370f8e02094fb6f540730
7
- data.tar.gz: 40652890a32acdbb4f25fe434b531d406ad356f32917066e2ca068e22878b35e35f8039dd3cdbec5863ac7b91f5024ac15d1adaafaadc5eb421f2f72a0c0a94e
6
+ metadata.gz: 3886a47851f83d5a540608b16e3f8b583bb0b0431c3be8ea961515f32668ea202f0a6717af2dd0ddd080ced36c5c62fcf83bc9f76c8454c35e5fb2cb0b0f7cd9
7
+ data.tar.gz: dcec447c370025cddc21a1c7c2e48d9b53b7f7b2aab5b31b8a6318632524befeaebd25ee9c3c8d7c07e08a609a0b711799d0b52ab93577cab64656e708fca054
data/.travis.yml CHANGED
@@ -2,19 +2,13 @@ cache: bundler
2
2
  language: ruby
3
3
 
4
4
  rvm:
5
- - 2.6.6
6
- - 2.7.2
5
+ - 2.7.6
7
6
  - 3.0.0
7
+ - 3.1.2
8
8
 
9
9
  before_install:
10
- - gem install bundler -v 2.0.2
10
+ - gem install bundler -v 2.3.20
11
11
 
12
12
  gemfile:
13
- - gemfiles/rails_5.2.gemfile
14
- - gemfiles/rails_6.0.gemfile
15
13
  - gemfiles/rails_6.1.gemfile
16
-
17
- matrix:
18
- allow_failures:
19
- - gemfile: gemfiles/rails_5.2.gemfile
20
- rvm: 3.0.0
14
+ - gemfiles/rails_7.0.gemfile
data/Appraisals CHANGED
@@ -1,11 +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
8
-
9
1
  appraise 'rails-6.1' do
10
2
  gem 'rails', '~> 6.1.0'
11
3
  end
4
+
5
+ appraise 'rails-7.0' do
6
+ gem 'rails', '~> 7.0.0'
7
+ end
data/CHANGELOG.md CHANGED
@@ -1,7 +1,17 @@
1
1
  # CHANGELOG
2
2
 
3
+ ### Version 0.7.0
4
+ * Add support for rails 7.0.
5
+ * Add support for ruby 3.1.
6
+ * Stop supporting rails 5.2.
7
+ * Stop supporting ruby 2.6.
8
+
9
+ ### Version 0.6.0
10
+ * Add support for rails 6.1.
11
+ * Add support for ruby 3.0.
12
+
3
13
  ### Version 0.5.2
4
- * Add rails version supported 6.
14
+ * Add support for rails 6.0.
5
15
  * Minimum ruby version supported 2.6.X.
6
16
  * Remove support for ruby 2.4.X.
7
17
  * Avoid defining new methods in exporter.
@@ -32,5 +32,5 @@ Gem::Specification.new do |spec|
32
32
  spec.add_development_dependency 'appraisal', '~> 2.4'
33
33
  spec.add_development_dependency 'coveralls', '~> 0.8'
34
34
 
35
- spec.add_dependency 'rails', '>= 5.2'
35
+ spec.add_dependency 'rails', '>= 6.0'
36
36
  end
@@ -1,8 +1,8 @@
1
1
  PATH
2
2
  remote: ..
3
3
  specs:
4
- active_model_exporters (0.6.0)
5
- rails (>= 5.2)
4
+ active_model_exporters (0.7.0)
5
+ rails (>= 6.0)
6
6
 
7
7
  GEM
8
8
  remote: https://rubygems.org/
@@ -66,12 +66,12 @@ GEM
66
66
  minitest (>= 5.1)
67
67
  tzinfo (~> 2.0)
68
68
  zeitwerk (~> 2.3)
69
- appraisal (2.4.0)
69
+ appraisal (2.4.1)
70
70
  bundler
71
71
  rake
72
72
  thor (>= 0.14.0)
73
73
  builder (3.2.4)
74
- concurrent-ruby (1.1.8)
74
+ concurrent-ruby (1.1.10)
75
75
  coveralls (0.8.23)
76
76
  json (>= 1.8, < 3)
77
77
  simplecov (~> 0.16.1)
@@ -79,31 +79,31 @@ GEM
79
79
  thor (>= 0.19.4, < 2.0)
80
80
  tins (~> 1.6)
81
81
  crass (1.0.6)
82
- docile (1.3.5)
83
- erubi (1.10.0)
84
- globalid (0.4.2)
85
- activesupport (>= 4.2.0)
86
- i18n (1.8.10)
82
+ docile (1.4.0)
83
+ erubi (1.11.0)
84
+ globalid (1.0.0)
85
+ activesupport (>= 5.0)
86
+ i18n (1.12.0)
87
87
  concurrent-ruby (~> 1.0)
88
- json (2.5.1)
89
- loofah (2.9.0)
88
+ json (2.6.2)
89
+ loofah (2.18.0)
90
90
  crass (~> 1.0.2)
91
91
  nokogiri (>= 1.5.9)
92
92
  mail (2.7.1)
93
93
  mini_mime (>= 0.1.1)
94
- marcel (1.0.1)
94
+ marcel (1.0.2)
95
95
  method_source (1.0.0)
96
96
  mini_mime (1.0.3)
97
- mini_portile2 (2.5.0)
98
- minitest (5.14.4)
99
- nio4r (2.5.7)
100
- nokogiri (1.11.2)
101
- mini_portile2 (~> 2.5.0)
97
+ mini_portile2 (2.8.0)
98
+ minitest (5.16.2)
99
+ nio4r (2.5.8)
100
+ nokogiri (1.13.8)
101
+ mini_portile2 (~> 2.8.0)
102
102
  racc (~> 1.4)
103
- racc (1.5.2)
104
- rack (2.2.3)
105
- rack-test (1.1.0)
106
- rack (>= 1.0, < 3)
103
+ racc (1.6.0)
104
+ rack (2.2.4)
105
+ rack-test (2.0.2)
106
+ rack (>= 1.3)
107
107
  rails (6.1.3.1)
108
108
  actioncable (= 6.1.3.1)
109
109
  actionmailbox (= 6.1.3.1)
@@ -122,7 +122,7 @@ GEM
122
122
  rails-dom-testing (2.0.3)
123
123
  activesupport (>= 4.2.0)
124
124
  nokogiri (>= 1.6)
125
- rails-html-sanitizer (1.3.0)
125
+ rails-html-sanitizer (1.4.3)
126
126
  loofah (~> 2.3)
127
127
  railties (6.1.3.1)
128
128
  actionpack (= 6.1.3.1)
@@ -130,32 +130,32 @@ GEM
130
130
  method_source
131
131
  rake (>= 0.8.7)
132
132
  thor (~> 1.0)
133
- rake (13.0.3)
133
+ rake (13.0.6)
134
134
  simplecov (0.16.1)
135
135
  docile (~> 1.1)
136
136
  json (>= 1.8, < 3)
137
137
  simplecov-html (~> 0.10.0)
138
138
  simplecov-html (0.10.2)
139
- sprockets (4.0.2)
139
+ sprockets (4.0.3)
140
140
  concurrent-ruby (~> 1.0)
141
141
  rack (> 1, < 3)
142
- sprockets-rails (3.2.2)
143
- actionpack (>= 4.0)
144
- activesupport (>= 4.0)
142
+ sprockets-rails (3.4.2)
143
+ actionpack (>= 5.2)
144
+ activesupport (>= 5.2)
145
145
  sprockets (>= 3.0.0)
146
- sqlite3 (1.4.2)
146
+ sqlite3 (1.4.4)
147
147
  sync (0.5.0)
148
148
  term-ansicolor (1.7.1)
149
149
  tins (~> 1.0)
150
- thor (1.1.0)
151
- tins (1.28.0)
150
+ thor (1.2.1)
151
+ tins (1.31.1)
152
152
  sync
153
- tzinfo (2.0.4)
153
+ tzinfo (2.0.5)
154
154
  concurrent-ruby (~> 1.0)
155
- websocket-driver (0.7.3)
155
+ websocket-driver (0.7.5)
156
156
  websocket-extensions (>= 0.1.0)
157
157
  websocket-extensions (0.1.5)
158
- zeitwerk (2.4.2)
158
+ zeitwerk (2.6.0)
159
159
 
160
160
  PLATFORMS
161
161
  ruby
@@ -171,4 +171,4 @@ DEPENDENCIES
171
171
  sqlite3 (~> 1.4)
172
172
 
173
173
  BUNDLED WITH
174
- 2.2.15
174
+ 2.3.20
@@ -2,6 +2,6 @@
2
2
 
3
3
  source "https://rubygems.org"
4
4
 
5
- gem "rails", "~> 5.2.0"
5
+ gem "rails", "~> 7.0.0"
6
6
 
7
7
  gemspec path: "../"
@@ -0,0 +1,190 @@
1
+ PATH
2
+ remote: ..
3
+ specs:
4
+ active_model_exporters (0.7.0)
5
+ rails (>= 6.0)
6
+
7
+ GEM
8
+ remote: https://rubygems.org/
9
+ specs:
10
+ actioncable (7.0.3.1)
11
+ actionpack (= 7.0.3.1)
12
+ activesupport (= 7.0.3.1)
13
+ nio4r (~> 2.0)
14
+ websocket-driver (>= 0.6.1)
15
+ actionmailbox (7.0.3.1)
16
+ actionpack (= 7.0.3.1)
17
+ activejob (= 7.0.3.1)
18
+ activerecord (= 7.0.3.1)
19
+ activestorage (= 7.0.3.1)
20
+ activesupport (= 7.0.3.1)
21
+ mail (>= 2.7.1)
22
+ net-imap
23
+ net-pop
24
+ net-smtp
25
+ actionmailer (7.0.3.1)
26
+ actionpack (= 7.0.3.1)
27
+ actionview (= 7.0.3.1)
28
+ activejob (= 7.0.3.1)
29
+ activesupport (= 7.0.3.1)
30
+ mail (~> 2.5, >= 2.5.4)
31
+ net-imap
32
+ net-pop
33
+ net-smtp
34
+ rails-dom-testing (~> 2.0)
35
+ actionpack (7.0.3.1)
36
+ actionview (= 7.0.3.1)
37
+ activesupport (= 7.0.3.1)
38
+ rack (~> 2.0, >= 2.2.0)
39
+ rack-test (>= 0.6.3)
40
+ rails-dom-testing (~> 2.0)
41
+ rails-html-sanitizer (~> 1.0, >= 1.2.0)
42
+ actiontext (7.0.3.1)
43
+ actionpack (= 7.0.3.1)
44
+ activerecord (= 7.0.3.1)
45
+ activestorage (= 7.0.3.1)
46
+ activesupport (= 7.0.3.1)
47
+ globalid (>= 0.6.0)
48
+ nokogiri (>= 1.8.5)
49
+ actionview (7.0.3.1)
50
+ activesupport (= 7.0.3.1)
51
+ builder (~> 3.1)
52
+ erubi (~> 1.4)
53
+ rails-dom-testing (~> 2.0)
54
+ rails-html-sanitizer (~> 1.1, >= 1.2.0)
55
+ activejob (7.0.3.1)
56
+ activesupport (= 7.0.3.1)
57
+ globalid (>= 0.3.6)
58
+ activemodel (7.0.3.1)
59
+ activesupport (= 7.0.3.1)
60
+ activerecord (7.0.3.1)
61
+ activemodel (= 7.0.3.1)
62
+ activesupport (= 7.0.3.1)
63
+ activestorage (7.0.3.1)
64
+ actionpack (= 7.0.3.1)
65
+ activejob (= 7.0.3.1)
66
+ activerecord (= 7.0.3.1)
67
+ activesupport (= 7.0.3.1)
68
+ marcel (~> 1.0)
69
+ mini_mime (>= 1.1.0)
70
+ activesupport (7.0.3.1)
71
+ concurrent-ruby (~> 1.0, >= 1.0.2)
72
+ i18n (>= 1.6, < 2)
73
+ minitest (>= 5.1)
74
+ tzinfo (~> 2.0)
75
+ appraisal (2.4.1)
76
+ bundler
77
+ rake
78
+ thor (>= 0.14.0)
79
+ builder (3.2.4)
80
+ concurrent-ruby (1.1.10)
81
+ coveralls (0.8.23)
82
+ json (>= 1.8, < 3)
83
+ simplecov (~> 0.16.1)
84
+ term-ansicolor (~> 1.3)
85
+ thor (>= 0.19.4, < 2.0)
86
+ tins (~> 1.6)
87
+ crass (1.0.6)
88
+ digest (3.1.0)
89
+ docile (1.4.0)
90
+ erubi (1.11.0)
91
+ globalid (1.0.0)
92
+ activesupport (>= 5.0)
93
+ i18n (1.12.0)
94
+ concurrent-ruby (~> 1.0)
95
+ json (2.6.2)
96
+ loofah (2.18.0)
97
+ crass (~> 1.0.2)
98
+ nokogiri (>= 1.5.9)
99
+ mail (2.7.1)
100
+ mini_mime (>= 0.1.1)
101
+ marcel (1.0.2)
102
+ method_source (1.0.0)
103
+ mini_mime (1.1.2)
104
+ mini_portile2 (2.8.0)
105
+ minitest (5.16.2)
106
+ net-imap (0.2.3)
107
+ digest
108
+ net-protocol
109
+ strscan
110
+ net-pop (0.1.1)
111
+ digest
112
+ net-protocol
113
+ timeout
114
+ net-protocol (0.1.3)
115
+ timeout
116
+ net-smtp (0.3.1)
117
+ digest
118
+ net-protocol
119
+ timeout
120
+ nio4r (2.5.8)
121
+ nokogiri (1.13.8)
122
+ mini_portile2 (~> 2.8.0)
123
+ racc (~> 1.4)
124
+ racc (1.6.0)
125
+ rack (2.2.4)
126
+ rack-test (2.0.2)
127
+ rack (>= 1.3)
128
+ rails (7.0.3.1)
129
+ actioncable (= 7.0.3.1)
130
+ actionmailbox (= 7.0.3.1)
131
+ actionmailer (= 7.0.3.1)
132
+ actionpack (= 7.0.3.1)
133
+ actiontext (= 7.0.3.1)
134
+ actionview (= 7.0.3.1)
135
+ activejob (= 7.0.3.1)
136
+ activemodel (= 7.0.3.1)
137
+ activerecord (= 7.0.3.1)
138
+ activestorage (= 7.0.3.1)
139
+ activesupport (= 7.0.3.1)
140
+ bundler (>= 1.15.0)
141
+ railties (= 7.0.3.1)
142
+ rails-dom-testing (2.0.3)
143
+ activesupport (>= 4.2.0)
144
+ nokogiri (>= 1.6)
145
+ rails-html-sanitizer (1.4.3)
146
+ loofah (~> 2.3)
147
+ railties (7.0.3.1)
148
+ actionpack (= 7.0.3.1)
149
+ activesupport (= 7.0.3.1)
150
+ method_source
151
+ rake (>= 12.2)
152
+ thor (~> 1.0)
153
+ zeitwerk (~> 2.5)
154
+ rake (13.0.6)
155
+ simplecov (0.16.1)
156
+ docile (~> 1.1)
157
+ json (>= 1.8, < 3)
158
+ simplecov-html (~> 0.10.0)
159
+ simplecov-html (0.10.2)
160
+ sqlite3 (1.4.4)
161
+ strscan (3.0.4)
162
+ sync (0.5.0)
163
+ term-ansicolor (1.7.1)
164
+ tins (~> 1.0)
165
+ thor (1.2.1)
166
+ timeout (0.3.0)
167
+ tins (1.31.1)
168
+ sync
169
+ tzinfo (2.0.5)
170
+ concurrent-ruby (~> 1.0)
171
+ websocket-driver (0.7.5)
172
+ websocket-extensions (>= 0.1.0)
173
+ websocket-extensions (0.1.5)
174
+ zeitwerk (2.6.0)
175
+
176
+ PLATFORMS
177
+ ruby
178
+
179
+ DEPENDENCIES
180
+ active_model_exporters!
181
+ appraisal (~> 2.4)
182
+ bundler (~> 2.2)
183
+ coveralls (~> 0.8)
184
+ minitest (~> 5.14)
185
+ rails (~> 7.0.0)
186
+ rake (~> 13.0)
187
+ sqlite3 (~> 1.4)
188
+
189
+ BUNDLED WITH
190
+ 2.3.20
@@ -1,5 +1,5 @@
1
1
  module ActiveModel
2
2
  class Exporter
3
- VERSION = '0.6.0'
3
+ VERSION = '0.7.0'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: active_model_exporters
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.0
4
+ version: 0.7.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alejandro Gutiérrez
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2021-04-06 00:00:00.000000000 Z
11
+ date: 2022-08-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake
@@ -100,14 +100,14 @@ dependencies:
100
100
  requirements:
101
101
  - - ">="
102
102
  - !ruby/object:Gem::Version
103
- version: '5.2'
103
+ version: '6.0'
104
104
  type: :runtime
105
105
  prerelease: false
106
106
  version_requirements: !ruby/object:Gem::Requirement
107
107
  requirements:
108
108
  - - ">="
109
109
  - !ruby/object:Gem::Version
110
- version: '5.2'
110
+ version: '6.0'
111
111
  description: A simple way to export data in Rails.
112
112
  email:
113
113
  - alejandrodevs@gmail.com
@@ -127,12 +127,10 @@ files:
127
127
  - active_model_exporters.gemspec
128
128
  - bin/console
129
129
  - bin/setup
130
- - gemfiles/rails_5.2.gemfile
131
- - gemfiles/rails_5.2.gemfile.lock
132
- - gemfiles/rails_6.0.gemfile
133
- - gemfiles/rails_6.0.gemfile.lock
134
130
  - gemfiles/rails_6.1.gemfile
135
131
  - gemfiles/rails_6.1.gemfile.lock
132
+ - gemfiles/rails_7.0.gemfile
133
+ - gemfiles/rails_7.0.gemfile.lock
136
134
  - lib/action_controller/exportation.rb
137
135
  - lib/action_controller/exportation/mime_types.rb
138
136
  - lib/action_controller/exportation/renderers.rb
@@ -163,7 +161,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
163
161
  - !ruby/object:Gem::Version
164
162
  version: '0'
165
163
  requirements: []
166
- rubygems_version: 3.2.3
164
+ rubygems_version: 3.3.7
167
165
  signing_key:
168
166
  specification_version: 4
169
167
  summary: A simple way to export data in Rails.
@@ -1,155 +0,0 @@
1
- PATH
2
- remote: ..
3
- specs:
4
- active_model_exporters (0.6.0)
5
- rails (>= 5.2)
6
-
7
- GEM
8
- remote: https://rubygems.org/
9
- specs:
10
- actioncable (5.2.5)
11
- actionpack (= 5.2.5)
12
- nio4r (~> 2.0)
13
- websocket-driver (>= 0.6.1)
14
- actionmailer (5.2.5)
15
- actionpack (= 5.2.5)
16
- actionview (= 5.2.5)
17
- activejob (= 5.2.5)
18
- mail (~> 2.5, >= 2.5.4)
19
- rails-dom-testing (~> 2.0)
20
- actionpack (5.2.5)
21
- actionview (= 5.2.5)
22
- activesupport (= 5.2.5)
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.5)
28
- activesupport (= 5.2.5)
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.5)
34
- activesupport (= 5.2.5)
35
- globalid (>= 0.3.6)
36
- activemodel (5.2.5)
37
- activesupport (= 5.2.5)
38
- activerecord (5.2.5)
39
- activemodel (= 5.2.5)
40
- activesupport (= 5.2.5)
41
- arel (>= 9.0)
42
- activestorage (5.2.5)
43
- actionpack (= 5.2.5)
44
- activerecord (= 5.2.5)
45
- marcel (~> 1.0.0)
46
- activesupport (5.2.5)
47
- concurrent-ruby (~> 1.0, >= 1.0.2)
48
- i18n (>= 0.7, < 2)
49
- minitest (~> 5.1)
50
- tzinfo (~> 1.1)
51
- appraisal (2.4.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.8)
58
- coveralls (0.8.23)
59
- json (>= 1.8, < 3)
60
- simplecov (~> 0.16.1)
61
- term-ansicolor (~> 1.3)
62
- thor (>= 0.19.4, < 2.0)
63
- tins (~> 1.6)
64
- crass (1.0.6)
65
- docile (1.3.5)
66
- erubi (1.10.0)
67
- globalid (0.4.2)
68
- activesupport (>= 4.2.0)
69
- i18n (1.8.10)
70
- concurrent-ruby (~> 1.0)
71
- json (2.5.1)
72
- loofah (2.9.0)
73
- crass (~> 1.0.2)
74
- nokogiri (>= 1.5.9)
75
- mail (2.7.1)
76
- mini_mime (>= 0.1.1)
77
- marcel (1.0.1)
78
- method_source (1.0.0)
79
- mini_mime (1.1.0)
80
- mini_portile2 (2.5.0)
81
- minitest (5.14.4)
82
- nio4r (2.5.7)
83
- nokogiri (1.11.2)
84
- mini_portile2 (~> 2.5.0)
85
- racc (~> 1.4)
86
- racc (1.5.2)
87
- rack (2.2.3)
88
- rack-test (1.1.0)
89
- rack (>= 1.0, < 3)
90
- rails (5.2.5)
91
- actioncable (= 5.2.5)
92
- actionmailer (= 5.2.5)
93
- actionpack (= 5.2.5)
94
- actionview (= 5.2.5)
95
- activejob (= 5.2.5)
96
- activemodel (= 5.2.5)
97
- activerecord (= 5.2.5)
98
- activestorage (= 5.2.5)
99
- activesupport (= 5.2.5)
100
- bundler (>= 1.3.0)
101
- railties (= 5.2.5)
102
- sprockets-rails (>= 2.0.0)
103
- rails-dom-testing (2.0.3)
104
- activesupport (>= 4.2.0)
105
- nokogiri (>= 1.6)
106
- rails-html-sanitizer (1.3.0)
107
- loofah (~> 2.3)
108
- railties (5.2.5)
109
- actionpack (= 5.2.5)
110
- activesupport (= 5.2.5)
111
- method_source
112
- rake (>= 0.8.7)
113
- thor (>= 0.19.0, < 2.0)
114
- rake (13.0.3)
115
- simplecov (0.16.1)
116
- docile (~> 1.1)
117
- json (>= 1.8, < 3)
118
- simplecov-html (~> 0.10.0)
119
- simplecov-html (0.10.2)
120
- sprockets (4.0.2)
121
- concurrent-ruby (~> 1.0)
122
- rack (> 1, < 3)
123
- sprockets-rails (3.2.2)
124
- actionpack (>= 4.0)
125
- activesupport (>= 4.0)
126
- sprockets (>= 3.0.0)
127
- sqlite3 (1.4.2)
128
- sync (0.5.0)
129
- term-ansicolor (1.7.1)
130
- tins (~> 1.0)
131
- thor (1.1.0)
132
- thread_safe (0.3.6)
133
- tins (1.28.0)
134
- sync
135
- tzinfo (1.2.9)
136
- thread_safe (~> 0.1)
137
- websocket-driver (0.7.3)
138
- websocket-extensions (>= 0.1.0)
139
- websocket-extensions (0.1.5)
140
-
141
- PLATFORMS
142
- ruby
143
-
144
- DEPENDENCIES
145
- active_model_exporters!
146
- appraisal (~> 2.4)
147
- bundler (~> 2.2)
148
- coveralls (~> 0.8)
149
- minitest (~> 5.14)
150
- rails (~> 5.2.0)
151
- rake (~> 13.0)
152
- sqlite3 (~> 1.4)
153
-
154
- BUNDLED WITH
155
- 2.2.15
@@ -1,7 +0,0 @@
1
- # This file was generated by Appraisal
2
-
3
- source "https://rubygems.org"
4
-
5
- gem "rails", "~> 6.0.0"
6
-
7
- gemspec path: "../"
@@ -1,171 +0,0 @@
1
- PATH
2
- remote: ..
3
- specs:
4
- active_model_exporters (0.6.0)
5
- rails (>= 5.2)
6
-
7
- GEM
8
- remote: https://rubygems.org/
9
- specs:
10
- actioncable (6.0.3.6)
11
- actionpack (= 6.0.3.6)
12
- nio4r (~> 2.0)
13
- websocket-driver (>= 0.6.1)
14
- actionmailbox (6.0.3.6)
15
- actionpack (= 6.0.3.6)
16
- activejob (= 6.0.3.6)
17
- activerecord (= 6.0.3.6)
18
- activestorage (= 6.0.3.6)
19
- activesupport (= 6.0.3.6)
20
- mail (>= 2.7.1)
21
- actionmailer (6.0.3.6)
22
- actionpack (= 6.0.3.6)
23
- actionview (= 6.0.3.6)
24
- activejob (= 6.0.3.6)
25
- mail (~> 2.5, >= 2.5.4)
26
- rails-dom-testing (~> 2.0)
27
- actionpack (6.0.3.6)
28
- actionview (= 6.0.3.6)
29
- activesupport (= 6.0.3.6)
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.6)
35
- actionpack (= 6.0.3.6)
36
- activerecord (= 6.0.3.6)
37
- activestorage (= 6.0.3.6)
38
- activesupport (= 6.0.3.6)
39
- nokogiri (>= 1.8.5)
40
- actionview (6.0.3.6)
41
- activesupport (= 6.0.3.6)
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.6)
47
- activesupport (= 6.0.3.6)
48
- globalid (>= 0.3.6)
49
- activemodel (6.0.3.6)
50
- activesupport (= 6.0.3.6)
51
- activerecord (6.0.3.6)
52
- activemodel (= 6.0.3.6)
53
- activesupport (= 6.0.3.6)
54
- activestorage (6.0.3.6)
55
- actionpack (= 6.0.3.6)
56
- activejob (= 6.0.3.6)
57
- activerecord (= 6.0.3.6)
58
- marcel (~> 1.0.0)
59
- activesupport (6.0.3.6)
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.4.0)
66
- bundler
67
- rake
68
- thor (>= 0.14.0)
69
- builder (3.2.4)
70
- concurrent-ruby (1.1.8)
71
- coveralls (0.8.23)
72
- json (>= 1.8, < 3)
73
- simplecov (~> 0.16.1)
74
- term-ansicolor (~> 1.3)
75
- thor (>= 0.19.4, < 2.0)
76
- tins (~> 1.6)
77
- crass (1.0.6)
78
- docile (1.3.5)
79
- erubi (1.10.0)
80
- globalid (0.4.2)
81
- activesupport (>= 4.2.0)
82
- i18n (1.8.10)
83
- concurrent-ruby (~> 1.0)
84
- json (2.5.1)
85
- loofah (2.9.0)
86
- crass (~> 1.0.2)
87
- nokogiri (>= 1.5.9)
88
- mail (2.7.1)
89
- mini_mime (>= 0.1.1)
90
- marcel (1.0.1)
91
- method_source (1.0.0)
92
- mini_mime (1.1.0)
93
- mini_portile2 (2.5.0)
94
- minitest (5.14.4)
95
- nio4r (2.5.7)
96
- nokogiri (1.11.2)
97
- mini_portile2 (~> 2.5.0)
98
- racc (~> 1.4)
99
- racc (1.5.2)
100
- rack (2.2.3)
101
- rack-test (1.1.0)
102
- rack (>= 1.0, < 3)
103
- rails (6.0.3.6)
104
- actioncable (= 6.0.3.6)
105
- actionmailbox (= 6.0.3.6)
106
- actionmailer (= 6.0.3.6)
107
- actionpack (= 6.0.3.6)
108
- actiontext (= 6.0.3.6)
109
- actionview (= 6.0.3.6)
110
- activejob (= 6.0.3.6)
111
- activemodel (= 6.0.3.6)
112
- activerecord (= 6.0.3.6)
113
- activestorage (= 6.0.3.6)
114
- activesupport (= 6.0.3.6)
115
- bundler (>= 1.3.0)
116
- railties (= 6.0.3.6)
117
- sprockets-rails (>= 2.0.0)
118
- rails-dom-testing (2.0.3)
119
- activesupport (>= 4.2.0)
120
- nokogiri (>= 1.6)
121
- rails-html-sanitizer (1.3.0)
122
- loofah (~> 2.3)
123
- railties (6.0.3.6)
124
- actionpack (= 6.0.3.6)
125
- activesupport (= 6.0.3.6)
126
- method_source
127
- rake (>= 0.8.7)
128
- thor (>= 0.20.3, < 2.0)
129
- rake (13.0.3)
130
- simplecov (0.16.1)
131
- docile (~> 1.1)
132
- json (>= 1.8, < 3)
133
- simplecov-html (~> 0.10.0)
134
- simplecov-html (0.10.2)
135
- sprockets (4.0.2)
136
- concurrent-ruby (~> 1.0)
137
- rack (> 1, < 3)
138
- sprockets-rails (3.2.2)
139
- actionpack (>= 4.0)
140
- activesupport (>= 4.0)
141
- sprockets (>= 3.0.0)
142
- sqlite3 (1.4.2)
143
- sync (0.5.0)
144
- term-ansicolor (1.7.1)
145
- tins (~> 1.0)
146
- thor (1.1.0)
147
- thread_safe (0.3.6)
148
- tins (1.28.0)
149
- sync
150
- tzinfo (1.2.9)
151
- thread_safe (~> 0.1)
152
- websocket-driver (0.7.3)
153
- websocket-extensions (>= 0.1.0)
154
- websocket-extensions (0.1.5)
155
- zeitwerk (2.4.2)
156
-
157
- PLATFORMS
158
- ruby
159
-
160
- DEPENDENCIES
161
- active_model_exporters!
162
- appraisal (~> 2.4)
163
- bundler (~> 2.2)
164
- coveralls (~> 0.8)
165
- minitest (~> 5.14)
166
- rails (~> 6.0.0)
167
- rake (~> 13.0)
168
- sqlite3 (~> 1.4)
169
-
170
- BUNDLED WITH
171
- 2.2.15