porrima 0.2.0 → 0.2.1
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 +4 -4
- data/CHANGELOG.md +4 -0
- data/README.md +2 -0
- data/lib/porrima/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 980ed5bd98192197baedd3aed4c98742c82e805b86fee9398f46ca2c1de5dfb0
|
|
4
|
+
data.tar.gz: 5f788bae42d8cd6420d4663ca52490a7e59a2ad8a06ec02d34539d69baee321d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: cc589b70eb6b4129da8e0663206d283b586bf54cabd33d6667d2ad0a171e50c69ce2388c35d8b32929ebce1de03fa6e72149daeb049a04261bbd3a79544affd4
|
|
7
|
+
data.tar.gz: 2c6a2a978997338aa81b25911c48d1b3fb58e086e0a2511149b9d6659fb00083d00792eb2c567735c5636d70f6b14202e588b6d8ab423b169fe82d187a619504
|
data/CHANGELOG.md
CHANGED
data/README.md
CHANGED
|
@@ -26,6 +26,8 @@ Porrima turns two or three texts into structured edits, hunks, patches, and
|
|
|
26
26
|
merge conflicts. Its core performs no I/O, knows nothing about Git, and leaves
|
|
27
27
|
color, width, truncation, caching, and other display policy to the caller.
|
|
28
28
|
|
|
29
|
+

|
|
30
|
+
|
|
29
31
|
## Features
|
|
30
32
|
|
|
31
33
|
- Linear-space Myers diff for lines and inline word or character refinement
|
data/lib/porrima/version.rb
CHANGED