dumpcar 0.1.0.4 → 0.1.0.5
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
- data/CHANGELOG.md +1 -5
- data/README.md +1 -1
- data/SECURITY.md +17 -0
- data/lib/dumpcar/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ac35334bd4e6e029cb22aade0f14dd8f245e9c9f16e7222192f04658808d4c34
|
4
|
+
data.tar.gz: 474e9afbce150bbbac9e7f56b08594446c7f09abdc1c5984591d01d2fe01077f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 41c7b5761677e2f0ae1115283344672db1d13ac8d5dd254523ce6e0e5e21fe1bccdf77aa4e9e736d5863828c9c4bf0f0cb9cd3f4a5e840b681c4603966472589
|
7
|
+
data.tar.gz: 7b8698ac18c08d2cdb69b5aa342e203b950047112e10110d100b545439214eb3da7557c176a47e472c6dfa2ab5280f7ac8a66bfc1a0b32891ebee40e0ca1b3d9
|
data/CHANGELOG.md
CHANGED
data/README.md
CHANGED
@@ -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.
|
data/lib/dumpcar/version.rb
CHANGED
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
|
+
version: 0.1.0.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Eric Schultz
|
@@ -45,6 +45,7 @@ files:
|
|
45
45
|
- NOTICES
|
46
46
|
- README.md
|
47
47
|
- Rakefile
|
48
|
+
- SECURITY.md
|
48
49
|
- config.ru
|
49
50
|
- gemfiles/rails_6.0.gemfile
|
50
51
|
- gemfiles/rails_6.1.gemfile
|
@@ -67,7 +68,6 @@ licenses:
|
|
67
68
|
metadata:
|
68
69
|
homepage_uri: https://github.com/wwahammy/dumpcar
|
69
70
|
source_code_uri: https://github.com/wwahammy/dumpcar
|
70
|
-
changelog_uri: https://github.com/wwahammy/dumpcar
|
71
71
|
rdoc_options: []
|
72
72
|
require_paths:
|
73
73
|
- lib
|