seed_dump 3.3.1 → 3.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,28 @@
1
+ # This file was generated by Appraisal
2
+
3
+ source "https://rubygems.org"
4
+
5
+ gem "activesupport", "~> 7.0.0"
6
+ gem "activerecord", "~> 7.0.0"
7
+ gem "sqlite3", ">= 1.3", "< 2.0"
8
+
9
+ group :development, :test do
10
+ gem "byebug", "~> 11.1"
11
+ gem "factory_bot", "~> 6.1"
12
+ gem "activerecord-import", "~> 0.28"
13
+ end
14
+
15
+ group :development do
16
+ gem "jeweler", "~> 2.3"
17
+ end
18
+
19
+ group :test do
20
+ gem "rspec", "~> 3.13.0"
21
+ gem "database_cleaner-active_record", "~> 2.0"
22
+ gem "appraisal", "~> 2.4"
23
+ gem "mutex_m"
24
+ gem "logger"
25
+ gem "benchmark"
26
+ end
27
+
28
+ gemspec path: "../"
@@ -0,0 +1,148 @@
1
+ PATH
2
+ remote: ..
3
+ specs:
4
+ seed_dump (3.3.1)
5
+ activerecord (>= 4)
6
+ activesupport (>= 4)
7
+
8
+ GEM
9
+ remote: https://rubygems.org/
10
+ specs:
11
+ activemodel (7.0.8.7)
12
+ activesupport (= 7.0.8.7)
13
+ activerecord (7.0.8.7)
14
+ activemodel (= 7.0.8.7)
15
+ activesupport (= 7.0.8.7)
16
+ activerecord-import (0.28.2)
17
+ activerecord (>= 3.2)
18
+ activesupport (7.0.8.7)
19
+ concurrent-ruby (~> 1.0, >= 1.0.2)
20
+ i18n (>= 1.6, < 2)
21
+ minitest (>= 5.1)
22
+ tzinfo (~> 2.0)
23
+ addressable (2.4.0)
24
+ appraisal (2.5.0)
25
+ bundler
26
+ rake
27
+ thor (>= 0.14.0)
28
+ base64 (0.2.0)
29
+ benchmark (0.4.0)
30
+ bigdecimal (3.1.9)
31
+ builder (3.3.0)
32
+ byebug (11.1.3)
33
+ concurrent-ruby (1.3.5)
34
+ database_cleaner-active_record (2.2.0)
35
+ activerecord (>= 5.a)
36
+ database_cleaner-core (~> 2.0.0)
37
+ database_cleaner-core (2.0.1)
38
+ date (3.4.1)
39
+ descendants_tracker (0.0.4)
40
+ thread_safe (~> 0.3, >= 0.3.1)
41
+ diff-lcs (1.6.1)
42
+ factory_bot (6.5.1)
43
+ activesupport (>= 6.1.0)
44
+ faraday (0.9.2)
45
+ multipart-post (>= 1.2, < 3)
46
+ git (1.11.0)
47
+ rchardet (~> 1.8)
48
+ github_api (0.16.0)
49
+ addressable (~> 2.4.0)
50
+ descendants_tracker (~> 0.0.4)
51
+ faraday (~> 0.8, < 0.10)
52
+ hashie (>= 3.4)
53
+ mime-types (>= 1.16, < 3.0)
54
+ oauth2 (~> 1.0)
55
+ hashie (5.0.0)
56
+ highline (3.1.2)
57
+ reline
58
+ i18n (1.14.7)
59
+ concurrent-ruby (~> 1.0)
60
+ io-console (0.8.0)
61
+ jeweler (2.3.9)
62
+ builder
63
+ bundler
64
+ git (>= 1.2.5)
65
+ github_api (~> 0.16.0)
66
+ highline (>= 1.6.15)
67
+ nokogiri (>= 1.5.10)
68
+ psych
69
+ rake
70
+ rdoc
71
+ semver2
72
+ jwt (2.10.1)
73
+ base64
74
+ logger (1.7.0)
75
+ mime-types (2.99.3)
76
+ mini_portile2 (2.8.8)
77
+ minitest (5.25.5)
78
+ multi_json (1.15.0)
79
+ multi_xml (0.7.1)
80
+ bigdecimal (~> 3.1)
81
+ multipart-post (2.4.1)
82
+ mutex_m (0.3.0)
83
+ nokogiri (1.18.8)
84
+ mini_portile2 (~> 2.8.2)
85
+ racc (~> 1.4)
86
+ nokogiri (1.18.8-arm64-darwin)
87
+ racc (~> 1.4)
88
+ oauth2 (1.4.8)
89
+ faraday (>= 0.8, < 3.0)
90
+ jwt (>= 1.0, < 3.0)
91
+ multi_json (~> 1.3)
92
+ multi_xml (~> 0.5)
93
+ rack (>= 1.2, < 3)
94
+ psych (5.2.3)
95
+ date
96
+ stringio
97
+ racc (1.8.1)
98
+ rack (2.2.13)
99
+ rake (13.2.1)
100
+ rchardet (1.9.0)
101
+ rdoc (6.13.1)
102
+ psych (>= 4.0.0)
103
+ reline (0.6.1)
104
+ io-console (~> 0.5)
105
+ rspec (3.13.2)
106
+ rspec-core (~> 3.13.0)
107
+ rspec-expectations (~> 3.13.0)
108
+ rspec-mocks (~> 3.13.0)
109
+ rspec-core (3.13.6)
110
+ rspec-support (~> 3.13.0)
111
+ rspec-expectations (3.13.5)
112
+ diff-lcs (>= 1.2.0, < 2.0)
113
+ rspec-support (~> 3.13.0)
114
+ rspec-mocks (3.13.7)
115
+ diff-lcs (>= 1.2.0, < 2.0)
116
+ rspec-support (~> 3.13.0)
117
+ rspec-support (3.13.6)
118
+ semver2 (3.4.2)
119
+ sqlite3 (1.7.3)
120
+ mini_portile2 (~> 2.8.0)
121
+ stringio (3.1.7)
122
+ thor (1.3.2)
123
+ thread_safe (0.3.6)
124
+ tzinfo (2.0.6)
125
+ concurrent-ruby (~> 1.0)
126
+
127
+ PLATFORMS
128
+ arm64-darwin-24
129
+ ruby
130
+
131
+ DEPENDENCIES
132
+ activerecord (~> 7.0.0)
133
+ activerecord-import (~> 0.28)
134
+ activesupport (~> 7.0.0)
135
+ appraisal (~> 2.4)
136
+ benchmark
137
+ byebug (~> 11.1)
138
+ database_cleaner-active_record (~> 2.0)
139
+ factory_bot (~> 6.1)
140
+ jeweler (~> 2.3)
141
+ logger
142
+ mutex_m
143
+ rspec (~> 3.13.0)
144
+ seed_dump!
145
+ sqlite3 (>= 1.3, < 2.0)
146
+
147
+ BUNDLED WITH
148
+ 2.6.2
@@ -0,0 +1,28 @@
1
+ # This file was generated by Appraisal
2
+
3
+ source "https://rubygems.org"
4
+
5
+ gem "activesupport", "~> 7.1.0"
6
+ gem "activerecord", "~> 7.1.0"
7
+ gem "sqlite3", ">= 1.3", "< 2.0"
8
+
9
+ group :development, :test do
10
+ gem "byebug", "~> 11.1"
11
+ gem "factory_bot", "~> 6.1"
12
+ gem "activerecord-import", "~> 0.28"
13
+ end
14
+
15
+ group :development do
16
+ gem "jeweler", "~> 2.3"
17
+ end
18
+
19
+ group :test do
20
+ gem "rspec", "~> 3.13.0"
21
+ gem "database_cleaner-active_record", "~> 2.0"
22
+ gem "appraisal", "~> 2.4"
23
+ gem "mutex_m"
24
+ gem "logger"
25
+ gem "benchmark"
26
+ end
27
+
28
+ gemspec path: "../"
@@ -0,0 +1,161 @@
1
+ PATH
2
+ remote: ..
3
+ specs:
4
+ seed_dump (3.3.1)
5
+ activerecord (>= 4)
6
+ activesupport (>= 4)
7
+
8
+ GEM
9
+ remote: https://rubygems.org/
10
+ specs:
11
+ activemodel (7.1.5.1)
12
+ activesupport (= 7.1.5.1)
13
+ activerecord (7.1.5.1)
14
+ activemodel (= 7.1.5.1)
15
+ activesupport (= 7.1.5.1)
16
+ timeout (>= 0.4.0)
17
+ activerecord-import (0.28.2)
18
+ activerecord (>= 3.2)
19
+ activesupport (7.1.5.1)
20
+ base64
21
+ benchmark (>= 0.3)
22
+ bigdecimal
23
+ concurrent-ruby (~> 1.0, >= 1.0.2)
24
+ connection_pool (>= 2.2.5)
25
+ drb
26
+ i18n (>= 1.6, < 2)
27
+ logger (>= 1.4.2)
28
+ minitest (>= 5.1)
29
+ mutex_m
30
+ securerandom (>= 0.3)
31
+ tzinfo (~> 2.0)
32
+ addressable (2.4.0)
33
+ appraisal (2.5.0)
34
+ bundler
35
+ rake
36
+ thor (>= 0.14.0)
37
+ base64 (0.2.0)
38
+ benchmark (0.4.0)
39
+ bigdecimal (3.1.9)
40
+ builder (3.3.0)
41
+ byebug (11.1.3)
42
+ concurrent-ruby (1.3.5)
43
+ connection_pool (2.5.2)
44
+ database_cleaner-active_record (2.2.0)
45
+ activerecord (>= 5.a)
46
+ database_cleaner-core (~> 2.0.0)
47
+ database_cleaner-core (2.0.1)
48
+ date (3.4.1)
49
+ descendants_tracker (0.0.4)
50
+ thread_safe (~> 0.3, >= 0.3.1)
51
+ diff-lcs (1.6.1)
52
+ drb (2.2.1)
53
+ factory_bot (6.5.1)
54
+ activesupport (>= 6.1.0)
55
+ faraday (0.9.2)
56
+ multipart-post (>= 1.2, < 3)
57
+ git (1.11.0)
58
+ rchardet (~> 1.8)
59
+ github_api (0.16.0)
60
+ addressable (~> 2.4.0)
61
+ descendants_tracker (~> 0.0.4)
62
+ faraday (~> 0.8, < 0.10)
63
+ hashie (>= 3.4)
64
+ mime-types (>= 1.16, < 3.0)
65
+ oauth2 (~> 1.0)
66
+ hashie (5.0.0)
67
+ highline (3.1.2)
68
+ reline
69
+ i18n (1.14.7)
70
+ concurrent-ruby (~> 1.0)
71
+ io-console (0.8.0)
72
+ jeweler (2.3.9)
73
+ builder
74
+ bundler
75
+ git (>= 1.2.5)
76
+ github_api (~> 0.16.0)
77
+ highline (>= 1.6.15)
78
+ nokogiri (>= 1.5.10)
79
+ psych
80
+ rake
81
+ rdoc
82
+ semver2
83
+ jwt (2.10.1)
84
+ base64
85
+ logger (1.7.0)
86
+ mime-types (2.99.3)
87
+ mini_portile2 (2.8.8)
88
+ minitest (5.25.5)
89
+ multi_json (1.15.0)
90
+ multi_xml (0.7.1)
91
+ bigdecimal (~> 3.1)
92
+ multipart-post (2.4.1)
93
+ mutex_m (0.3.0)
94
+ nokogiri (1.18.8)
95
+ mini_portile2 (~> 2.8.2)
96
+ racc (~> 1.4)
97
+ nokogiri (1.18.8-arm64-darwin)
98
+ racc (~> 1.4)
99
+ oauth2 (1.4.8)
100
+ faraday (>= 0.8, < 3.0)
101
+ jwt (>= 1.0, < 3.0)
102
+ multi_json (~> 1.3)
103
+ multi_xml (~> 0.5)
104
+ rack (>= 1.2, < 3)
105
+ psych (5.2.3)
106
+ date
107
+ stringio
108
+ racc (1.8.1)
109
+ rack (2.2.13)
110
+ rake (13.2.1)
111
+ rchardet (1.9.0)
112
+ rdoc (6.13.1)
113
+ psych (>= 4.0.0)
114
+ reline (0.6.1)
115
+ io-console (~> 0.5)
116
+ rspec (3.13.2)
117
+ rspec-core (~> 3.13.0)
118
+ rspec-expectations (~> 3.13.0)
119
+ rspec-mocks (~> 3.13.0)
120
+ rspec-core (3.13.6)
121
+ rspec-support (~> 3.13.0)
122
+ rspec-expectations (3.13.5)
123
+ diff-lcs (>= 1.2.0, < 2.0)
124
+ rspec-support (~> 3.13.0)
125
+ rspec-mocks (3.13.7)
126
+ diff-lcs (>= 1.2.0, < 2.0)
127
+ rspec-support (~> 3.13.0)
128
+ rspec-support (3.13.6)
129
+ securerandom (0.4.1)
130
+ semver2 (3.4.2)
131
+ sqlite3 (1.7.3)
132
+ mini_portile2 (~> 2.8.0)
133
+ stringio (3.1.7)
134
+ thor (1.3.2)
135
+ thread_safe (0.3.6)
136
+ timeout (0.4.3)
137
+ tzinfo (2.0.6)
138
+ concurrent-ruby (~> 1.0)
139
+
140
+ PLATFORMS
141
+ arm64-darwin-24
142
+ ruby
143
+
144
+ DEPENDENCIES
145
+ activerecord (~> 7.1.0)
146
+ activerecord-import (~> 0.28)
147
+ activesupport (~> 7.1.0)
148
+ appraisal (~> 2.4)
149
+ benchmark
150
+ byebug (~> 11.1)
151
+ database_cleaner-active_record (~> 2.0)
152
+ factory_bot (~> 6.1)
153
+ jeweler (~> 2.3)
154
+ logger
155
+ mutex_m
156
+ rspec (~> 3.13.0)
157
+ seed_dump!
158
+ sqlite3 (>= 1.3, < 2.0)
159
+
160
+ BUNDLED WITH
161
+ 2.6.2
@@ -0,0 +1,28 @@
1
+ # This file was generated by Appraisal
2
+
3
+ source "https://rubygems.org"
4
+
5
+ gem "activesupport", "~> 7.2.0"
6
+ gem "activerecord", "~> 7.2.0"
7
+ gem "sqlite3", ">= 1.3", "< 2.0"
8
+
9
+ group :development, :test do
10
+ gem "byebug", "~> 11.1"
11
+ gem "factory_bot", "~> 6.1"
12
+ gem "activerecord-import", "~> 0.28"
13
+ end
14
+
15
+ group :development do
16
+ gem "jeweler", "~> 2.3"
17
+ end
18
+
19
+ group :test do
20
+ gem "rspec", "~> 3.13.0"
21
+ gem "database_cleaner-active_record", "~> 2.0"
22
+ gem "appraisal", "~> 2.4"
23
+ gem "mutex_m"
24
+ gem "logger"
25
+ gem "benchmark"
26
+ end
27
+
28
+ gemspec path: "../"
@@ -0,0 +1,164 @@
1
+ PATH
2
+ remote: ..
3
+ specs:
4
+ seed_dump (3.3.1)
5
+ activerecord (>= 4)
6
+ activesupport (>= 4)
7
+
8
+ GEM
9
+ remote: https://rubygems.org/
10
+ specs:
11
+ activemodel (7.2.3)
12
+ activesupport (= 7.2.3)
13
+ activerecord (7.2.3)
14
+ activemodel (= 7.2.3)
15
+ activesupport (= 7.2.3)
16
+ timeout (>= 0.4.0)
17
+ activerecord-import (0.28.2)
18
+ activerecord (>= 3.2)
19
+ activesupport (7.2.3)
20
+ base64
21
+ benchmark (>= 0.3)
22
+ bigdecimal
23
+ concurrent-ruby (~> 1.0, >= 1.3.1)
24
+ connection_pool (>= 2.2.5)
25
+ drb
26
+ i18n (>= 1.6, < 2)
27
+ logger (>= 1.4.2)
28
+ minitest (>= 5.1)
29
+ securerandom (>= 0.3)
30
+ tzinfo (~> 2.0, >= 2.0.5)
31
+ addressable (2.4.0)
32
+ appraisal (2.5.0)
33
+ bundler
34
+ rake
35
+ thor (>= 0.14.0)
36
+ base64 (0.3.0)
37
+ benchmark (0.5.0)
38
+ bigdecimal (3.3.1)
39
+ builder (3.3.0)
40
+ byebug (11.1.3)
41
+ concurrent-ruby (1.3.5)
42
+ connection_pool (2.5.5)
43
+ database_cleaner-active_record (2.2.2)
44
+ activerecord (>= 5.a)
45
+ database_cleaner-core (~> 2.0)
46
+ database_cleaner-core (2.0.1)
47
+ date (3.5.0)
48
+ descendants_tracker (0.0.4)
49
+ thread_safe (~> 0.3, >= 0.3.1)
50
+ diff-lcs (1.6.2)
51
+ drb (2.2.3)
52
+ erb (6.0.0)
53
+ factory_bot (6.5.6)
54
+ activesupport (>= 6.1.0)
55
+ faraday (0.9.2)
56
+ multipart-post (>= 1.2, < 3)
57
+ git (1.11.0)
58
+ rchardet (~> 1.8)
59
+ github_api (0.16.0)
60
+ addressable (~> 2.4.0)
61
+ descendants_tracker (~> 0.0.4)
62
+ faraday (~> 0.8, < 0.10)
63
+ hashie (>= 3.4)
64
+ mime-types (>= 1.16, < 3.0)
65
+ oauth2 (~> 1.0)
66
+ hashie (5.0.0)
67
+ highline (3.1.2)
68
+ reline
69
+ i18n (1.14.7)
70
+ concurrent-ruby (~> 1.0)
71
+ io-console (0.8.1)
72
+ jeweler (2.3.9)
73
+ builder
74
+ bundler
75
+ git (>= 1.2.5)
76
+ github_api (~> 0.16.0)
77
+ highline (>= 1.6.15)
78
+ nokogiri (>= 1.5.10)
79
+ psych
80
+ rake
81
+ rdoc
82
+ semver2
83
+ jwt (2.10.2)
84
+ base64
85
+ logger (1.7.0)
86
+ mime-types (2.99.3)
87
+ mini_portile2 (2.8.9)
88
+ minitest (5.26.2)
89
+ multi_json (1.17.0)
90
+ multi_xml (0.7.2)
91
+ bigdecimal (~> 3.1)
92
+ multipart-post (2.4.1)
93
+ mutex_m (0.3.0)
94
+ nokogiri (1.18.10)
95
+ mini_portile2 (~> 2.8.2)
96
+ racc (~> 1.4)
97
+ nokogiri (1.18.10-x86_64-linux-gnu)
98
+ racc (~> 1.4)
99
+ oauth2 (1.4.8)
100
+ faraday (>= 0.8, < 3.0)
101
+ jwt (>= 1.0, < 3.0)
102
+ multi_json (~> 1.3)
103
+ multi_xml (~> 0.5)
104
+ rack (>= 1.2, < 3)
105
+ psych (5.2.6)
106
+ date
107
+ stringio
108
+ racc (1.8.1)
109
+ rack (2.2.21)
110
+ rake (13.3.1)
111
+ rchardet (1.10.0)
112
+ rdoc (6.16.1)
113
+ erb
114
+ psych (>= 4.0.0)
115
+ tsort
116
+ reline (0.6.3)
117
+ io-console (~> 0.5)
118
+ rspec (3.13.2)
119
+ rspec-core (~> 3.13.0)
120
+ rspec-expectations (~> 3.13.0)
121
+ rspec-mocks (~> 3.13.0)
122
+ rspec-core (3.13.6)
123
+ rspec-support (~> 3.13.0)
124
+ rspec-expectations (3.13.5)
125
+ diff-lcs (>= 1.2.0, < 2.0)
126
+ rspec-support (~> 3.13.0)
127
+ rspec-mocks (3.13.7)
128
+ diff-lcs (>= 1.2.0, < 2.0)
129
+ rspec-support (~> 3.13.0)
130
+ rspec-support (3.13.6)
131
+ securerandom (0.4.1)
132
+ semver2 (3.4.2)
133
+ sqlite3 (1.7.3)
134
+ mini_portile2 (~> 2.8.0)
135
+ stringio (3.1.8)
136
+ thor (1.4.0)
137
+ thread_safe (0.3.6)
138
+ timeout (0.4.4)
139
+ tsort (0.2.0)
140
+ tzinfo (2.0.6)
141
+ concurrent-ruby (~> 1.0)
142
+
143
+ PLATFORMS
144
+ ruby
145
+ x86_64-linux
146
+
147
+ DEPENDENCIES
148
+ activerecord (~> 7.2.0)
149
+ activerecord-import (~> 0.28)
150
+ activesupport (~> 7.2.0)
151
+ appraisal (~> 2.4)
152
+ benchmark
153
+ byebug (~> 11.1)
154
+ database_cleaner-active_record (~> 2.0)
155
+ factory_bot (~> 6.1)
156
+ jeweler (~> 2.3)
157
+ logger
158
+ mutex_m
159
+ rspec (~> 3.13.0)
160
+ seed_dump!
161
+ sqlite3 (>= 1.3, < 2.0)
162
+
163
+ BUNDLED WITH
164
+ 2.6.9
@@ -0,0 +1,28 @@
1
+ # This file was generated by Appraisal
2
+
3
+ source "https://rubygems.org"
4
+
5
+ gem "activesupport", ">= 8.0.0.alpha", "< 8.1"
6
+ gem "activerecord", ">= 8.0.0.alpha", "< 8.1"
7
+ gem "sqlite3", ">= 2.1"
8
+
9
+ group :development, :test do
10
+ gem "byebug", "~> 11.1"
11
+ gem "factory_bot", "~> 6.1"
12
+ gem "activerecord-import", "~> 0.28"
13
+ end
14
+
15
+ group :development do
16
+ gem "jeweler", "~> 2.3"
17
+ end
18
+
19
+ group :test do
20
+ gem "rspec", "~> 3.13.0"
21
+ gem "database_cleaner-active_record", "~> 2.0"
22
+ gem "appraisal", "~> 2.4"
23
+ gem "mutex_m"
24
+ gem "logger"
25
+ gem "benchmark"
26
+ end
27
+
28
+ gemspec path: "../"