historiographer 4.1.0 → 4.1.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- metadata +12 -41
- data/Users/brettshollenberger/programming/historiographer/Gemfile +0 -33
- data/Users/brettshollenberger/programming/historiographer/Gemfile.lock +0 -341
- data/Users/brettshollenberger/programming/historiographer/Guardfile +0 -4
- data/Users/brettshollenberger/programming/historiographer/LICENSE.txt +0 -20
- data/Users/brettshollenberger/programming/historiographer/README.md +0 -298
- data/Users/brettshollenberger/programming/historiographer/Rakefile +0 -54
- data/Users/brettshollenberger/programming/historiographer/historiographer-4.1.0.gem +0 -0
- data/Users/brettshollenberger/programming/historiographer/historiographer.gemspec +0 -65
- data/Users/brettshollenberger/programming/historiographer/init.rb +0 -18
- data/Users/brettshollenberger/programming/historiographer/spec/db/database.yml +0 -27
- data/Users/brettshollenberger/programming/historiographer/spec/db/migrate/20161121212228_create_posts.rb +0 -19
- data/Users/brettshollenberger/programming/historiographer/spec/db/migrate/20161121212229_create_post_histories.rb +0 -10
- data/Users/brettshollenberger/programming/historiographer/spec/db/migrate/20161121212230_create_authors.rb +0 -13
- data/Users/brettshollenberger/programming/historiographer/spec/db/migrate/20161121212231_create_author_histories.rb +0 -10
- data/Users/brettshollenberger/programming/historiographer/spec/db/migrate/20161121212232_create_users.rb +0 -9
- data/Users/brettshollenberger/programming/historiographer/spec/db/migrate/20171011194624_create_safe_posts.rb +0 -19
- data/Users/brettshollenberger/programming/historiographer/spec/db/migrate/20171011194715_create_safe_post_histories.rb +0 -9
- data/Users/brettshollenberger/programming/historiographer/spec/db/migrate/20191024142304_create_thing_with_compound_index.rb +0 -10
- data/Users/brettshollenberger/programming/historiographer/spec/db/migrate/20191024142352_create_thing_with_compound_index_history.rb +0 -11
- data/Users/brettshollenberger/programming/historiographer/spec/db/migrate/20191024203106_create_thing_without_history.rb +0 -7
- data/Users/brettshollenberger/programming/historiographer/spec/db/migrate/20221018204220_create_silent_posts.rb +0 -21
- data/Users/brettshollenberger/programming/historiographer/spec/db/migrate/20221018204255_create_silent_post_histories.rb +0 -9
- data/Users/brettshollenberger/programming/historiographer/spec/db/migrate/20241109182017_create_comments.rb +0 -13
- data/Users/brettshollenberger/programming/historiographer/spec/db/migrate/20241109182020_create_comment_histories.rb +0 -9
- data/Users/brettshollenberger/programming/historiographer/spec/db/schema.rb +0 -225
- data/Users/brettshollenberger/programming/historiographer/spec/examples.txt +0 -40
- data/Users/brettshollenberger/programming/historiographer/spec/factories/post.rb +0 -7
- data/Users/brettshollenberger/programming/historiographer/spec/historiographer_spec.rb +0 -813
- data/Users/brettshollenberger/programming/historiographer/spec/spec_helper.rb +0 -56
- /data/{Users/brettshollenberger/programming/historiographer/lib → lib}/historiographer/configuration.rb +0 -0
- /data/{Users/brettshollenberger/programming/historiographer/lib → lib}/historiographer/history.rb +0 -0
- /data/{Users/brettshollenberger/programming/historiographer/lib → lib}/historiographer/history_migration.rb +0 -0
- /data/{Users/brettshollenberger/programming/historiographer/lib → lib}/historiographer/history_migration_mysql.rb +0 -0
- /data/{Users/brettshollenberger/programming/historiographer/lib → lib}/historiographer/mysql_migration.rb +0 -0
- /data/{Users/brettshollenberger/programming/historiographer/lib → lib}/historiographer/postgres_migration.rb +0 -0
- /data/{Users/brettshollenberger/programming/historiographer/lib → lib}/historiographer/relation.rb +0 -0
- /data/{Users/brettshollenberger/programming/historiographer/lib → lib}/historiographer/safe.rb +0 -0
- /data/{Users/brettshollenberger/programming/historiographer/lib → lib}/historiographer/silent.rb +0 -0
- /data/{Users/brettshollenberger/programming/historiographer/lib → lib}/historiographer/version.rb +0 -0
- /data/{Users/brettshollenberger/programming/historiographer/lib → lib}/historiographer.rb +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 740453114d73fc300d55d887a57f8bbf447042bb5d65da886125ece34982bf33
|
4
|
+
data.tar.gz: 201cfd99a05408c4f4387d4c7244d87c985ce82c7aaab24db8114c7760831f31
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 93d61f00c711ef9ef058e1e3eef9444755ea24756d5bb139cd2f657396061f80d9f405ed6eef4d86164fad8b10abd7e9103d0776556a2d1d344b379dab9d6076
|
7
|
+
data.tar.gz: acfe88c0b2fad42d24484b62fcd3cae84149eca55d0aea1d1f6771a5c6e785508679a5430f533d427c6aa460a8a5f355023f50ad42614282ae5d7b88591aaf19
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: historiographer
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 4.1.
|
4
|
+
version: 4.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- brettshollenberger
|
@@ -228,48 +228,19 @@ extra_rdoc_files:
|
|
228
228
|
- LICENSE.txt
|
229
229
|
- README.md
|
230
230
|
files:
|
231
|
-
- "/Users/brettshollenberger/programming/historiographer/Gemfile"
|
232
|
-
- "/Users/brettshollenberger/programming/historiographer/Gemfile.lock"
|
233
|
-
- "/Users/brettshollenberger/programming/historiographer/Guardfile"
|
234
|
-
- "/Users/brettshollenberger/programming/historiographer/LICENSE.txt"
|
235
|
-
- "/Users/brettshollenberger/programming/historiographer/README.md"
|
236
|
-
- "/Users/brettshollenberger/programming/historiographer/Rakefile"
|
237
|
-
- "/Users/brettshollenberger/programming/historiographer/historiographer-4.1.0.gem"
|
238
|
-
- "/Users/brettshollenberger/programming/historiographer/historiographer.gemspec"
|
239
|
-
- "/Users/brettshollenberger/programming/historiographer/init.rb"
|
240
|
-
- "/Users/brettshollenberger/programming/historiographer/lib/historiographer.rb"
|
241
|
-
- "/Users/brettshollenberger/programming/historiographer/lib/historiographer/configuration.rb"
|
242
|
-
- "/Users/brettshollenberger/programming/historiographer/lib/historiographer/history.rb"
|
243
|
-
- "/Users/brettshollenberger/programming/historiographer/lib/historiographer/history_migration.rb"
|
244
|
-
- "/Users/brettshollenberger/programming/historiographer/lib/historiographer/history_migration_mysql.rb"
|
245
|
-
- "/Users/brettshollenberger/programming/historiographer/lib/historiographer/mysql_migration.rb"
|
246
|
-
- "/Users/brettshollenberger/programming/historiographer/lib/historiographer/postgres_migration.rb"
|
247
|
-
- "/Users/brettshollenberger/programming/historiographer/lib/historiographer/relation.rb"
|
248
|
-
- "/Users/brettshollenberger/programming/historiographer/lib/historiographer/safe.rb"
|
249
|
-
- "/Users/brettshollenberger/programming/historiographer/lib/historiographer/silent.rb"
|
250
|
-
- "/Users/brettshollenberger/programming/historiographer/lib/historiographer/version.rb"
|
251
|
-
- "/Users/brettshollenberger/programming/historiographer/spec/db/database.yml"
|
252
|
-
- "/Users/brettshollenberger/programming/historiographer/spec/db/migrate/20161121212228_create_posts.rb"
|
253
|
-
- "/Users/brettshollenberger/programming/historiographer/spec/db/migrate/20161121212229_create_post_histories.rb"
|
254
|
-
- "/Users/brettshollenberger/programming/historiographer/spec/db/migrate/20161121212230_create_authors.rb"
|
255
|
-
- "/Users/brettshollenberger/programming/historiographer/spec/db/migrate/20161121212231_create_author_histories.rb"
|
256
|
-
- "/Users/brettshollenberger/programming/historiographer/spec/db/migrate/20161121212232_create_users.rb"
|
257
|
-
- "/Users/brettshollenberger/programming/historiographer/spec/db/migrate/20171011194624_create_safe_posts.rb"
|
258
|
-
- "/Users/brettshollenberger/programming/historiographer/spec/db/migrate/20171011194715_create_safe_post_histories.rb"
|
259
|
-
- "/Users/brettshollenberger/programming/historiographer/spec/db/migrate/20191024142304_create_thing_with_compound_index.rb"
|
260
|
-
- "/Users/brettshollenberger/programming/historiographer/spec/db/migrate/20191024142352_create_thing_with_compound_index_history.rb"
|
261
|
-
- "/Users/brettshollenberger/programming/historiographer/spec/db/migrate/20191024203106_create_thing_without_history.rb"
|
262
|
-
- "/Users/brettshollenberger/programming/historiographer/spec/db/migrate/20221018204220_create_silent_posts.rb"
|
263
|
-
- "/Users/brettshollenberger/programming/historiographer/spec/db/migrate/20221018204255_create_silent_post_histories.rb"
|
264
|
-
- "/Users/brettshollenberger/programming/historiographer/spec/db/migrate/20241109182017_create_comments.rb"
|
265
|
-
- "/Users/brettshollenberger/programming/historiographer/spec/db/migrate/20241109182020_create_comment_histories.rb"
|
266
|
-
- "/Users/brettshollenberger/programming/historiographer/spec/db/schema.rb"
|
267
|
-
- "/Users/brettshollenberger/programming/historiographer/spec/examples.txt"
|
268
|
-
- "/Users/brettshollenberger/programming/historiographer/spec/factories/post.rb"
|
269
|
-
- "/Users/brettshollenberger/programming/historiographer/spec/historiographer_spec.rb"
|
270
|
-
- "/Users/brettshollenberger/programming/historiographer/spec/spec_helper.rb"
|
271
231
|
- LICENSE.txt
|
272
232
|
- README.md
|
233
|
+
- lib/historiographer.rb
|
234
|
+
- lib/historiographer/configuration.rb
|
235
|
+
- lib/historiographer/history.rb
|
236
|
+
- lib/historiographer/history_migration.rb
|
237
|
+
- lib/historiographer/history_migration_mysql.rb
|
238
|
+
- lib/historiographer/mysql_migration.rb
|
239
|
+
- lib/historiographer/postgres_migration.rb
|
240
|
+
- lib/historiographer/relation.rb
|
241
|
+
- lib/historiographer/safe.rb
|
242
|
+
- lib/historiographer/silent.rb
|
243
|
+
- lib/historiographer/version.rb
|
273
244
|
homepage: http://github.com/brettshollenberger/historiographer
|
274
245
|
licenses:
|
275
246
|
- MIT
|
@@ -1,33 +0,0 @@
|
|
1
|
-
# frozen_string_literal: true
|
2
|
-
|
3
|
-
source 'https://rubygems.org'
|
4
|
-
ruby '3.0.2'
|
5
|
-
|
6
|
-
gem 'activerecord', '>= 6'
|
7
|
-
gem 'activerecord-import'
|
8
|
-
gem 'activesupport'
|
9
|
-
gem 'rails', '>= 6'
|
10
|
-
gem 'rollbar'
|
11
|
-
|
12
|
-
group :development, :test do
|
13
|
-
gem 'mysql2', '0.5'
|
14
|
-
gem 'paranoia'
|
15
|
-
gem 'pg'
|
16
|
-
gem 'pry'
|
17
|
-
gem 'standalone_migrations'
|
18
|
-
gem 'timecop'
|
19
|
-
end
|
20
|
-
|
21
|
-
group :development do
|
22
|
-
gem 'jeweler', git: 'https://github.com/technicalpickles/jeweler', branch: 'master'
|
23
|
-
gem 'rdoc', '~> 3.12'
|
24
|
-
gem 'simplecov', '>= 0'
|
25
|
-
end
|
26
|
-
|
27
|
-
group :test do
|
28
|
-
gem 'database_cleaner'
|
29
|
-
gem 'factory_bot_rails'
|
30
|
-
gem 'guard'
|
31
|
-
gem 'guard-rspec'
|
32
|
-
gem 'rspec'
|
33
|
-
end
|
@@ -1,341 +0,0 @@
|
|
1
|
-
GIT
|
2
|
-
remote: https://github.com/technicalpickles/jeweler
|
3
|
-
revision: 2ab86309fc2494ba2a4e9c86c514742cd4f681c2
|
4
|
-
branch: master
|
5
|
-
specs:
|
6
|
-
jeweler (2.3.9)
|
7
|
-
builder
|
8
|
-
bundler
|
9
|
-
git (>= 1.2.5)
|
10
|
-
github_api (~> 0.16.0)
|
11
|
-
highline (>= 1.6.15)
|
12
|
-
nokogiri (>= 1.5.10)
|
13
|
-
psych
|
14
|
-
rake
|
15
|
-
rdoc
|
16
|
-
semver2
|
17
|
-
|
18
|
-
GEM
|
19
|
-
remote: https://rubygems.org/
|
20
|
-
specs:
|
21
|
-
actioncable (7.1.5)
|
22
|
-
actionpack (= 7.1.5)
|
23
|
-
activesupport (= 7.1.5)
|
24
|
-
nio4r (~> 2.0)
|
25
|
-
websocket-driver (>= 0.6.1)
|
26
|
-
zeitwerk (~> 2.6)
|
27
|
-
actionmailbox (7.1.5)
|
28
|
-
actionpack (= 7.1.5)
|
29
|
-
activejob (= 7.1.5)
|
30
|
-
activerecord (= 7.1.5)
|
31
|
-
activestorage (= 7.1.5)
|
32
|
-
activesupport (= 7.1.5)
|
33
|
-
mail (>= 2.7.1)
|
34
|
-
net-imap
|
35
|
-
net-pop
|
36
|
-
net-smtp
|
37
|
-
actionmailer (7.1.5)
|
38
|
-
actionpack (= 7.1.5)
|
39
|
-
actionview (= 7.1.5)
|
40
|
-
activejob (= 7.1.5)
|
41
|
-
activesupport (= 7.1.5)
|
42
|
-
mail (~> 2.5, >= 2.5.4)
|
43
|
-
net-imap
|
44
|
-
net-pop
|
45
|
-
net-smtp
|
46
|
-
rails-dom-testing (~> 2.2)
|
47
|
-
actionpack (7.1.5)
|
48
|
-
actionview (= 7.1.5)
|
49
|
-
activesupport (= 7.1.5)
|
50
|
-
nokogiri (>= 1.8.5)
|
51
|
-
racc
|
52
|
-
rack (>= 2.2.4)
|
53
|
-
rack-session (>= 1.0.1)
|
54
|
-
rack-test (>= 0.6.3)
|
55
|
-
rails-dom-testing (~> 2.2)
|
56
|
-
rails-html-sanitizer (~> 1.6)
|
57
|
-
actiontext (7.1.5)
|
58
|
-
actionpack (= 7.1.5)
|
59
|
-
activerecord (= 7.1.5)
|
60
|
-
activestorage (= 7.1.5)
|
61
|
-
activesupport (= 7.1.5)
|
62
|
-
globalid (>= 0.6.0)
|
63
|
-
nokogiri (>= 1.8.5)
|
64
|
-
actionview (7.1.5)
|
65
|
-
activesupport (= 7.1.5)
|
66
|
-
builder (~> 3.1)
|
67
|
-
erubi (~> 1.11)
|
68
|
-
rails-dom-testing (~> 2.2)
|
69
|
-
rails-html-sanitizer (~> 1.6)
|
70
|
-
activejob (7.1.5)
|
71
|
-
activesupport (= 7.1.5)
|
72
|
-
globalid (>= 0.3.6)
|
73
|
-
activemodel (7.1.5)
|
74
|
-
activesupport (= 7.1.5)
|
75
|
-
activerecord (7.1.5)
|
76
|
-
activemodel (= 7.1.5)
|
77
|
-
activesupport (= 7.1.5)
|
78
|
-
timeout (>= 0.4.0)
|
79
|
-
activerecord-import (1.8.1)
|
80
|
-
activerecord (>= 4.2)
|
81
|
-
activestorage (7.1.5)
|
82
|
-
actionpack (= 7.1.5)
|
83
|
-
activejob (= 7.1.5)
|
84
|
-
activerecord (= 7.1.5)
|
85
|
-
activesupport (= 7.1.5)
|
86
|
-
marcel (~> 1.0)
|
87
|
-
activesupport (7.1.5)
|
88
|
-
base64
|
89
|
-
benchmark (>= 0.3)
|
90
|
-
bigdecimal
|
91
|
-
concurrent-ruby (~> 1.0, >= 1.0.2)
|
92
|
-
connection_pool (>= 2.2.5)
|
93
|
-
drb
|
94
|
-
i18n (>= 1.6, < 2)
|
95
|
-
logger (>= 1.4.2)
|
96
|
-
minitest (>= 5.1)
|
97
|
-
mutex_m
|
98
|
-
securerandom (>= 0.3)
|
99
|
-
tzinfo (~> 2.0)
|
100
|
-
addressable (2.4.0)
|
101
|
-
base64 (0.2.0)
|
102
|
-
benchmark (0.4.0)
|
103
|
-
bigdecimal (3.1.8)
|
104
|
-
builder (3.3.0)
|
105
|
-
coderay (1.1.3)
|
106
|
-
concurrent-ruby (1.3.4)
|
107
|
-
connection_pool (2.4.1)
|
108
|
-
crass (1.0.6)
|
109
|
-
database_cleaner (2.1.0)
|
110
|
-
database_cleaner-active_record (>= 2, < 3)
|
111
|
-
database_cleaner-active_record (2.2.0)
|
112
|
-
activerecord (>= 5.a)
|
113
|
-
database_cleaner-core (~> 2.0.0)
|
114
|
-
database_cleaner-core (2.0.1)
|
115
|
-
date (3.4.0)
|
116
|
-
descendants_tracker (0.0.4)
|
117
|
-
thread_safe (~> 0.3, >= 0.3.1)
|
118
|
-
diff-lcs (1.5.1)
|
119
|
-
docile (1.4.1)
|
120
|
-
drb (2.2.1)
|
121
|
-
erubi (1.13.0)
|
122
|
-
factory_bot (6.5.0)
|
123
|
-
activesupport (>= 5.0.0)
|
124
|
-
factory_bot_rails (6.4.4)
|
125
|
-
factory_bot (~> 6.5)
|
126
|
-
railties (>= 5.0.0)
|
127
|
-
faraday (0.9.2)
|
128
|
-
multipart-post (>= 1.2, < 3)
|
129
|
-
ffi (1.17.0-arm64-darwin)
|
130
|
-
ffi (1.17.0-x86_64-darwin)
|
131
|
-
formatador (1.1.0)
|
132
|
-
git (1.11.0)
|
133
|
-
rchardet (~> 1.8)
|
134
|
-
github_api (0.16.0)
|
135
|
-
addressable (~> 2.4.0)
|
136
|
-
descendants_tracker (~> 0.0.4)
|
137
|
-
faraday (~> 0.8, < 0.10)
|
138
|
-
hashie (>= 3.4)
|
139
|
-
mime-types (>= 1.16, < 3.0)
|
140
|
-
oauth2 (~> 1.0)
|
141
|
-
globalid (1.2.1)
|
142
|
-
activesupport (>= 6.1)
|
143
|
-
guard (2.19.0)
|
144
|
-
formatador (>= 0.2.4)
|
145
|
-
listen (>= 2.7, < 4.0)
|
146
|
-
lumberjack (>= 1.0.12, < 2.0)
|
147
|
-
nenv (~> 0.1)
|
148
|
-
notiffany (~> 0.0)
|
149
|
-
pry (>= 0.13.0)
|
150
|
-
shellany (~> 0.0)
|
151
|
-
thor (>= 0.18.1)
|
152
|
-
guard-compat (1.2.1)
|
153
|
-
guard-rspec (4.7.3)
|
154
|
-
guard (~> 2.1)
|
155
|
-
guard-compat (~> 1.1)
|
156
|
-
rspec (>= 2.99.0, < 4.0)
|
157
|
-
hashie (5.0.0)
|
158
|
-
highline (3.1.1)
|
159
|
-
reline
|
160
|
-
i18n (1.14.6)
|
161
|
-
concurrent-ruby (~> 1.0)
|
162
|
-
io-console (0.7.2)
|
163
|
-
irb (1.12.0)
|
164
|
-
rdoc
|
165
|
-
reline (>= 0.4.2)
|
166
|
-
json (1.8.6)
|
167
|
-
jwt (2.9.3)
|
168
|
-
base64
|
169
|
-
listen (3.9.0)
|
170
|
-
rb-fsevent (~> 0.10, >= 0.10.3)
|
171
|
-
rb-inotify (~> 0.9, >= 0.9.10)
|
172
|
-
logger (1.6.1)
|
173
|
-
loofah (2.23.1)
|
174
|
-
crass (~> 1.0.2)
|
175
|
-
nokogiri (>= 1.12.0)
|
176
|
-
lumberjack (1.2.10)
|
177
|
-
mail (2.8.1)
|
178
|
-
mini_mime (>= 0.1.1)
|
179
|
-
net-imap
|
180
|
-
net-pop
|
181
|
-
net-smtp
|
182
|
-
marcel (1.0.4)
|
183
|
-
method_source (1.1.0)
|
184
|
-
mime-types (2.99.3)
|
185
|
-
mini_mime (1.1.5)
|
186
|
-
minitest (5.25.1)
|
187
|
-
multi_json (1.15.0)
|
188
|
-
multi_xml (0.6.0)
|
189
|
-
multipart-post (2.4.1)
|
190
|
-
mutex_m (0.2.0)
|
191
|
-
mysql2 (0.5.0)
|
192
|
-
nenv (0.3.0)
|
193
|
-
net-imap (0.4.18)
|
194
|
-
date
|
195
|
-
net-protocol
|
196
|
-
net-pop (0.1.2)
|
197
|
-
net-protocol
|
198
|
-
net-protocol (0.2.2)
|
199
|
-
timeout
|
200
|
-
net-smtp (0.5.0)
|
201
|
-
net-protocol
|
202
|
-
nio4r (2.7.4)
|
203
|
-
nokogiri (1.16.7-arm64-darwin)
|
204
|
-
racc (~> 1.4)
|
205
|
-
nokogiri (1.16.7-x86_64-darwin)
|
206
|
-
racc (~> 1.4)
|
207
|
-
notiffany (0.1.3)
|
208
|
-
nenv (~> 0.1)
|
209
|
-
shellany (~> 0.0)
|
210
|
-
oauth2 (1.4.8)
|
211
|
-
faraday (>= 0.8, < 3.0)
|
212
|
-
jwt (>= 1.0, < 3.0)
|
213
|
-
multi_json (~> 1.3)
|
214
|
-
multi_xml (~> 0.5)
|
215
|
-
rack (>= 1.2, < 3)
|
216
|
-
paranoia (3.0.0)
|
217
|
-
activerecord (>= 6, < 8.1)
|
218
|
-
pg (1.5.9)
|
219
|
-
pry (0.14.2)
|
220
|
-
coderay (~> 1.1)
|
221
|
-
method_source (~> 1.0)
|
222
|
-
psych (5.2.0)
|
223
|
-
stringio
|
224
|
-
racc (1.8.1)
|
225
|
-
rack (2.2.10)
|
226
|
-
rack-session (1.0.2)
|
227
|
-
rack (< 3)
|
228
|
-
rack-test (2.1.0)
|
229
|
-
rack (>= 1.3)
|
230
|
-
rackup (1.0.1)
|
231
|
-
rack (< 3)
|
232
|
-
webrick
|
233
|
-
rails (7.1.5)
|
234
|
-
actioncable (= 7.1.5)
|
235
|
-
actionmailbox (= 7.1.5)
|
236
|
-
actionmailer (= 7.1.5)
|
237
|
-
actionpack (= 7.1.5)
|
238
|
-
actiontext (= 7.1.5)
|
239
|
-
actionview (= 7.1.5)
|
240
|
-
activejob (= 7.1.5)
|
241
|
-
activemodel (= 7.1.5)
|
242
|
-
activerecord (= 7.1.5)
|
243
|
-
activestorage (= 7.1.5)
|
244
|
-
activesupport (= 7.1.5)
|
245
|
-
bundler (>= 1.15.0)
|
246
|
-
railties (= 7.1.5)
|
247
|
-
rails-dom-testing (2.2.0)
|
248
|
-
activesupport (>= 5.0.0)
|
249
|
-
minitest
|
250
|
-
nokogiri (>= 1.6)
|
251
|
-
rails-html-sanitizer (1.6.0)
|
252
|
-
loofah (~> 2.21)
|
253
|
-
nokogiri (~> 1.14)
|
254
|
-
railties (7.1.5)
|
255
|
-
actionpack (= 7.1.5)
|
256
|
-
activesupport (= 7.1.5)
|
257
|
-
irb
|
258
|
-
rackup (>= 1.0.0)
|
259
|
-
rake (>= 12.2)
|
260
|
-
thor (~> 1.0, >= 1.2.2)
|
261
|
-
zeitwerk (~> 2.6)
|
262
|
-
rake (13.2.1)
|
263
|
-
rb-fsevent (0.11.2)
|
264
|
-
rb-inotify (0.11.1)
|
265
|
-
ffi (~> 1.0)
|
266
|
-
rchardet (1.8.0)
|
267
|
-
rdoc (3.12.2)
|
268
|
-
json (~> 1.4)
|
269
|
-
reline (0.5.11)
|
270
|
-
io-console (~> 0.5)
|
271
|
-
rollbar (3.6.0)
|
272
|
-
rspec (3.13.0)
|
273
|
-
rspec-core (~> 3.13.0)
|
274
|
-
rspec-expectations (~> 3.13.0)
|
275
|
-
rspec-mocks (~> 3.13.0)
|
276
|
-
rspec-core (3.13.2)
|
277
|
-
rspec-support (~> 3.13.0)
|
278
|
-
rspec-expectations (3.13.3)
|
279
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
280
|
-
rspec-support (~> 3.13.0)
|
281
|
-
rspec-mocks (3.13.2)
|
282
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
283
|
-
rspec-support (~> 3.13.0)
|
284
|
-
rspec-support (3.13.1)
|
285
|
-
securerandom (0.3.1)
|
286
|
-
semver2 (3.4.2)
|
287
|
-
shellany (0.0.1)
|
288
|
-
simplecov (0.22.0)
|
289
|
-
docile (~> 1.1)
|
290
|
-
simplecov-html (~> 0.11)
|
291
|
-
simplecov_json_formatter (~> 0.1)
|
292
|
-
simplecov-html (0.13.1)
|
293
|
-
simplecov_json_formatter (0.1.4)
|
294
|
-
standalone_migrations (7.2.0)
|
295
|
-
activerecord (>= 6.0.0, < 8.0)
|
296
|
-
nokogiri (~> 1.14)
|
297
|
-
railties (>= 6.0.0, < 8.0)
|
298
|
-
rake (>= 10.0)
|
299
|
-
stringio (3.1.2)
|
300
|
-
thor (1.3.2)
|
301
|
-
thread_safe (0.3.6)
|
302
|
-
timecop (0.9.10)
|
303
|
-
timeout (0.4.2)
|
304
|
-
tzinfo (2.0.6)
|
305
|
-
concurrent-ruby (~> 1.0)
|
306
|
-
webrick (1.9.0)
|
307
|
-
websocket-driver (0.7.6)
|
308
|
-
websocket-extensions (>= 0.1.0)
|
309
|
-
websocket-extensions (0.1.5)
|
310
|
-
zeitwerk (2.6.18)
|
311
|
-
|
312
|
-
PLATFORMS
|
313
|
-
arm64-darwin
|
314
|
-
x86_64-darwin
|
315
|
-
|
316
|
-
DEPENDENCIES
|
317
|
-
activerecord (>= 6)
|
318
|
-
activerecord-import
|
319
|
-
activesupport
|
320
|
-
database_cleaner
|
321
|
-
factory_bot_rails
|
322
|
-
guard
|
323
|
-
guard-rspec
|
324
|
-
jeweler!
|
325
|
-
mysql2 (= 0.5)
|
326
|
-
paranoia
|
327
|
-
pg
|
328
|
-
pry
|
329
|
-
rails (>= 6)
|
330
|
-
rdoc (~> 3.12)
|
331
|
-
rollbar
|
332
|
-
rspec
|
333
|
-
simplecov
|
334
|
-
standalone_migrations
|
335
|
-
timecop
|
336
|
-
|
337
|
-
RUBY VERSION
|
338
|
-
ruby 3.0.2p107
|
339
|
-
|
340
|
-
BUNDLED WITH
|
341
|
-
2.5.23
|
@@ -1,20 +0,0 @@
|
|
1
|
-
Copyright (c) 2016 Brett Shollenberger
|
2
|
-
|
3
|
-
Permission is hereby granted, free of charge, to any person obtaining
|
4
|
-
a copy of this software and associated documentation files (the
|
5
|
-
"Software"), to deal in the Software without restriction, including
|
6
|
-
without limitation the rights to use, copy, modify, merge, publish,
|
7
|
-
distribute, sublicense, and/or sell copies of the Software, and to
|
8
|
-
permit persons to whom the Software is furnished to do so, subject to
|
9
|
-
the following conditions:
|
10
|
-
|
11
|
-
The above copyright notice and this permission notice shall be
|
12
|
-
included in all copies or substantial portions of the Software.
|
13
|
-
|
14
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
15
|
-
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
16
|
-
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
17
|
-
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
18
|
-
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
19
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
20
|
-
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|