spirit_hands 2.0.12-java → 2.0.13-java
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- checksums.yaml.gz.sig +0 -0
- data/README.md +4 -4
- data/lib/spirit_hands/version.rb +1 -1
- data/spirit_hands.gemspec +0 -1
- data.tar.gz.sig +0 -0
- metadata +3 -3
- 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: b64c9ea98cddb14432f79d06abffce76dc219ed4
|
4
|
+
data.tar.gz: dc7d02de38c5199541206557ae152b6acff72923
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2b85f3971a2420cee7db15202da91e5830ea9a108aba352a27aad2f24d34a983e8638197432978489ef6591a8ec3137119c94a34540b6f6bbc8e324c4e64bee7
|
7
|
+
data.tar.gz: ddf2aba80e24a0e27d61287e8834187c70601e06c3b2d4ff44ae1c75cfa8bc2abd3792f643aae3714ac0bdee5391458e1348ef5b93e4baba0300a5931308a2f1
|
checksums.yaml.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'
|
data.tar.gz.sig
CHANGED
Binary file
|
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: java
|
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
|
requirement: !ruby/object:Gem::Requirement
|
@@ -232,7 +232,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
232
232
|
version: '0'
|
233
233
|
requirements: []
|
234
234
|
rubyforge_project:
|
235
|
-
rubygems_version: 2.
|
235
|
+
rubygems_version: 2.6.6
|
236
236
|
signing_key:
|
237
237
|
specification_version: 4
|
238
238
|
summary: Exercise those fingers. Pry-based enhancements for the default Rails console.
|
metadata.gz.sig
CHANGED
Binary file
|