riffdiff 0.9.6 → 0.9.7

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 +3 -3
  3. metadata +4 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 831b98e5fc41d1d14228e41284315de8570189c5
4
- data.tar.gz: 7d82c48d8688dff3a64157cc14f124db07cc1ece
3
+ metadata.gz: 1a4b1f1cad5c2de68523b76cc3000ae607ee450a
4
+ data.tar.gz: caa0a300b6de7b7206f6833fa9bcbfc5752c4533
5
5
  SHA512:
6
- metadata.gz: 46bdc2f4aa4a17d25bc5167abf97949dc9da39995b4ce1c7a8652e2d32e3e0249461bac000802f484cf2f0a1c2ca7db3430e4123f79a1ef917f67e4ffe4983d1
7
- data.tar.gz: 21f2e7064479bf56dc7d5ce4ef2ce7478852cc4e7d20ca3c7e7837fd100b295212476696d6aeb270bb548972d8f8e28d5cb684f1297fb33f75e20c93c4f923e5
6
+ metadata.gz: a1ea929472f8c1f617fca73507bc9ee85957354b255125ae562e01027a9091fd06f583e838dbeeac3f5c306bc6fcf5e919fd265614c9f753d0fe2641d52d9d14
7
+ data.tar.gz: fe741a0cf5f1366eb0b0c973be9dfa349b1a9475d877feb515b8a0cd2e3e7615b3eaf2e060b190a289f55c5b2d4bd872e0385f1d917cd004deb05e7e795c439e
data/riffdiff.gemspec CHANGED
@@ -13,13 +13,13 @@ but also which parts of the lines that have changed.
13
13
 
14
14
  = Usage
15
15
 
16
- <tt>git diff | riff</tt>
16
+ git diff | riff
17
17
 
18
18
  Or if you do...
19
19
 
20
- <tt>git config --global pager.diff riff</tt>
20
+ git config --global pager.diff riff
21
21
 
22
- <tt>git config --global pager.show riff</tt>
22
+ git config --global pager.show riff
23
23
 
24
24
  ... then all future <tt>git diff</tt>s and <tt>git show</tt>s will be
25
25
  refined.
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.6
4
+ version: 0.9.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Johan Walles
@@ -17,13 +17,13 @@ description: |
17
17
 
18
18
  = Usage
19
19
 
20
- <tt>git diff | riff</tt>
20
+ git diff | riff
21
21
 
22
22
  Or if you do...
23
23
 
24
- <tt>git config --global pager.diff riff</tt>
24
+ git config --global pager.diff riff
25
25
 
26
- <tt>git config --global pager.show riff</tt>
26
+ git config --global pager.show riff
27
27
 
28
28
  ... then all future <tt>git diff</tt>s and <tt>git show</tt>s will be
29
29
  refined.