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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ed119cf17a409f818d9dd8f069a5e7220311915609c84a89e1e4cee24708ec1b
4
- data.tar.gz: f3537224213f96e745edfcdccbc56e3906f0b32fdb349ce725425a41f9d78887
3
+ metadata.gz: ac35334bd4e6e029cb22aade0f14dd8f245e9c9f16e7222192f04658808d4c34
4
+ data.tar.gz: 474e9afbce150bbbac9e7f56b08594446c7f09abdc1c5984591d01d2fe01077f
5
5
  SHA512:
6
- metadata.gz: 14c5f0ba07c1618d401a9b3f8d5b7345b7c70b1c484bdbe0179f75e7c8f7995e5316470a4e6b0986f7b4ff02701f012df80d9c60b8b9a31f1519144efb309908
7
- data.tar.gz: 5bfad0956996b9fd3f9937728b179f9144af7ba65cbe8f33ee60156dfdb7820852675ef12d8286a3faad5f0d01eaa22d4314886c8dc4774e66d85f6c99ef39c8
6
+ metadata.gz: 41c7b5761677e2f0ae1115283344672db1d13ac8d5dd254523ce6e0e5e21fe1bccdf77aa4e9e736d5863828c9c4bf0f0cb9cd3f4a5e840b681c4603966472589
7
+ data.tar.gz: 7b8698ac18c08d2cdb69b5aa342e203b950047112e10110d100b545439214eb3da7557c176a47e472c6dfa2ab5280f7ac8a66bfc1a0b32891ebee40e0ca1b3d9
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/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.
@@ -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.0.5"
5
5
  end
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.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