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 +4 -4
- checksums.yaml.gz.sig +0 -0
- data.tar.gz.sig +0 -0
- data/README.md +1 -1
- data/Rakefile +2 -2
- data/lib/spirit_hands/options/hirb.rb +1 -1
- data/lib/spirit_hands/print.rb +1 -1
- data/lib/spirit_hands/version.rb +1 -1
- data/note.txt +2 -0
- metadata +3 -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: d8d62bb5cf9c2473404bd57b188f1268b6a27942
|
4
|
+
data.tar.gz: 15674304b080510dee94b3691bdf0cedcbc6f98c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c2a1fd64eab9aa3dd451612f5376c54763b4c09356e02e40e6b0934f2910d2ce5d07ad77f79128b9cbce0244074807dfe5ffe55b9e16a2d93d665ff1d8a0945a
|
7
|
+
data.tar.gz: 52b71102cc28681288dd83d1150fb326bc1359169aa8afbbe459d4d5369664c71120258a729654a6710c0ec0f6ea364f3634aca903a1cdb6313b83d43b0bacac
|
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/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
|
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
|
106
|
+
sh "git push --tags origin master"
|
107
107
|
end
|
108
108
|
|
109
109
|
desc 'bump release version'
|
data/lib/spirit_hands/print.rb
CHANGED
data/lib/spirit_hands/version.rb
CHANGED
data/note.txt
ADDED
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: 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-
|
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
|