archiving 0.4.1 → 0.4.3
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.
- checksums.yaml +4 -4
- metadata +39 -52
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1305ea31649f1f02fd4cb8182d5aa519181e7d679b968903e99f755c8bd06b3e
|
|
4
|
+
data.tar.gz: cd2b9571bd25bb560d5663513c701148f175f70ec78ef16426dc97b0ab15d2df
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 84324f0aca6a8baeaca44fa9b3ff18e5f1da15f2c313f3d15aff211d86c862d79e492a019f08a9fa923840c317df603ed4e4e1caf10388429ff133cedc1f347b
|
|
7
|
+
data.tar.gz: af1e6e3a3b2bb9b0e673ba0a6bc305187e42cc89775ac2806ccab3b05e42576e80698b28fd6af9988a935d51018382be4b52fec5b87762b783fde3b7ff9bcc10
|
metadata
CHANGED
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: archiving
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.4.
|
|
4
|
+
version: 0.4.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Harry Vangberg
|
|
8
8
|
- Michael Kyed
|
|
9
|
-
|
|
9
|
+
- Henrik Bjørnskov
|
|
10
|
+
autorequire:
|
|
10
11
|
bindir: bin
|
|
11
12
|
cert_chain: []
|
|
12
13
|
date: 2022-02-28 00:00:00.000000000 Z
|
|
@@ -65,20 +66,6 @@ dependencies:
|
|
|
65
66
|
- - "<"
|
|
66
67
|
- !ruby/object:Gem::Version
|
|
67
68
|
version: '7.0'
|
|
68
|
-
- !ruby/object:Gem::Dependency
|
|
69
|
-
name: jquery-rails
|
|
70
|
-
requirement: !ruby/object:Gem::Requirement
|
|
71
|
-
requirements:
|
|
72
|
-
- - ">="
|
|
73
|
-
- !ruby/object:Gem::Version
|
|
74
|
-
version: '0'
|
|
75
|
-
type: :development
|
|
76
|
-
prerelease: false
|
|
77
|
-
version_requirements: !ruby/object:Gem::Requirement
|
|
78
|
-
requirements:
|
|
79
|
-
- - ">="
|
|
80
|
-
- !ruby/object:Gem::Version
|
|
81
|
-
version: '0'
|
|
82
69
|
- !ruby/object:Gem::Dependency
|
|
83
70
|
name: rake
|
|
84
71
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -123,7 +110,7 @@ dependencies:
|
|
|
123
110
|
version: '0'
|
|
124
111
|
description: Archiving aged records to archive table
|
|
125
112
|
email:
|
|
126
|
-
- teknik@
|
|
113
|
+
- teknik@relatel.dk
|
|
127
114
|
executables: []
|
|
128
115
|
extensions: []
|
|
129
116
|
extra_rdoc_files: []
|
|
@@ -189,7 +176,7 @@ files:
|
|
|
189
176
|
homepage: https://github.com/firmafon/archiving
|
|
190
177
|
licenses: []
|
|
191
178
|
metadata: {}
|
|
192
|
-
post_install_message:
|
|
179
|
+
post_install_message:
|
|
193
180
|
rdoc_options: []
|
|
194
181
|
require_paths:
|
|
195
182
|
- lib
|
|
@@ -204,59 +191,59 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
204
191
|
- !ruby/object:Gem::Version
|
|
205
192
|
version: '0'
|
|
206
193
|
requirements: []
|
|
207
|
-
rubygems_version: 3.
|
|
208
|
-
signing_key:
|
|
194
|
+
rubygems_version: 3.2.32
|
|
195
|
+
signing_key:
|
|
209
196
|
specification_version: 4
|
|
210
197
|
summary: MySQL Archive Tables
|
|
211
198
|
test_files:
|
|
199
|
+
- test/archive_table_test.rb
|
|
212
200
|
- test/archiving_test.rb
|
|
213
|
-
- test/dummy/
|
|
214
|
-
- test/dummy/
|
|
201
|
+
- test/dummy/README.rdoc
|
|
202
|
+
- test/dummy/Rakefile
|
|
203
|
+
- test/dummy/app/assets/javascripts/application.js
|
|
204
|
+
- test/dummy/app/assets/stylesheets/application.css
|
|
205
|
+
- test/dummy/app/controllers/application_controller.rb
|
|
206
|
+
- test/dummy/app/helpers/application_helper.rb
|
|
215
207
|
- test/dummy/app/models/log_day.rb
|
|
216
208
|
- test/dummy/app/models/log_line.rb
|
|
209
|
+
- test/dummy/app/models/log_other.rb
|
|
217
210
|
- test/dummy/app/models/post.rb
|
|
218
|
-
- test/dummy/app/
|
|
211
|
+
- test/dummy/app/models/postrw.rb
|
|
219
212
|
- test/dummy/app/views/layouts/application.html.erb
|
|
220
|
-
- test/dummy/app/assets/javascripts/application.js
|
|
221
|
-
- test/dummy/app/assets/stylesheets/application.css
|
|
222
|
-
- test/dummy/app/helpers/application_helper.rb
|
|
223
|
-
- test/dummy/test/unit/post_test.rb
|
|
224
|
-
- test/dummy/bin/rake
|
|
225
213
|
- test/dummy/bin/bundle
|
|
226
214
|
- test/dummy/bin/rails
|
|
227
|
-
- test/dummy/
|
|
228
|
-
- test/dummy/config/locales/en.yml
|
|
229
|
-
- test/dummy/config/environments/production.rb
|
|
230
|
-
- test/dummy/config/environments/development.rb
|
|
231
|
-
- test/dummy/config/environments/test.rb
|
|
232
|
-
- test/dummy/config/environment.rb
|
|
215
|
+
- test/dummy/bin/rake
|
|
233
216
|
- test/dummy/config/application.rb
|
|
234
|
-
- test/dummy/config/database.yml
|
|
235
217
|
- test/dummy/config/boot.rb
|
|
218
|
+
- test/dummy/config/database.yml
|
|
219
|
+
- test/dummy/config/environment.rb
|
|
220
|
+
- test/dummy/config/environments/development.rb
|
|
221
|
+
- test/dummy/config/environments/production.rb
|
|
222
|
+
- test/dummy/config/environments/test.rb
|
|
236
223
|
- test/dummy/config/initializers/backtrace_silencers.rb
|
|
237
|
-
- test/dummy/config/initializers/mime_types.rb
|
|
238
224
|
- test/dummy/config/initializers/filter_parameter_logging.rb
|
|
225
|
+
- test/dummy/config/initializers/inflections.rb
|
|
226
|
+
- test/dummy/config/initializers/mime_types.rb
|
|
227
|
+
- test/dummy/config/initializers/secret_token.rb
|
|
239
228
|
- test/dummy/config/initializers/session_store.rb
|
|
240
229
|
- test/dummy/config/initializers/wrap_parameters.rb
|
|
241
|
-
- test/dummy/config/
|
|
242
|
-
- test/dummy/config/
|
|
230
|
+
- test/dummy/config/locales/en.yml
|
|
231
|
+
- test/dummy/config/routes.rb
|
|
243
232
|
- test/dummy/config.ru
|
|
244
|
-
- test/dummy/script/rails
|
|
245
|
-
- test/dummy/Rakefile
|
|
246
|
-
- test/dummy/public/favicon.ico
|
|
247
|
-
- test/dummy/public/422.html
|
|
248
|
-
- test/dummy/public/500.html
|
|
249
|
-
- test/dummy/public/404.html
|
|
250
|
-
- test/dummy/db/schema.rb
|
|
251
|
-
- test/dummy/db/migrate/20140414124125_create_postable_on_log_day.rb
|
|
252
|
-
- test/dummy/db/migrate/20190711112558_create_postrws.rb
|
|
253
233
|
- test/dummy/db/migrate/20140220134827_create_posts.rb
|
|
254
|
-
- test/dummy/db/migrate/
|
|
234
|
+
- test/dummy/db/migrate/20140220140852_posts_archive.rb
|
|
235
|
+
- test/dummy/db/migrate/20140220140952_posts_tag.rb
|
|
255
236
|
- test/dummy/db/migrate/20140317201702_create_logs.rb
|
|
237
|
+
- test/dummy/db/migrate/20140414124125_create_postable_on_log_day.rb
|
|
238
|
+
- test/dummy/db/migrate/20161103093656_create_log_other.rb
|
|
256
239
|
- test/dummy/db/migrate/20161103100644_create_log_other_archive.rb
|
|
257
|
-
- test/dummy/db/migrate/
|
|
258
|
-
- test/dummy/db/
|
|
259
|
-
- test/dummy/
|
|
240
|
+
- test/dummy/db/migrate/20190711112558_create_postrws.rb
|
|
241
|
+
- test/dummy/db/schema.rb
|
|
242
|
+
- test/dummy/public/404.html
|
|
243
|
+
- test/dummy/public/422.html
|
|
244
|
+
- test/dummy/public/500.html
|
|
245
|
+
- test/dummy/public/favicon.ico
|
|
246
|
+
- test/dummy/script/rails
|
|
247
|
+
- test/dummy/test/unit/post_test.rb
|
|
260
248
|
- test/migrations_test.rb
|
|
261
|
-
- test/archive_table_test.rb
|
|
262
249
|
- test/test_helper.rb
|