spirit_hands 2.0.8 → 2.0.9

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: 2f5643dd729eb3cbef95976e19407655a66ea64c
4
- data.tar.gz: da3424ec6d7709bec844520dfc3995580948f5f1
3
+ metadata.gz: 26f7e93da4e4ac53d024c9da6029e0c931cd09d4
4
+ data.tar.gz: 766381d6771bbd8ddce1614e97d017a5248d6fcf
5
5
  SHA512:
6
- metadata.gz: e444284822991861ae55661343f3e464211a61bf63b534b3f88e47ba3a6048a992245902b28d0f7193eb78597706f7494b78167e029f3c052ced150bc37bf646
7
- data.tar.gz: 0b75f473be348096de6d68e5a34fa91dc6c3ba7eda1cdbdf5811f967bc42d1046ea46162ab652574abb7c13800fd609c83e00458c270ea4db51fc89632d1d8d7
6
+ metadata.gz: 636ff28f7e5e93099beede53f79e4632c5dbc6578c476757107e7582dd0373bd6512ee764717821e1d5675b66777b9d62ab55d35c0e164e626faa4ac7df0b76b
7
+ data.tar.gz: 8163135918c8eb968d2b737a268f83289c801481766b88fdd6c5cf1e9c141414d15e7c6862ddfa1a846ec4d70d97fbed9e78f0e1a1c65f138a24e3e0c3458782
checksums.yaml.gz.sig CHANGED
Binary file
data.tar.gz.sig CHANGED
Binary file
data/README.md CHANGED
@@ -16,7 +16,7 @@ hard-working hands!
16
16
  * [**Pry Doc**][pry-doc] to browse Ruby source, including C, directly from the
17
17
  console.
18
18
  * [**Pry Git**][pry-git] to teach the console about git. Diffs, blames, and
19
- commits on methods and classes, not just files.
19
+ commits on methods and classes, not just files. (non-JRuby only)
20
20
  * [**Pry Remote**][pry-remote] to connect remotely to a Pry console.
21
21
  * [**Pry Coolline**][pry-coolline] for syntax highlighting as you type.
22
22
  * **Debugging** (`next`, `step`, ...): Ruby (MRI) [**Pry Byebug**][pry-byebug], JRuby [**Pry Nav**][pry-nav].
@@ -1,4 +1,4 @@
1
- autoload :Hirb, 'spirit_hands/hirb'
1
+ require 'spirit_hands/hirb'
2
2
 
3
3
  module SpiritHands
4
4
  class << self
@@ -1,3 +1,3 @@
1
1
  module SpiritHands
2
- VERSION = '2.0.8'
2
+ VERSION = '2.0.9'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: spirit_hands
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.8
4
+ version: 2.0.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Barry Allard
@@ -41,7 +41,7 @@ cert_chain:
41
41
  b4WKJs00+KO3etYQG7qD/wH7WEwu3QoLNapYz58Jc0OsDnwBWW0IDPSAFsENoTcY
42
42
  8m+dgfPonsYSqnDDfLuAmtKhLAA=
43
43
  -----END CERTIFICATE-----
44
- date: 2016-01-10 00:00:00.000000000 Z
44
+ date: 2016-01-12 00:00:00.000000000 Z
45
45
  dependencies:
46
46
  - !ruby/object:Gem::Dependency
47
47
  name: pry
metadata.gz.sig CHANGED
Binary file