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 +4 -4
- checksums.yaml.gz.sig +0 -0
- data.tar.gz.sig +0 -0
- data/README.md +1 -1
- data/lib/spirit_hands/options/hirb.rb +1 -1
- data/lib/spirit_hands/version.rb +1 -1
- metadata +2 -2
- metadata.gz.sig +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 26f7e93da4e4ac53d024c9da6029e0c931cd09d4
|
|
4
|
+
data.tar.gz: 766381d6771bbd8ddce1614e97d017a5248d6fcf
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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].
|
data/lib/spirit_hands/version.rb
CHANGED
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.
|
|
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-
|
|
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
|