dumpcar 0.1.0.4 → 0.1.1

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ed119cf17a409f818d9dd8f069a5e7220311915609c84a89e1e4cee24708ec1b
4
- data.tar.gz: f3537224213f96e745edfcdccbc56e3906f0b32fdb349ce725425a41f9d78887
3
+ metadata.gz: 52511a48a41c491763ac701489b0bfe9af0d9e1d43df0664ef65164264547bf0
4
+ data.tar.gz: 5dc6dd24b730d027ca9efcd5c1432acdb714874f41fc69b9cf6d98c9b6b82f59
5
5
  SHA512:
6
- metadata.gz: 14c5f0ba07c1618d401a9b3f8d5b7345b7c70b1c484bdbe0179f75e7c8f7995e5316470a4e6b0986f7b4ff02701f012df80d9c60b8b9a31f1519144efb309908
7
- data.tar.gz: 5bfad0956996b9fd3f9937728b179f9144af7ba65cbe8f33ee60156dfdb7820852675ef12d8286a3faad5f0d01eaa22d4314886c8dc4774e66d85f6c99ef39c8
6
+ metadata.gz: 492cb8db640c682bb3547c21f4bf8768282c0658b4b436d676d41236c143d36e4cf90c33e9b88e6628d3eb7d967ffb1b011816590c9410ca1f9c85e9eff2993a
7
+ data.tar.gz: 4bbb7c5f1aebab2674fc4cb06436c5f31d9641bed2f0110fad4c486906ea0ea66e32f3979ceb47ff1b331ba5fcf287722b73846f457e944704fd51bf56bc2a41
@@ -1,4 +1,4 @@
1
- FROM mcr.microsoft.com/devcontainers/ruby:1-3.4-bullseye
1
+ FROM mcr.microsoft.com/devcontainers/ruby:1-3.2-bullseye
2
2
 
3
3
  # Install Rails
4
4
  RUN su vscode -c "gem install rails webdrivers"
@@ -1,24 +1,28 @@
1
1
  // For format details, see https://aka.ms/devcontainer.json. For config options, see the
2
2
  // README at: https://github.com/devcontainers/templates/tree/main/src/ruby-rails-postgres
3
3
  {
4
- "name": "Ruby on Rails & Postgres",
5
- "dockerComposeFile": "docker-compose.yml",
6
- "service": "app",
7
- "workspaceFolder": "/workspaces/${localWorkspaceFolderBasename}"
4
+ "name": "Ruby on Rails & Postgres",
5
+ "dockerComposeFile": "docker-compose.yml",
6
+ "service": "app",
7
+ "workspaceFolder": "/workspaces/${localWorkspaceFolderBasename}",
8
8
 
9
- // Features to add to the dev container. More info: https://containers.dev/features.
10
- // "features": {},
9
+ // Features to add to the dev container. More info: https://containers.dev/features.
10
+ "features": {
11
+ "ghcr.io/devcontainers/features/node:1": {},
12
+ "ghcr.io/devcontainers/features/github-cli:1": {},
13
+ "ghcr.io/joshuanianji/devcontainer-features/github-cli-persistence:1": {}
14
+ },
11
15
 
12
- // Use 'forwardPorts' to make a list of ports inside the container available locally.
13
- // This can be used to network with other containers or the host.
14
- // "forwardPorts": [3000, 5432],
16
+ // Use 'forwardPorts' to make a list of ports inside the container available locally.
17
+ // This can be used to network with other containers or the host.
18
+ // "forwardPorts": [3000, 5432],
15
19
 
16
- // Use 'postCreateCommand' to run commands after the container is created.
17
- // "postCreateCommand": "bundle install && rake db:setup",
20
+ // Use 'postCreateCommand' to run commands after the container is created.
21
+ "postCreateCommand": "bin/setup"
18
22
 
19
- // Configure tool-specific properties.
20
- // "customizations": {},
23
+ // Configure tool-specific properties.
24
+ // "customizations": {},
21
25
 
22
- // Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root.
23
- // "remoteUser": "root"
26
+ // Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root.
27
+ // "remoteUser": "root"
24
28
  }
@@ -1,4 +1,4 @@
1
- version: '3'
1
+ version: "3"
2
2
 
3
3
  services:
4
4
  app:
data/.husky/pre-commit ADDED
@@ -0,0 +1 @@
1
+ npx lint-staged
data/CHANGELOG.md CHANGED
@@ -1,5 +1 @@
1
- ## [Unreleased]
2
-
3
- ## [0.1.0] - 2025-05-04
4
-
5
- - Initial release
1
+ Please refer to Github releases for changelogs
data/CODE_OF_CONDUCT.md CHANGED
@@ -1,13 +1,10 @@
1
- Code of Conduct
2
- ===============
1
+ # Code of Conduct
3
2
 
4
- Preface
5
- -------
3
+ ## Preface
6
4
 
7
- The Dumpcar project intends to be collaborative project that aims to unify the efforts of many individual contributors, whether they are contributing glue work, documentation, process, code, or other kinds of labor not explicitly included, into a coherent *instrument* that is accessible to the public and experts alike and remains such for as long as it is feasible. The continued existence of such an instrument is indelibly tied to the existence of a community caring for and maintaining it; this community achieving it by the individuals accepting shared values and goals to become more than the sum of the parts.
5
+ The Dumpcar project intends to be collaborative project that aims to unify the efforts of many individual contributors, whether they are contributing glue work, documentation, process, code, or other kinds of labor not explicitly included, into a coherent _instrument_ that is accessible to the public and experts alike and remains such for as long as it is feasible. The continued existence of such an instrument is indelibly tied to the existence of a community caring for and maintaining it; this community achieving it by the individuals accepting shared values and goals to become more than the sum of the parts.
8
6
 
9
- Argument
10
- --------
7
+ ## Argument
11
8
 
