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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7be1aa8bf190a0e49ca40866def43fe39b1453ae4427e492c241c16ba08a15d3
4
- data.tar.gz: bd7dead99e89a70ec86d252827b741e7a884ec84b1e6432efb7204ab366b9574
3
+ metadata.gz: 28dda1b315543a2cbb24c0ab0f9b945b0fe9bfff11f85e68d06210c30f893082
4
+ data.tar.gz: e94dd1659f25a4672c18a16f5619ee6a36537c41a18113c82f71c5b3e07d21bb
5
5
  SHA512:
6
- metadata.gz: 0bef56b53401b4cfa602f2cec427aed6a6965d3e4d890ce1a944f11b1ba0818483f2f27c912bab4337aa54495e605cd0fbf8cfbe66135e4e83c5f88ad0eab97e
7
- data.tar.gz: 1dd908e32a709b8d926b5fb2d5ebe84b5f8180d040a85eb140379db5c942869f573af29c4b878717eec81944630e9306de1df17f8cc5254bff543adfb41f2903
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
 
@@ -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 = "git diff | diff_highlight"
13
+ spec.description = spec.summary
14
14
  spec.homepage = "https://github.com/banister/diff_highlight"
15
15
  spec.license = "MIT"
16
16
 
@@ -1,3 +1,3 @@
1
1
  class DiffHighlight
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
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.0
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 | diff_highlight
69
+ description: Syntax highlights content from a git diff
70
70
  email:
71
71
  - jrmair@gmail.com
72
72
  executables: