Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Only keep track of PDF file integrity #547

Merged
merged 1 commit into from
Jan 13, 2025
Merged

Conversation

jbockler
Copy link
Contributor

@jbockler jbockler commented Jan 13, 2025

When you run rake integrity_yaml currently on main, it wants to add the following to the integrity.yml:

data/cmap_with_surrogate_pairs_on_boundary.txt:
  :bytes: 610
  :md5: 14d216a61e558ce5169a8bc96790ca4d

The fix_integrity rake tasks and the integrity_spec.rb
both only look at *.pdf files, thus the yaml should keep
track of PDF file integrity only.

When you run `rake integrity_yaml` currently on main,
it wants to add the following to the integrity.yml:

```yaml
data/cmap_with_surrogate_pairs_on_boundary.txt:
  :bytes: 610
  :md5: 14d216a61e558ce5169a8bc96790ca4d
``

The `fix_integrity` rake tasks and the `integrity_spec.rb`
both only look at `*.pdf` files, thus it should keep track
of PDF file integrity only.
@yob yob merged commit 3013c31 into yob:main Jan 13, 2025
1 check passed
@yob
Copy link
Owner

yob commented Jan 13, 2025

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants