riffdiff 0.9.4 → 0.9.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/riffdiff.gemspec +3 -1
  3. metadata +4 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b9ddae70c3af0970d9c5b3c565bb8d8ea8438962
4
- data.tar.gz: 15ed526f4573b63794ceceec6d94fbce79f4c971
3
+ metadata.gz: d848fb3978ad35bf24c93a3e12a5a79b3db8fe90
4
+ data.tar.gz: d61b36d0e05b0f29c3f23845fae8e2e6b43a6ca5
5
5
  SHA512:
6
- metadata.gz: 2ad9b90e9824e7ed832074daa8be8da18f4f1650e5926700dab79d6cebd72c5a7c1ba47b1d56296c5b7955c22c114959ff8d9301d0618c6342955c06adda52d1
7
- data.tar.gz: a5cc88d323d5c8b4b324b39e0d95ee53f930e3a16d5bc248827a4295ceb8b777245d2fa1c2b27565b09f6fb883788beba78828034111c66648c17ec273e835a5
6
+ metadata.gz: 4ac588ede9a34b1a1d9a972db0d5ea37ef26971bca82f1e3ac9b528032e1720c304ca96ef6122d4d8fbb18b46f885e6643507df06dd5a8a50cf2140a8452248c
7
+ data.tar.gz: 3756e1f7ea88d734fda5d9e5e16a7326fa722c157b48ce6c63c1f73195dbeda8f5d681bedf0cad6521c695bed91df1e37adcba4d39ec173cadc80ca4efcd1b70
data/riffdiff.gemspec CHANGED
@@ -7,7 +7,7 @@ Gem::Specification.new do |s|
7
7
  s.name = 'riffdiff'
8
8
  s.version = semantify_git_version(git_version)
9
9
  s.summary = 'A diff highlighter showing what parts of lines have changed'
10
- s.description = %{==
10
+ s.description = %{== Riff
11
11
  Riff is a wrapper around diff that highlights not only which lines have changed,
12
12
  but also which parts of the lines that have changed.
13
13
 
@@ -16,8 +16,10 @@ but also which parts of the lines that have changed.
16
16
  git diff | riff
17
17
 
18
18
  Or if you do...
19
+
19
20
  git config --global pager.diff riff
20
21
  git config --global pager.show riff
22
+
21
23
  ... then all future <code>git diff</code>s and <code>git show</code>s will be
22
24
  refined.
23
25
  }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: riffdiff
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.4
4
+ version: 0.9.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Johan Walles
@@ -11,7 +11,7 @@ cert_chain: []
11
11
  date: 2015-05-30 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: |
14
- ==
14
+ == Riff
15
15
  Riff is a wrapper around diff that highlights not only which lines have changed,
16
16
  but also which parts of the lines that have changed.
17
17
 
@@ -20,8 +20,10 @@ description: |
20
20
  git diff | riff
21
21
 
22
22
  Or if you do...
23
+
23
24
  git config --global pager.diff riff
24
25
  git config --global pager.show riff
26
+
25
27
  ... then all future <code>git diff</code>s and <code>git show</code>s will be
26
28
  refined.
27
29
  email: johan.walles@gmail.com