Commit 1ce938e
Stefan Peer
Add Support for Hashdiff 1.0.0
When using Hashdiff version 1.0.0, octocatalog-diff failed with the following error:
`uninitialized constant OctocatalogDiff::CatalogDiff::Differ::HashDiff (NameError)`
Hashdiff 1.0.0 was released on July, 15 2019 and replaced the constant "HashDiff" with "Hashdiff".
This commit fixes this error and keeps octocatalog-diff backwards compatible to older versions
of HashDiff.1 parent c0ec977 commit 1ce938e
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
| 15 | + | |
14 | 16 | | |
15 | 17 | | |
16 | 18 | | |
| |||
0 commit comments