bagit 0.5.0 → 0.6.0

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: e17d65c9af15cfc4638a668291c406670609270c26824fd83634b088ff0a086d
4
- data.tar.gz: 23aee83a592d8d722946ae9d6c5ad9b5e93f11dab79fdfef83ee0286800243a1
3
+ metadata.gz: 94cc64f9a3a9193d68ed54cdee5dce6dd6f645388eb8224499a73cb71e20ebcb
4
+ data.tar.gz: e92f1c0acf2881e9ceb15a21b85fa08068e00b0f119eb0f00fd49c45be9f8559
5
5
  SHA512:
6
- metadata.gz: 17dcf7d21f86cb2c92e74505e509344c45b3febd7d137b34cf43fef08d60a01caf49b58bb2ff3bae6da997344de8da801e879b64f54f83d99953c0dd84b93d79
7
- data.tar.gz: a63f38b5c951c8c6d207fd831fbdb3467a2fd9c19e6b12d1ce88b364ab5e74d42c6303cc48ae68a55e7e851f9c2dad12b5940e08645f4ddfeec104cf5c14a009
6
+ metadata.gz: '080f9b88a1f78604d802ca085809889562d1659a7d538db49d90b86effe5b3d6b70abe12f7257ad9bf685d5578ab6963d79f37636c97b44318db437af024291d'
7
+ data.tar.gz: 936250ded0d415be65eaa95b421bbf647537fff92354b1b7de33d440a66254fe6dc6dea67e6899ad022fdb10edba1717afe052425bfed244e42ac38bd17ff7f8
@@ -49,7 +49,7 @@ module BagIt
49
49
  when "sha256"
50
50
  write_sha256(file, relative_path)
51
51
  when "sha512"
52
- write_sha256(file, relative_path)
52
+ write_sha512(file, relative_path)
53
53
  when "default"
54
54
  write_sha1(file, relative_path)
55
55
  write_md5(file, relative_path)
data/lib/bagit/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module BagIt
4
- VERSION = "0.5.0"
4
+ VERSION = "0.6.0"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bagit
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.0
4
+ version: 0.6.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tom Johnson, Francesco Lazzarino, Jamie Little
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-07-31 00:00:00.000000000 Z
11
+ date: 2024-09-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: validatable
@@ -191,7 +191,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
191
191
  - !ruby/object:Gem::Version
192
192
  version: '0'
193
193
  requirements: []
194
- rubygems_version: 3.1.4
194
+ rubygems_version: 3.4.19
195
195
  signing_key:
196
196
  specification_version: 4
197
197
  summary: BagIt package generation and validation