-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: update to tracking_number_data 1.6.0
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule data
updated
13 files
+1 −1 | .github/workflows/tests.yml | |
+21 −0 | CHANGELOG.md | |
+93 −46 | CHECKSUM_ALGORITHMS.md | |
+1 −1 | Gemfile | |
+4 −4 | Gemfile.lock | |
+17 −10 | README.md | |
+6 −4 | couriers/fedex.json | |
+2 −2 | couriers/ontrac.json | |
+1 −0 | couriers/usps.json | |
+6 −0 | embed.go | |
+44 −0 | embed_test.go | |
+3 −0 | go.mod | |
+8 −5 | spec/format_spec.rb |