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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 82ce41d60bb7dbfef6dea6a423c2c61e21bcf825
4
- data.tar.gz: d5e4fb6472ece8b50778fac36ad0cded2cc51905
3
+ metadata.gz: 8f7803378737e2a5abab5af11528a62698006071
4
+ data.tar.gz: aab9be62d8ca3739ba4a5112843bd82e1bc4b227
5
5
  SHA512:
6
- metadata.gz: 735ae78b9a6209ad1be96f44ccbb663be938a76df4208a2e65d7903f688713a9202f2adb35081cb74669038ca0c138ac385f8031c6dc564aa7b18703fc36abf4
7
- data.tar.gz: 2b62f0aed4b8cb13ab0e8a43d7faf85ade9f62eaa8660bc7da9668f66dff0dab540ff2728894a5daa357e40697067cc086cd0bccfda3294bcb57f4dc3b52be9b
6
+ metadata.gz: f1df8c48619f2585ae452121fd087098faad067d201785f3459f52114460069291fb53d813f6d4b4432805c2441314f700584d2237be4a19ff602bbdc0dccd09
7
+ data.tar.gz: 48c3fadbda08c48affaeb829e0076853ba45bfdac760665d286c8d62c48d964d2719eecceebc90d8e98132a4afa7cb9978bbfcb81d236ff407de72a11b41b6c3
data/CHANGELOG.md CHANGED
@@ -1,5 +1,8 @@
1
1
  # CHANGELOG
2
2
 
3
+ ## 4.0.1 (2016-05-26)
4
+ * Remove requires for `pry-remote`
5
+
3
6
  ## 4.0.0 (2016-05-26)
4
7
  * Remove [pry-remote][pry-remote] dependency
5
8
 
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
@@ -4,7 +4,6 @@ require "hirb"
4
4
  require "pry"
5
5
  require "pry-byebug"
6
6
  require "pry-doc"
7
- require "pry-remote"
8
7
  require "readline"
9
8
  require "jazz_fingers/hirb_ext"
10
9
 
@@ -1,3 +1,3 @@
1
1
  module JazzFingers
2
- VERSION = "4.0.0"
2
+ VERSION = "4.0.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jazz_fingers
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.0.0
4
+ version: 4.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Paulo Henrique Lopes Ribeiro