diff_highlight 0.1.0 → 0.1.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/README.md +1 -1
- data/diff_highlight.gemspec +1 -1
- data/lib/diff_highlight/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 28dda1b315543a2cbb24c0ab0f9b945b0fe9bfff11f85e68d06210c30f893082
|
|
4
|
+
data.tar.gz: e94dd1659f25a4672c18a16f5619ee6a36537c41a18113c82f71c5b3e07d21bb
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ee1a6a81ab79e9039ad1b96c0d38ac5c8abaef8a6419f3dc617e2abefe7c19ceca6eda09da9987e6ddf0e36ab995d2289d74c587a4300bcdb0c3614a0c91fbcc
|
|
7
|
+
data.tar.gz: b42d0cb1e3b8aba8a5887e4a45af0e30aae796a8f32606bb65219d9eaa5ea8f429800894b04b03c70541c51462392aea1912930055cd19d0a78e8e02491ae042
|
data/README.md
CHANGED
|
@@ -19,7 +19,7 @@ Output:
|
|
|
19
19
|
* Makes its best guess at the language appearing in the diff and uses appropriate highlighter
|
|
20
20
|
* Supports Ruby, Javascript, C, YAML, Rakefiles, CSS, HTML, etc
|
|
21
21
|
* Supports multiple languages in the same diff
|
|
22
|
-
* Supports streaming input
|
|
22
|
+
* Supports streaming input and output
|
|
23
23
|
|
|
24
24
|
## How to use
|
|
25
25
|
|
data/diff_highlight.gemspec
CHANGED
|
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
|
|
|
10
10
|
spec.email = ["jrmair@gmail.com"]
|
|
11
11
|
|
|
12
12
|
spec.summary = "Syntax highlights content from a git diff"
|
|
13
|
-
spec.description =
|
|
13
|
+
spec.description = spec.summary
|
|
14
14
|
spec.homepage = "https://github.com/banister/diff_highlight"
|
|
15
15
|
spec.license = "MIT"
|
|
16
16
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: diff_highlight
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- John Mair
|
|
@@ -66,7 +66,7 @@ dependencies:
|
|
|
66
66
|
- - "~>"
|
|
67
67
|
- !ruby/object:Gem::Version
|
|
68
68
|
version: '3.0'
|
|
69
|
-
description: git diff
|
|
69
|
+
description: Syntax highlights content from a git diff
|
|
70
70
|
email:
|
|
71
71
|
- jrmair@gmail.com
|
|
72
72
|
executables:
|