12
9
  1. The Dumpcar project was started by a queer person; queer people existing perpetually on the fringes of what is acceptable. Aspirationally, this is _a space for queer people_. If you are not, please be our guest; it will be built in the open for your benefit, no matter who you are, and share our knowledge, expertise, and skill freely. Do treat us like the agents we are; we will tell you in private if you seem not to, and we will ask you to leave if that fails.
13
10
 
@@ -19,18 +16,16 @@ Argument
19
16
 
20
17
  5. Project leaders have a noticeable degree of influence on the behavior of community members and as such are partially responsible for the community as a whole.
21
18
 
22
- Resolution
23
- ----------
19
+ ## Resolution
24
20
 
25
21
  Where feasible, we encourage resolution of interpersonal conflict through private communication. Where that fails or is inapplicable due to the nature of the issue, instances of unacceptable behavior may be reported to any of the project leaders, who are currently:
26
22
 
27
- * Eric [@wwahammy]
23
+ - Eric [@wwahammy]
28
24
 
29
25
  Project leaders are obliged to respect the privacy and security of the reporter and promptly investigate all reports. To the best of our ability, we will address them fairly and proportionally.
30
26
 
31
27
  [@wwahammy]: mailto:eric@wwahammy.com
32
28
 
33
- Credits
34
- ----------
29
+ ## Credits
35
30
 
