riffdiff 0.9.5 → 0.9.6

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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/riffdiff.gemspec +5 -4
  3. metadata +6 -5
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d848fb3978ad35bf24c93a3e12a5a79b3db8fe90
4
- data.tar.gz: d61b36d0e05b0f29c3f23845fae8e2e6b43a6ca5
3
+ metadata.gz: 831b98e5fc41d1d14228e41284315de8570189c5
4
+ data.tar.gz: 7d82c48d8688dff3a64157cc14f124db07cc1ece
5
5
  SHA512:
6
- metadata.gz: 4ac588ede9a34b1a1d9a972db0d5ea37ef26971bca82f1e3ac9b528032e1720c304ca96ef6122d4d8fbb18b46f885e6643507df06dd5a8a50cf2140a8452248c
7
- data.tar.gz: 3756e1f7ea88d734fda5d9e5e16a7326fa722c157b48ce6c63c1f73195dbeda8f5d681bedf0cad6521c695bed91df1e37adcba4d39ec173cadc80ca4efcd1b70
6
+ metadata.gz: 46bdc2f4aa4a17d25bc5167abf97949dc9da39995b4ce1c7a8652e2d32e3e0249461bac000802f484cf2f0a1c2ca7db3430e4123f79a1ef917f67e4ffe4983d1
7
+ data.tar.gz: 21f2e7064479bf56dc7d5ce4ef2ce7478852cc4e7d20ca3c7e7837fd100b295212476696d6aeb270bb548972d8f8e28d5cb684f1297fb33f75e20c93c4f923e5
data/riffdiff.gemspec CHANGED
@@ -13,14 +13,15 @@ but also which parts of the lines that have changed.
13
13
 
14
14
  = Usage
15
15
 
16
- git diff | riff
16
+ <tt>git diff | riff</tt>
17
17
 
18
18
  Or if you do...
19
19
 
20
- git config --global pager.diff riff
21
- git config --global pager.show riff
20
+ <tt>git config --global pager.diff riff</tt>
22
21
 
23
- ... then all future <code>git diff</code>s and <code>git show</code>s will be
22
+ <tt>git config --global pager.show riff</tt>
23
+
24
+ ... then all future <tt>git diff</tt>s and <tt>git show</tt>s will be
24
25
  refined.
25
26
  }
26
27
  s.authors = ['Johan Walles']
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.5
4
+ version: 0.9.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Johan Walles
@@ -17,14 +17,15 @@ description: |
17
17
 
18
18
  = Usage
19
19
 
20
- git diff | riff
20
+ <tt>git diff | riff</tt>
21
21
 
22
22
  Or if you do...
23
23
 
24
- git config --global pager.diff riff
25
- git config --global pager.show riff
24
+ <tt>git config --global pager.diff riff</tt>
26
25
 
27
- ... then all future <code>git diff</code>s and <code>git show</code>s will be
26
+ <tt>git config --global pager.show riff</tt>
27
+
28
+ ... then all future <tt>git diff</tt>s and <tt>git show</tt>s will be
28
29
  refined.
29
30
  email: johan.walles@gmail.com
30
31
  executables: