spirit_hands 2.0.8-java → 2.0.9-java

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: fc59fcb7de58013daece9410f638701901229b5f
4
- data.tar.gz: 534b03a9b36efe5728e8ed5b088fe165a5afbf79
3
+ metadata.gz: d8d62bb5cf9c2473404bd57b188f1268b6a27942
4
+ data.tar.gz: 15674304b080510dee94b3691bdf0cedcbc6f98c
5
5
  SHA512:
6
- metadata.gz: 0c92c427cc8368a198a335c8398b7afcd7d3776708b7e943ab800931fd6fda39db941069b07ff9a7fc8e6e5ca710777988114986bf732543e66018c304813d2d
7
- data.tar.gz: 7bbe0d9edf9b122ac2a27445546b73a03b984b4b77cc742438b9d5b6c3d9c007d50990bc338bd402f39cf9bf9bc2b858d752772ab00b8adcf9ac8168267cc9da
6
+ metadata.gz: c2a1fd64eab9aa3dd451612f5376c54763b4c09356e02e40e6b0934f2910d2ce5d07ad77f79128b9cbce0244074807dfe5ffe55b9e16a2d93d665ff1d8a0945a
7
+ data.tar.gz: 52b71102cc28681288dd83d1150fb326bc1359169aa8afbbe459d4d5369664c71120258a729654a6710c0ec0f6ea364f3634aca903a1cdb6313b83d43b0bacac
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/Rakefile CHANGED
@@ -56,7 +56,7 @@ task :tag do
56
56
  assert_git_clean
57
57
  return if `git tag --points-at HEAD`.split("\n").map(&:strip).include?(version)
58
58
  sh "git tag -s #{version} -m #{version}"
59
- sh "git push --tags HEAD"
59
+ sh "git push --tags origin master"
60
60
  end
61
61
 
62
62
  desc 'before any release(s)'
@@ -103,7 +103,7 @@ def bump(idx)
103
103
  sh "sed -i '' -e 's/#{old_version}/#{new_version}/' #{version_file}"
104
104
  sh "git add #{version_file}"
105
105
  sh "git commit -sS -m 'bump to #{new_version}'"
106
- sh "git push --tags origin HEAD"
106
+ sh "git push --tags origin master"
107
107
  end
108
108
 
109
109
  desc 'bump release version'
@@ -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
@@ -36,7 +36,7 @@ module SpiritHands
36
36
  _pry_.pager.open do |pager|
37
37
  pager.print ::SpiritHands.value_prompt
38
38
  pager.puts pretty(value)
39
- end
39
+ end
40
40
  end
41
41
 
42
42
  private
@@ -1,3 +1,3 @@
1
1
  module SpiritHands
2
- VERSION = '2.0.8'
2
+ VERSION = '2.0.9'
3
3
  end
@@ -0,0 +1,2 @@
1
+ pry-inline is currently broken ;(
2
+ https://github.com/seikichi/pry-inline/issues/1
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: 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-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
  requirement: !ruby/object:Gem::Requirement
@@ -210,6 +210,7 @@ files:
210
210
  - lib/spirit_hands/railtie.rb
211
211
  - lib/spirit_hands/terminal.rb
212
212
  - lib/spirit_hands/version.rb
213
+ - note.txt
213
214
  - spirit_hands.gemspec
214
215
  homepage: https://github.com/steakknife/spirit_hands
215
216
  licenses:
metadata.gz.sig CHANGED
Binary file