jazz_fingers 4.0.0 → 4.0.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/CHANGELOG.md +3 -0
- data/README.md +0 -2
- data/lib/jazz_fingers.rb +0 -1
- data/lib/jazz_fingers/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8f7803378737e2a5abab5af11528a62698006071
|
|
4
|
+
data.tar.gz: aab9be62d8ca3739ba4a5112843bd82e1bc4b227
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f1df8c48619f2585ae452121fd087098faad067d201785f3459f52114460069291fb53d813f6d4b4432805c2441314f700584d2237be4a19ff602bbdc0dccd09
|
|
7
|
+
data.tar.gz: 48c3fadbda08c48affaeb829e0076853ba45bfdac760665d286c8d62c48d964d2719eecceebc90d8e98132a4afa7cb9978bbfcb81d236ff407de72a11b41b6c3
|
data/CHANGELOG.md
CHANGED
data/README.md
CHANGED
|
@@ -13,7 +13,6 @@ hard-working fingers!
|
|
|
13
13
|
* [**Hirb**][hirb] for tabular collection output.
|
|
14
14
|
* [**Pry Doc**][pry-doc] to browse Ruby source, including C, directly from the
|
|
15
15
|
console.
|
|
16
|
-
* [**Pry Remote**][pry-remote] to connect remotely to a Pry console.
|
|
17
16
|
* [**Pry Coolline**][pry-coolline] for syntax highlighting as you type.
|
|
18
17
|
|
|
19
18
|
|
|
@@ -74,7 +73,6 @@ mixed encodings.
|
|
|
74
73
|
[awesome_print]: https://github.com/michaeldv/awesome_print
|
|
75
74
|
[hirb]: https://github.com/cldwalker/hirb
|
|
76
75
|
[pry-doc]: https://github.com/pry/pry-doc
|
|
77
|
-
[pry-remote]: https://github.com/Mon-Ouie/pry-remote
|
|
78
76
|
[pry-coolline]: https://github.com/pry/pry-coolline
|
|
79
77
|
[coderay]: https://github.com/rubychan/coderay
|
|
80
78
|
[rb-readline]: https://github.com/luislavena/rb-readline
|
data/lib/jazz_fingers.rb
CHANGED
data/lib/jazz_fingers/version.rb
CHANGED