spirit_hands 2.0.12 → 2.0.13
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 +4 -4
- data/lib/spirit_hands/version.rb +1 -1
- data/spirit_hands.gemspec +0 -1
- metadata +3 -18
- 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: a03d7061dd7a0b3ae480570243e8f195a3eea76c
|
4
|
+
data.tar.gz: 5ec803bb43da390380ff64f29c8ca8b6a73c653d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2f4c7e0ad9c45a2941b4a170e5fab28fd11809f11c5667193bbae92b9cc8eb8a9773726dae18a91f0f5f3557854eaf267d0a5c63f960f416958b1a346e3a35c7
|
7
|
+
data.tar.gz: aaa37bcbec8bc55f297a4d704c25ab446eb72f2ed26ae9c1ad03b5454e24425139a88cf3f12330ea11be88943b369ab6ed4b60425e0f6ba4ed79c2f7f5fb1ca2
|
checksums.yaml.gz.sig
CHANGED
Binary file
|
data.tar.gz.sig
CHANGED
Binary file
|
data/README.md
CHANGED
@@ -15,7 +15,6 @@ hard-working hands!
|
|
15
15
|
`show-models`, `show-middleware`) in the Rails console.
|
16
16
|
* [**Pry Doc**][pry-doc] to browse Ruby source, including C, directly from the
|
17
17
|
console.
|
18
|
-
* [**Pry Git**][pry-git] to teach the console about git. Diffs, blames, and
|
19
18
|
commits on methods and classes, not just files. (non-JRuby only)
|
20
19
|
* [**Pry Remote**][pry-remote] to connect remotely to a Pry console.
|
21
20
|
* [**Pry Coolline**][pry-coolline] for syntax highlighting as you type.
|
@@ -26,7 +25,7 @@ hard-working hands!
|
|
26
25
|
|
27
26
|
### Rails or Ruby Project Integration
|
28
27
|
|
29
|
-
Ruby 2.0.0+, Rails 3
|
28
|
+
Ruby 2.0.0+, Rails 3, 4 or 5 Ruby project, add this to your project Gemfile:
|
30
29
|
|
31
30
|
```ruby
|
32
31
|
group :development, :test do
|
@@ -56,7 +55,9 @@ begin
|
|
56
55
|
require 'spirit_hands'
|
57
56
|
SpiritHands.colored_prompt = false
|
58
57
|
SpiritHands.hirb = false
|
59
|
-
rescue LoadError
|
58
|
+
rescue LoadError => e
|
59
|
+
raise unless e.message =~ /.*such file.*spirit_hands/
|
60
|
+
puts 'no SpiritHands'
|
60
61
|
end
|
61
62
|
```
|
62
63
|
|
@@ -126,7 +127,6 @@ mixed encodings.
|
|
126
127
|
[hirb-unicode-steakknife]: https://github.com/steakknife/hirb-unicode
|
127
128
|
[pry-rails]: https://github.com/rweng/pry-rails
|
128
129
|
[pry-doc]: https://github.com/pry/pry-doc
|
129
|
-
[pry-git]: https://github.com/pry/pry-git
|
130
130
|
[pry-remote]: https://github.com/Mon-Ouie/pry-remote
|
131
131
|
[pry-coolline]: https://github.com/pry/pry-coolline
|
132
132
|
[coderay]: https://github.com/rubychan/coderay
|
data/lib/spirit_hands/version.rb
CHANGED
data/spirit_hands.gemspec
CHANGED
@@ -31,7 +31,6 @@ Gem::Specification.new do |gem|
|
|
31
31
|
gem.platform = 'java'
|
32
32
|
gem.add_runtime_dependency 'pry-nav', '~> 0.2.4'
|
33
33
|
else
|
34
|
-
gem.add_runtime_dependency 'pry-git', '~> 0.2'
|
35
34
|
gem.add_runtime_dependency 'pry-byebug', '1.3.3'
|
36
35
|
end
|
37
36
|
gem.add_runtime_dependency 'hirb', '~> 0.7'
|
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.13
|
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-
|
44
|
+
date: 2016-10-21 00:00:00.000000000 Z
|
45
45
|
dependencies:
|
46
46
|
- !ruby/object:Gem::Dependency
|
47
47
|
name: pry
|
@@ -99,20 +99,6 @@ dependencies:
|
|
99
99
|
- - "~>"
|
100
100
|
- !ruby/object:Gem::Version
|
101
101
|
version: '0.1'
|
102
|
-
- !ruby/object:Gem::Dependency
|
103
|
-
name: pry-git
|
104
|
-
requirement: !ruby/object:Gem::Requirement
|
105
|
-
requirements:
|
106
|
-
- - "~>"
|
107
|
-
- !ruby/object:Gem::Version
|
108
|
-
version: '0.2'
|
109
|
-
type: :runtime
|
110
|
-
prerelease: false
|
111
|
-
version_requirements: !ruby/object:Gem::Requirement
|
112
|
-
requirements:
|
113
|
-
- - "~>"
|
114
|
-
- !ruby/object:Gem::Version
|
115
|
-
version: '0.2'
|
116
102
|
- !ruby/object:Gem::Dependency
|
117
103
|
name: pry-byebug
|
118
104
|
requirement: !ruby/object:Gem::Requirement
|
@@ -248,9 +234,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
248
234
|
version: '0'
|
249
235
|
requirements: []
|
250
236
|
rubyforge_project:
|
251
|
-
rubygems_version: 2.6.
|
237
|
+
rubygems_version: 2.6.7
|
252
238
|
signing_key:
|
253
239
|
specification_version: 4
|
254
240
|
summary: Exercise those fingers. Pry-based enhancements for the default Rails console.
|
255
241
|
test_files: []
|
256
|
-
has_rdoc:
|
metadata.gz.sig
CHANGED
Binary file
|