36
31
  This document is based upon the Code of Conduct from the [Glasgow Embedded Project](https://github.com/GlasgowEmbedded/glasgow) [Code of Conduct](https://github.com/GlasgowEmbedded/glasgow/blob/3c257d84c9915d48918a4d019194d329a1be34ac/CODE_OF_CONDUCT.md).
data/README.md CHANGED
@@ -2,8 +2,8 @@
2
2
 
3
3
  Rake tasks for dumping and restoring the contents of the PostgreSQL database for your Rails application.
4
4
 
5
- * Dump (`rails dumpcar:dump`) and restore your last dump (`rails dumpcar:restore`) with a single command
6
- * Uses your Rails database credentials for your environment
5
+ - Dump (`rails dumpcar:dump`) and restore your last dump (`rails dumpcar:restore`) with a single command
6
+ - Uses your Rails database credentials for your environment
7
7
 
8
8
  ## Installation
9
9
 
@@ -27,15 +27,15 @@ Outside of the `rails dumpcar:dump` and `rails dumpcar:restore` commands, don't
27
27
 
28
28
  ## Longer term feature goals
29
29
 
30
- * Support other Rails database (MySQL and SQLite)
31
- * Support other Rails environments than the current one
32
- * Ability to clean your db/dumps directory of all dumps before a given time
33
- * Add support for naming a dump (you can manually do this now but not via the rake task)
34
- * Restoring a specific dump via filepath
35
- * Restoring a specific dump by timestamp
36
- * Restoring a specific dump by name
37
- * Restoring a specific dump made before or after a given time
38
- * Extension points for other ways to get a database (Easily get a dump from Heroku's Postgres backups, for example)
30
+ - Support other Rails database (MySQL and SQLite)
31
+ - Support other Rails environments than the current one
32
+ - Ability to clean your db/dumps directory of all dumps before a given time
33
+ - Add support for naming a dump (you can manually do this now but not via the rake task)
34
+ - Restoring a specific dump via filepath
35
+ - Restoring a specific dump by timestamp
36
+ - Restoring a specific dump by name
37
+ - Restoring a specific dump made before or after a given time
38
+ - Extension points for other ways to get a database (Easily get a dump from Heroku's Postgres backups, for example)
39
39
 
40
40
  ## Development
41
41
 
@@ -47,7 +47,7 @@ Bug reports and pull requests are welcome on GitHub at https://github.com/wwaham
47
47
 
48
48
  ## License
49
49
 
50
- The gem is available as open source under the terms of the [LGPL-3.0-or-later license](https://github.com/wwahammy/dumpcar/blob/LICENSE).
50
+ The gem is available as open source under the terms of the [LGPL-3.0-or-later license](https://github.com/wwahammy/dumpcar/blob/main/LICENSE).
51
51
 
52
52
  ## Code of Conduct
53
53
 
data/SECURITY.md ADDED
@@ -0,0 +1,17 @@
1
+ # Security Policy
2
+
3
+ dumpcar is provided as-is and is in very early stages. That said, we accept
4
+ vulnerability reports for the current major version.
5
+
6
+ ## Supported Versions
7
+
8
+ | Version | Supported |
9
+ | ------- | ------------------ |
10
+ | 0.x | :white_check_mark: |
11
+
12
+ ## Reporting a Vulnerability
13
+
14
+ To report a vulnerability, please visit https://github.com/wwahammy/dumpcar/security to report a vulnerability.
15
+ Vulnerability reports will addressed when we have time. Please follow the
16
+ [dumpcar Code of Conduct](https://github.com/wwahammy/dumpcar/blob/main/CODE_OF_CONDUCT.md)
17
+ at all times.
@@ -2,6 +2,7 @@
2
2
 
3
3
  source "https://rubygems.org"
4
4
 
5
+ gem "aruba", "~> 2.3"
5
6
  gem "irb"
6
7
  gem "rake", "~> 13.0"
7
8
  gem "rspec", "~> 3.0"
@@ -11,7 +12,9 @@ gem "standard", "~> 1.3"
11
12
  gem "combustion"
12
13
  gem "pg"
13
14
  gem "rspec-rails"
14
- gem "appraisal", "~> 2.0"
15
+ gem "database_cleaner-active_record"
16
+ gem "appraisal", git: "https://github.com/pboling/appraisal.git", ref: "c353e3ee3105a3db8aab49d51df8c159959165a0"
17
+ gem "debug"
15
18
  gem "rails", "~> 6.0.0"
16
19
  gem "concurrent-ruby", "1.3.4"
17
20
 
@@ -2,6 +2,7 @@
2
2
 
3
3
  source "https://rubygems.org"
4
4
 
5
+ gem "aruba", "~> 2.3"
5
6
  gem "irb"
6
7
  gem "rake", "~> 13.0"
7
8
  gem "rspec", "~> 3.0"
@@ -11,7 +12,9 @@ gem "standard", "~> 1.3"
11
12
  gem "combustion"
12
13
  gem "pg"
13
14
  gem "rspec-rails"
14
- gem "appraisal", "~> 2.0"
15
+ gem "database_cleaner-active_record"
16
+ gem "appraisal", git: "https://github.com/pboling/appraisal.git", ref: "c353e3ee3105a3db8aab49d51df8c159959165a0"
17
+ gem "debug"
15
18
  gem "rails", "~> 6.1.0"
16
19
  gem "concurrent-ruby", "1.3.4"
17
20
 
@@ -2,6 +2,7 @@
2
2
 
3
3
  source "https://rubygems.org"
4
4
 
5
+ gem "aruba", "~> 2.3"
5
6
  gem "irb"
6
7
  gem "rake", "~> 13.0"
7
8
  gem "rspec", "~> 3.0"
@@ -11,7 +12,9 @@ gem "standard", "~> 1.3"
11
12
  gem "combustion"
12
13
  gem "pg"
13
14
  gem "rspec-rails"
14
- gem "appraisal", "~> 2.0"
15
+ gem "database_cleaner-active_record"
16
+ gem "appraisal", git: "https://github.com/pboling/appraisal.git", ref: "c353e3ee3105a3db8aab49d51df8c159959165a0"
17
+ gem "debug"
15
18
  gem "rails", "~> 7.0.0"
16
19
  gem "concurrent-ruby", "1.3.4"
17
20
 
@@ -2,6 +2,7 @@
2
2
 
3
3
  source "https://rubygems.org"
4
4
 
5
+ gem "aruba", "~> 2.3"
5
6
  gem "irb"
6
7
  gem "rake", "~> 13.0"
7
8
  gem "rspec", "~> 3.0"
@@ -11,7 +12,9 @@ gem "standard", "~> 1.3"
11
12
  gem "combustion"
12
13
  gem "pg"
13
14
  gem "rspec-rails"
14
- gem "appraisal", "~> 2.0"
15
+ gem "database_cleaner-active_record"
16
+ gem "appraisal", git: "https://github.com/pboling/appraisal.git", ref: "c353e3ee3105a3db8aab49d51df8c159959165a0"
17
+ gem "debug"
15
18
  gem "rails", "~> 7.1.0"
16
19
 
17
20
  gemspec path: "../"
@@ -2,6 +2,7 @@
2
2
 
3
3
  source "https://rubygems.org"
4
4
 
5
+ gem "aruba", "~> 2.3"
5
6
  gem "irb"
6
7
  gem "rake", "~> 13.0"
7
8
  gem "rspec", "~> 3.0"
@@ -11,7 +12,9 @@ gem "standard", "~> 1.3"
11
12
  gem "combustion"
12
13
  gem "pg"
13
14
  gem "rspec-rails"
14
- gem "appraisal", "~> 2.0"
15
+ gem "database_cleaner-active_record"
16
+ gem "appraisal", git: "https://github.com/pboling/appraisal.git", ref: "c353e3ee3105a3db8aab49d51df8c159959165a0"
17
+ gem "debug"
15
18
  gem "rails", "~> 7.2.0"
16
19
 
17
20
  gemspec path: "../"
@@ -2,6 +2,7 @@
2
2
 
3
3
  source "https://rubygems.org"
4
4
 
5
+ gem "aruba", "~> 2.3"
5
6
  gem "irb"
6
7
  gem "rake", "~> 13.0"
7
8
  gem "rspec", "~> 3.0"
@@ -11,7 +12,9 @@ gem "standard", "~> 1.3"
11
12
  gem "combustion"
12
13
  gem "pg"
13
14
  gem "rspec-rails"
14
- gem "appraisal", "~> 2.0"
15
+ gem "database_cleaner-active_record"
16
+ gem "appraisal", git: "https://github.com/pboling/appraisal.git", ref: "c353e3ee3105a3db8aab49d51df8c159959165a0"
17
+ gem "debug"
15
18
  gem "rails", "~> 8.0.0"
16
19
 
17
20
  gemspec path: "../"
@@ -2,6 +2,7 @@
2
2
 
3
3
  source "https://rubygems.org"
4
4
 
5
+ gem "aruba", "~> 2.3"
5
6
  gem "irb"
6
7
  gem "rake", "~> 13.0"
7
8
  gem "rspec", "~> 3.0"
@@ -11,7 +12,9 @@ gem "standard", "~> 1.3"
11
12
  gem "combustion"
12
13
  gem "pg"
13
14
  gem "rspec-rails"
14
- gem "appraisal", "~> 2.0"
15
+ gem "database_cleaner-active_record"
16
+ gem "appraisal", git: "https://github.com/pboling/appraisal.git", ref: "c353e3ee3105a3db8aab49d51df8c159959165a0"
17
+ gem "debug"
15
18
  gem "rails", github: "rails/rails", branch: "main"
16
19
 
17
20
  gemspec path: "../"
@@ -1,9 +1,9 @@
1
1
  module Dumpcar
2
2
  class Instance
3
3
  attr_reader :location, :pg
4
- def initialize(base: Rails.root.join("db/dumps"), connection: ActiveRecord::Base.connection_db_config.configuration_hash)
4
+ def initialize(base: Rails.root.join("db/dumps"))
5
5
  @location = Location.new(base)
6
- @pg = Pg.new(connection)
6
+ @pg = Pg.new(get_connection_db_config)
7
7
  end
8
8
 
9
9
  def dump
@@ -13,5 +13,11 @@ module Dumpcar
13
13
  def restore
14
14
  @pg.restore(@location.last)
15
15
  end
16
+
17
+ private
18
+
19
+ def get_connection_db_config
20
+ (Rails.version < "6.1") ? ActiveRecord::Base.connection_config : ActiveRecord::Base.connection_db_config.configuration_hash
21
+ end
16
22
  end
17
23
  end
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Dumpcar
4
- VERSION = "0.1.0.4"
4
+ VERSION = "0.1.1"
5
5
  end
data/package-lock.json ADDED
@@ -0,0 +1,601 @@
1
+ {
2
+ "name": "dumpcar",
3
+ "lockfileVersion": 3,
4
+ "requires": true,
5
+ "packages": {
6
+ "": {
7
+ "devDependencies": {
8
+ "husky": "^9.0",
9
+ "lint-staged": "^16.0",
10
+ "prettier": "^3.0"
11
+ }
12
+ },
13
+ "node_modules/ansi-escapes": {
14
+ "version": "7.0.0",
15
+ "resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-7.0.0.tgz",
16
+ "integrity": "sha512-GdYO7a61mR0fOlAsvC9/rIHf7L96sBc6dEWzeOu+KAea5bZyQRPIpojrVoI4AXGJS/ycu/fBTdLrUkA4ODrvjw==",
17
+ "dev": true,
18
+ "license": "MIT",
19
+ "dependencies": {
20
+ "environment": "^1.0.0"
21
+ },
22
+ "engines": {
23
+ "node": ">=18"
24
+ },
25
+ "funding": {
26
+ "url": "https://github.com/sponsors/sindresorhus"
27
+ }
28
+ },
29
+ "node_modules/ansi-regex": {
30
+ "version": "6.1.0",
31
+ "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.1.0.tgz",
32
+ "integrity": "sha512-7HSX4QQb4CspciLpVFwyRe79O3xsIZDDLER21kERQ71oaPodF8jL725AgJMFAYbooIqolJoRLuM81SpeUkpkvA==",
33
+ "dev": true,
34
+ "license": "MIT",
35
+ "engines": {
36
+ "node": ">=12"
37
+ },
38
+ "funding": {
39
+ "url": "https://github.com/chalk/ansi-regex?sponsor=1"
40
+ }
41
+ },
42
+ "node_modules/ansi-styles": {
43
+ "version": "6.2.1",
44
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.1.tgz",
45
+ "integrity": "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==",
46
+ "dev": true,
47
+ "license": "MIT",
48
+ "engines": {
49
+ "node": ">=12"
50
+ },
51
+ "funding": {
52
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
53
+ }
54
+ },
55
+ "node_modules/braces": {
56
+ "version": "3.0.3",
57
+ "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz",
58
+ "integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==",
59
+ "dev": true,
60
+ "license": "MIT",
61
+ "dependencies": {
62
+ "fill-range": "^7.1.1"
63
+ },
64
+ "engines": {
65
+ "node": ">=8"
66
+ }
67
+ },
68
+ "node_modules/chalk": {
69
+ "version": "5.4.1",
70
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.4.1.tgz",
71
+ "integrity": "sha512-zgVZuo2WcZgfUEmsn6eO3kINexW8RAE4maiQ8QNs8CtpPCSyMiYsULR3HQYkm3w8FIA3SberyMJMSldGsW+U3w==",
72
+ "dev": true,
73
+ "license": "MIT",
74
+ "engines": {
75
+ "node": "^12.17.0 || ^14.13 || >=16.0.0"
76
+ },
77
+ "funding": {
78
+ "url": "https://github.com/chalk/chalk?sponsor=1"
79
+ }
80
+ },
81
+ "node_modules/cli-cursor": {
82
+ "version": "5.0.0",
83
+ "resolved": "https://registry.npmjs.org/cli-cursor/-/cli-cursor-5.0.0.tgz",
84
+ "integrity": "sha512-aCj4O5wKyszjMmDT4tZj93kxyydN/K5zPWSCe6/0AV/AA1pqe5ZBIw0a2ZfPQV7lL5/yb5HsUreJ6UFAF1tEQw==",
85
+ "dev": true,
86
+ "license": "MIT",
87
+ "dependencies": {
88
+ "restore-cursor": "^5.0.0"
89
+ },
90
+ "engines": {
91
+ "node": ">=18"
92
+ },
93
+ "funding": {
94
+ "url": "https://github.com/sponsors/sindresorhus"
95
+ }
96
+ },
97
+ "node_modules/cli-truncate": {
98
+ "version": "4.0.0",
99
+ "resolved": "https://registry.npmjs.org/cli-truncate/-/cli-truncate-4.0.0.tgz",
100
+ "integrity": "sha512-nPdaFdQ0h/GEigbPClz11D0v/ZJEwxmeVZGeMo3Z5StPtUTkA9o1lD6QwoirYiSDzbcwn2XcjwmCp68W1IS4TA==",
101
+ "dev": true,
102
+ "license": "MIT",
103
+ "dependencies": {
104
+ "slice-ansi": "^5.0.0",
105
+ "string-width": "^7.0.0"
106
+ },
107
+ "engines": {
108
+ "node": ">=18"
109
+ },
110
+ "funding": {
111
+ "url": "https://github.com/sponsors/sindresorhus"
112
+ }
113
+ },
114
+ "node_modules/colorette": {
115
+ "version": "2.0.20",
116
+ "resolved": "https://registry.npmjs.org/colorette/-/colorette-2.0.20.tgz",
117
+ "integrity": "sha512-IfEDxwoWIjkeXL1eXcDiow4UbKjhLdq6/EuSVR9GMN7KVH3r9gQ83e73hsz1Nd1T3ijd5xv1wcWRYO+D6kCI2w==",
118
+ "dev": true,
119
+ "license": "MIT"
120
+ },
121
+ "node_modules/commander": {
122
+ "version": "14.0.0",
123
+ "resolved": "https://registry.npmjs.org/commander/-/commander-14.0.0.tgz",
124
+ "integrity": "sha512-2uM9rYjPvyq39NwLRqaiLtWHyDC1FvryJDa2ATTVims5YAS4PupsEQsDvP14FqhFr0P49CYDugi59xaxJlTXRA==",
125
+ "dev": true,
126
+ "license": "MIT",
127
+ "engines": {
128
+ "node": ">=20"
129
+ }
130
+ },
131
+ "node_modules/debug": {
132
+ "version": "4.4.1",
133
+ "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.1.tgz",
134
+ "integrity": "sha512-KcKCqiftBJcZr++7ykoDIEwSa3XWowTfNPo92BYxjXiyYEVrUQh2aLyhxBCwww+heortUFxEJYcRzosstTEBYQ==",
135
+ "dev": true,
136
+ "license": "MIT",
137
+ "dependencies": {
138
+ "ms": "^2.1.3"
139
+ },
140
+ "engines": {
141
+ "node": ">=6.0"
142
+ },
143
+ "peerDependenciesMeta": {
144
+ "supports-color": {
145
+ "optional": true
146
+ }
147
+ }
148
+ },
149
+ "node_modules/emoji-regex": {
150
+ "version": "10.4.0",
151
+ "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.4.0.tgz",
152
+ "integrity": "sha512-EC+0oUMY1Rqm4O6LLrgjtYDvcVYTy7chDnM4Q7030tP4Kwj3u/pR6gP9ygnp2CJMK5Gq+9Q2oqmrFJAz01DXjw==",
153
+ "dev": true,
154
+ "license": "MIT"
155
+ },
156
+ "node_modules/environment": {
157
+ "version": "1.1.0",
158
+ "resolved": "https://registry.npmjs.org/environment/-/environment-1.1.0.tgz",
159
+ "integrity": "sha512-xUtoPkMggbz0MPyPiIWr1Kp4aeWJjDZ6SMvURhimjdZgsRuDplF5/s9hcgGhyXMhs+6vpnuoiZ2kFiu3FMnS8Q==",
160
+ "dev": true,
161
+ "license": "MIT",
162
+ "engines": {
163
+ "node": ">=18"
164
+ },
165
+ "funding": {
166
+ "url": "https://github.com/sponsors/sindresorhus"
167
+ }
168
+ },
169
+ "node_modules/eventemitter3": {
170
+ "version": "5.0.1",
171
+ "resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-5.0.1.tgz",
172
+ "integrity": "sha512-GWkBvjiSZK87ELrYOSESUYeVIc9mvLLf/nXalMOS5dYrgZq9o5OVkbZAVM06CVxYsCwH9BDZFPlQTlPA1j4ahA==",
173
+ "dev": true,
174
+ "license": "MIT"
175
+ },
176
+ "node_modules/fill-range": {
177
+ "version": "7.1.1",
178
+ "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz",
179
+ "integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==",
180
+ "dev": true,
181
+ "license": "MIT",
182
+ "dependencies": {
183
+ "to-regex-range": "^5.0.1"
184
+ },
185
+ "engines": {
186
+ "node": ">=8"
187
+ }
188
+ },
189
+ "node_modules/get-east-asian-width": {
190
+ "version": "1.3.0",
191
+ "resolved": "https://registry.npmjs.org/get-east-asian-width/-/get-east-asian-width-1.3.0.tgz",
192
+ "integrity": "sha512-vpeMIQKxczTD/0s2CdEWHcb0eeJe6TFjxb+J5xgX7hScxqrGuyjmv4c1D4A/gelKfyox0gJJwIHF+fLjeaM8kQ==",
193
+ "dev": true,
194
+ "license": "MIT",
195
+ "engines": {
196
+ "node": ">=18"
197
+ },
198
+ "funding": {
199
+ "url": "https://github.com/sponsors/sindresorhus"
200
+ }
201
+ },
202
+ "node_modules/husky": {
203
+ "version": "9.1.7",
204
+ "resolved": "https://registry.npmjs.org/husky/-/husky-9.1.7.tgz",
205
+ "integrity": "sha512-5gs5ytaNjBrh5Ow3zrvdUUY+0VxIuWVL4i9irt6friV+BqdCfmV11CQTWMiBYWHbXhco+J1kHfTOUkePhCDvMA==",
206
+ "dev": true,
207
+ "license": "MIT",
208
+ "bin": {
209
+ "husky": "bin.js"
210
+ },
211
+ "engines": {
212
+ "node": ">=18"
213
+ },
214
+ "funding": {
215
+ "url": "https://github.com/sponsors/typicode"
216
+ }
217
+ },
218
+ "node_modules/is-fullwidth-code-point": {
219
+ "version": "4.0.0",
220
+ "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-4.0.0.tgz",
221
+ "integrity": "sha512-O4L094N2/dZ7xqVdrXhh9r1KODPJpFms8B5sGdJLPy664AgvXsreZUyCQQNItZRDlYug4xStLjNp/sz3HvBowQ==",
222
+ "dev": true,
223
+ "license": "MIT",
224
+ "engines": {
225
+ "node": ">=12"
226
+ },
227
+ "funding": {
228
+ "url": "https://github.com/sponsors/sindresorhus"
229
+ }
230
+ },
231
+ "node_modules/is-number": {
232
+ "version": "7.0.0",
233
+ "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz",
234
+ "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==",
235
+ "dev": true,
236
+ "license": "MIT",
237
+ "engines": {
238
+ "node": ">=0.12.0"
239
+ }
240
+ },
241
+ "node_modules/lilconfig": {
242
+ "version": "3.1.3",
243
+ "resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-3.1.3.tgz",
244
+ "integrity": "sha512-/vlFKAoH5Cgt3Ie+JLhRbwOsCQePABiU3tJ1egGvyQ+33R/vcwM2Zl2QR/LzjsBeItPt3oSVXapn+m4nQDvpzw==",
245
+ "dev": true,
246
+ "license": "MIT",
247
+ "engines": {
248
+ "node": ">=14"
249
+ },
250
+ "funding": {
251
+ "url": "https://github.com/sponsors/antonk52"
252
+ }
253
+ },
254
+ "node_modules/lint-staged": {
255
+ "version": "16.1.0",
256
+ "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-16.1.0.tgz",
257
+ "integrity": "sha512-HkpQh69XHxgCjObjejBT3s2ILwNjFx8M3nw+tJ/ssBauDlIpkx2RpqWSi1fBgkXLSSXnbR3iEq1NkVtpvV+FLQ==",
258
+ "dev": true,
259
+ "license": "MIT",
260
+ "dependencies": {
261
+ "chalk": "^5.4.1",
262
+ "commander": "^14.0.0",
263
+ "debug": "^4.4.1",
264
+ "lilconfig": "^3.1.3",
265
+ "listr2": "^8.3.3",
266
+ "micromatch": "^4.0.8",
267
+ "nano-spawn": "^1.0.2",
268
+ "pidtree": "^0.6.0",
269
+ "string-argv": "^0.3.2",
270
+ "yaml": "^2.8.0"
271
+ },
272
+ "bin": {
273
+ "lint-staged": "bin/lint-staged.js"
274
+ },
275
+ "engines": {
276
+ "node": ">=20.17"
277
+ },
278
+ "funding": {
279
+ "url": "https://opencollective.com/lint-staged"
280
+ }
281
+ },
282
+ "node_modules/listr2": {
283
+ "version": "8.3.3",
284
+ "resolved": "https://registry.npmjs.org/listr2/-/listr2-8.3.3.tgz",
285
+ "integrity": "sha512-LWzX2KsqcB1wqQ4AHgYb4RsDXauQiqhjLk+6hjbaeHG4zpjjVAB6wC/gz6X0l+Du1cN3pUB5ZlrvTbhGSNnUQQ==",
286
+ "dev": true,
287
+ "license": "MIT",
288
+ "dependencies": {
289
+ "cli-truncate": "^4.0.0",
290
+ "colorette": "^2.0.20",
291
+ "eventemitter3": "^5.0.1",
292
+ "log-update": "^6.1.0",
293
+ "rfdc": "^1.4.1",
294
+ "wrap-ansi": "^9.0.0"
295
+ },
296
+ "engines": {
297
+ "node": ">=18.0.0"
298
+ }
299
+ },
300
+ "node_modules/log-update": {
301
+ "version": "6.1.0",
302
+ "resolved": "https://registry.npmjs.org/log-update/-/log-update-6.1.0.tgz",
303
+ "integrity": "sha512-9ie8ItPR6tjY5uYJh8K/Zrv/RMZ5VOlOWvtZdEHYSTFKZfIBPQa9tOAEeAWhd+AnIneLJ22w5fjOYtoutpWq5w==",
304
+ "dev": true,
305
+ "license": "MIT",
306
+ "dependencies": {
307
+ "ansi-escapes": "^7.0.0",
308
+ "cli-cursor": "^5.0.0",
309
+ "slice-ansi": "^7.1.0",
310
+ "strip-ansi": "^7.1.0",
311
+ "wrap-ansi": "^9.0.0"
312
+ },
313
+ "engines": {
314
+ "node": ">=18"
315
+ },
316
+ "funding": {
317
+ "url": "https://github.com/sponsors/sindresorhus"
318
+ }
319
+ },
320
+ "node_modules/log-update/node_modules/is-fullwidth-code-point": {
321
+ "version": "5.0.0",
322
+ "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-5.0.0.tgz",
323
+ "integrity": "sha512-OVa3u9kkBbw7b8Xw5F9P+D/T9X+Z4+JruYVNapTjPYZYUznQ5YfWeFkOj606XYYW8yugTfC8Pj0hYqvi4ryAhA==",
324
+ "dev": true,
325
+ "license": "MIT",
326
+ "dependencies": {
327
+ "get-east-asian-width": "^1.0.0"
328
+ },
329
+ "engines": {
330
+ "node": ">=18"
331
+ },
332
+ "funding": {
333
+ "url": "https://github.com/sponsors/sindresorhus"
334
+ }
335
+ },
336
+ "node_modules/log-update/node_modules/slice-ansi": {
337
+ "version": "7.1.0",
338
+ "resolved": "https://registry.npmjs.org/slice-ansi/-/slice-ansi-7.1.0.tgz",
339
+ "integrity": "sha512-bSiSngZ/jWeX93BqeIAbImyTbEihizcwNjFoRUIY/T1wWQsfsm2Vw1agPKylXvQTU7iASGdHhyqRlqQzfz+Htg==",
340
+ "dev": true,
341
+ "license": "MIT",
342
+ "dependencies": {
343
+ "ansi-styles": "^6.2.1",
344
+ "is-fullwidth-code-point": "^5.0.0"
345
+ },
346
+ "engines": {
347
+ "node": ">=18"
348
+ },
349
+ "funding": {
350
+ "url": "https://github.com/chalk/slice-ansi?sponsor=1"
351
+ }
352
+ },
353
+ "node_modules/micromatch": {
354
+ "version": "4.0.8",
355
+ "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.8.tgz",
356
+ "integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==",
357
+ "dev": true,
358
+ "license": "MIT",
359
+ "dependencies": {
360
+ "braces": "^3.0.3",
361
+ "picomatch": "^2.3.1"
362
+ },
363
+ "engines": {
364
+ "node": ">=8.6"
365
+ }
366
+ },
367
+ "node_modules/mimic-function": {
368
+ "version": "5.0.1",
369
+ "resolved": "https://registry.npmjs.org/mimic-function/-/mimic-function-5.0.1.tgz",
370
+ "integrity": "sha512-VP79XUPxV2CigYP3jWwAUFSku2aKqBH7uTAapFWCBqutsbmDo96KY5o8uh6U+/YSIn5OxJnXp73beVkpqMIGhA==",
371
+ "dev": true,
372
+ "license": "MIT",
373
+ "engines": {
374
+ "node": ">=18"
375
+ },
376
+ "funding": {
377
+ "url": "https://github.com/sponsors/sindresorhus"
378
+ }
379
+ },
380
+ "node_modules/ms": {
381
+ "version": "2.1.3",
382
+ "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
383
+ "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
384
+ "dev": true,
385
+ "license": "MIT"
386
+ },
387
+ "node_modules/nano-spawn": {
388
+ "version": "1.0.2",
389
+ "resolved": "https://registry.npmjs.org/nano-spawn/-/nano-spawn-1.0.2.tgz",
390
+ "integrity": "sha512-21t+ozMQDAL/UGgQVBbZ/xXvNO10++ZPuTmKRO8k9V3AClVRht49ahtDjfY8l1q6nSHOrE5ASfthzH3ol6R/hg==",
391
+ "dev": true,
392
+ "license": "MIT",
393
+ "engines": {
394
+ "node": ">=20.17"
395
+ },
396
+ "funding": {
397
+ "url": "https://github.com/sindresorhus/nano-spawn?sponsor=1"
398
+ }
399
+ },
400
+ "node_modules/onetime": {
401
+ "version": "7.0.0",
402
+ "resolved": "https://registry.npmjs.org/onetime/-/onetime-7.0.0.tgz",
403
+ "integrity": "sha512-VXJjc87FScF88uafS3JllDgvAm+c/Slfz06lorj2uAY34rlUu0Nt+v8wreiImcrgAjjIHp1rXpTDlLOGw29WwQ==",
404
+ "dev": true,
405
+ "license": "MIT",
406
+ "dependencies": {
407
+ "mimic-function": "^5.0.0"
408
+ },
409
+ "engines": {
410
+ "node": ">=18"
411
+ },
412
+ "funding": {
413
+ "url": "https://github.com/sponsors/sindresorhus"
414
+ }
415
+ },
416
+ "node_modules/picomatch": {
417
+ "version": "2.3.1",
418
+ "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz",
419
+ "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==",
420
+ "dev": true,
421
+ "license": "MIT",
422
+ "engines": {
423
+ "node": ">=8.6"
424
+ },
425
+ "funding": {
426
+ "url": "https://github.com/sponsors/jonschlinkert"
427
+ }
428
+ },
429
+ "node_modules/pidtree": {
430
+ "version": "0.6.0",
431
+ "resolved": "https://registry.npmjs.org/pidtree/-/pidtree-0.6.0.tgz",
432
+ "integrity": "sha512-eG2dWTVw5bzqGRztnHExczNxt5VGsE6OwTeCG3fdUf9KBsZzO3R5OIIIzWR+iZA0NtZ+RDVdaoE2dK1cn6jH4g==",
433
+ "dev": true,
434
+ "license": "MIT",
435
+ "bin": {
436
+ "pidtree": "bin/pidtree.js"
437
+ },
438
+ "engines": {
439
+ "node": ">=0.10"
440
+ }
441
+ },
442
+ "node_modules/prettier": {
443
+ "version": "3.5.3",
444
+ "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.5.3.tgz",
445
+ "integrity": "sha512-QQtaxnoDJeAkDvDKWCLiwIXkTgRhwYDEQCghU9Z6q03iyek/rxRh/2lC3HB7P8sWT2xC/y5JDctPLBIGzHKbhw==",
446
+ "dev": true,
447
+ "license": "MIT",
448
+ "bin": {
449
+ "prettier": "bin/prettier.cjs"
450
+ },
451
+ "engines": {
452
+ "node": ">=14"
453
+ },
454
+ "funding": {
455
+ "url": "https://github.com/prettier/prettier?sponsor=1"
456
+ }
457
+ },
458
+ "node_modules/restore-cursor": {
459
+ "version": "5.1.0",
460
+ "resolved": "https://registry.npmjs.org/restore-cursor/-/restore-cursor-5.1.0.tgz",
461
+ "integrity": "sha512-oMA2dcrw6u0YfxJQXm342bFKX/E4sG9rbTzO9ptUcR/e8A33cHuvStiYOwH7fszkZlZ1z/ta9AAoPk2F4qIOHA==",
462
+ "dev": true,
463
+ "license": "MIT",
464
+ "dependencies": {
465
+ "onetime": "^7.0.0",
466
+ "signal-exit": "^4.1.0"
467
+ },
468
+ "engines": {
469
+ "node": ">=18"
470
+ },
471
+ "funding": {
472
+ "url": "https://github.com/sponsors/sindresorhus"
473
+ }
474
+ },
475
+ "node_modules/rfdc": {
476
+ "version": "1.4.1",
477
+ "resolved": "https://registry.npmjs.org/rfdc/-/rfdc-1.4.1.tgz",
478
+ "integrity": "sha512-q1b3N5QkRUWUl7iyylaaj3kOpIT0N2i9MqIEQXP73GVsN9cw3fdx8X63cEmWhJGi2PPCF23Ijp7ktmd39rawIA==",
479
+ "dev": true,
480
+ "license": "MIT"
481
+ },
482
+ "node_modules/signal-exit": {
483
+ "version": "4.1.0",
484
+ "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
485
+ "integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==",
486
+ "dev": true,
487
+ "license": "ISC",
488
+ "engines": {
489
+ "node": ">=14"
490
+ },
491
+ "funding": {
492
+ "url": "https://github.com/sponsors/isaacs"
493
+ }
494
+ },
495
+ "node_modules/slice-ansi": {
496
+ "version": "5.0.0",
497
+ "resolved": "https://registry.npmjs.org/slice-ansi/-/slice-ansi-5.0.0.tgz",
498
+ "integrity": "sha512-FC+lgizVPfie0kkhqUScwRu1O/lF6NOgJmlCgK+/LYxDCTk8sGelYaHDhFcDN+Sn3Cv+3VSa4Byeo+IMCzpMgQ==",
499
+ "dev": true,
500
+ "license": "MIT",
501
+ "dependencies": {
502
+ "ansi-styles": "^6.0.0",
503
+ "is-fullwidth-code-point": "^4.0.0"
504
+ },
505
+ "engines": {
506
+ "node": ">=12"
507
+ },
508
+ "funding": {
509
+ "url": "https://github.com/chalk/slice-ansi?sponsor=1"
510
+ }
511
+ },
512
+ "node_modules/string-argv": {
513
+ "version": "0.3.2",
514
+ "resolved": "https://registry.npmjs.org/string-argv/-/string-argv-0.3.2.tgz",
515
+ "integrity": "sha512-aqD2Q0144Z+/RqG52NeHEkZauTAUWJO8c6yTftGJKO3Tja5tUgIfmIl6kExvhtxSDP7fXB6DvzkfMpCd/F3G+Q==",
516
+ "dev": true,
517
+ "license": "MIT",
518
+ "engines": {
519
+ "node": ">=0.6.19"
520
+ }
521
+ },
522
+ "node_modules/string-width": {
523
+ "version": "7.2.0",
524
+ "resolved": "https://registry.npmjs.org/string-width/-/string-width-7.2.0.tgz",
525
+ "integrity": "sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ==",
526
+ "dev": true,
527
+ "license": "MIT",
528
+ "dependencies": {
529
+ "emoji-regex": "^10.3.0",
530
+ "get-east-asian-width": "^1.0.0",
531
+ "strip-ansi": "^7.1.0"
532
+ },
533
+ "engines": {
534
+ "node": ">=18"
535
+ },
536
+ "funding": {
537
+ "url": "https://github.com/sponsors/sindresorhus"
538
+ }
539
+ },
540
+ "node_modules/strip-ansi": {
541
+ "version": "7.1.0",
542
+ "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz",
543
+ "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==",
544
+ "dev": true,
545
+ "license": "MIT",
546
+ "dependencies": {
547
+ "ansi-regex": "^6.0.1"
548
+ },
549
+ "engines": {
550
+ "node": ">=12"
551
+ },
552
+ "funding": {
553
+ "url": "https://github.com/chalk/strip-ansi?sponsor=1"
554
+ }
555
+ },
556
+ "node_modules/to-regex-range": {
557
+ "version": "5.0.1",
558
+ "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz",
559
+ "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==",
560
+ "dev": true,
561
+ "license": "MIT",
562
+ "dependencies": {
563
+ "is-number": "^7.0.0"
564
+ },
565
+ "engines": {
566
+ "node": ">=8.0"
567
+ }
568
+ },
569
+ "node_modules/wrap-ansi": {
570
+ "version": "9.0.0",
571
+ "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-9.0.0.tgz",
572
+ "integrity": "sha512-G8ura3S+3Z2G+mkgNRq8dqaFZAuxfsxpBB8OCTGRTCtp+l/v9nbFNmCUP1BZMts3G1142MsZfn6eeUKrr4PD1Q==",
573
+ "dev": true,
574
+ "license": "MIT",
575
+ "dependencies": {
576
+ "ansi-styles": "^6.2.1",
577
+ "string-width": "^7.0.0",
578
+ "strip-ansi": "^7.1.0"
579
+ },
580
+ "engines": {
581
+ "node": ">=18"
582
+ },
583
+ "funding": {
584
+ "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
585
+ }
586
+ },
587
+ "node_modules/yaml": {
588
+ "version": "2.8.0",
589
+ "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.8.0.tgz",
590
+ "integrity": "sha512-4lLa/EcQCB0cJkyts+FpIRx5G/llPxfP6VQU5KByHEhLxY3IJCH0f0Hy1MHI8sClTvsIb8qwRJ6R/ZdlDJ/leQ==",
591
+ "dev": true,
592
+ "license": "ISC",
593
+ "bin": {
594
+ "yaml": "bin.mjs"
595
+ },
596
+ "engines": {
597
+ "node": ">= 14.6"
598
+ }
599
+ }
600
+ }
601
+ }
data/package.json ADDED
@@ -0,0 +1,15 @@
1
+ {
2
+ "devDependencies": {
3
+ "husky": "^9.0",
4
+ "lint-staged": "^16.0",
5
+ "prettier": "^3.0"
6
+ },
7
+ "scripts": {
8
+ "prepare": "husky"
9
+ },
10
+ "lint-staged": {
11
+ "*.{js,css,md,yml}": "prettier --write",
12
+ "*.{rb,rake,gemspec,ru,gemfile}": "bin/standardrb --fix",
13
+ "Gemfile": "bin/standardrb --fix"
14
+ }
15
+ }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dumpcar
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0.4
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Eric Schultz
@@ -33,6 +33,7 @@ files:
33
33
  - ".devcontainer/create-db-user.sql"
34
34
  - ".devcontainer/devcontainer.json"
35
35
  - ".devcontainer/docker-compose.yml"
36
+ - ".husky/pre-commit"
36
37
  - ".rspec"
37
38
  - ".ruby-version"
38
39
  - ".standard.yml"
@@ -45,6 +46,7 @@ files:
45
46
  - NOTICES
46
47
  - README.md
47
48
  - Rakefile
49
+ - SECURITY.md
48
50
  - config.ru
49
51
  - gemfiles/rails_6.0.gemfile
50
52
  - gemfiles/rails_6.1.gemfile
@@ -61,13 +63,14 @@ files:
61
63
  - lib/dumpcar/railtie.rb
62
64
  - lib/dumpcar/tasks/dump.rake
63
65
  - lib/dumpcar/version.rb
66
+ - package-lock.json
67
+ - package.json
64
68
  homepage: https://github.com/wwahammy/dumpcar
65
69
  licenses:
66
70
  - LGPL-3.0-or-later
67
71
  metadata:
68
72
  homepage_uri: https://github.com/wwahammy/dumpcar
69
73
  source_code_uri: https://github.com/wwahammy/dumpcar
70
- changelog_uri: https://github.com/wwahammy/dumpcar
71
74
  rdoc_options: []
72
75
  require_paths:
73
76
  - lib