pry 0.9.12.2pre1 → 0.9.12.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG +9 -6
- data/lib/pry/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 756f052762e0cfcdb48ee305dfcd9955194f7f20
|
4
|
+
data.tar.gz: e800d82f5f67f28b4c4f43102c0b1b830f00adbf
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d8d584c36a3044f8a6c54b22ca0c9da4ff47333188255053b2eefb7d0022a74c79f15a58de08e04d1697af72d7b05c1ce6b4c81335685317782733692c6791db
|
7
|
+
data.tar.gz: 27c56725fbd399aa752669be340b011109c77c706cf2fc63cd239904fd841c779cb959716797abb797b195f4c149eb4a3ae3b014918f1ee28329aee70ef04d58
|
data/CHANGELOG
CHANGED
@@ -1,9 +1,12 @@
|
|
1
|
-
|
1
|
+
10/05/2013 version 0.9.12.2 minor fix
|
2
|
+
* reload-code (with no args) should reload 'current file', issue #920
|
3
|
+
|
4
|
+
21/04/2013 version 0.9.12.1 HOTFIX
|
2
5
|
* Fixes #890, workaround for jruby crash related to http://jira.codehaus.org/browse/JRUBY-7114
|
3
6
|
* note this fix is just applied to the 0.9.12 tag, not master. However, master has
|
4
7
|
this fix applied too.
|
5
8
|
|
6
|
-
12/02/
|
9
|
+
12/02/2013 version 0.9.12
|
7
10
|
Bug fixes:
|
8
11
|
* Fix major bug where commands broke due to slop looking at ARGV
|
9
12
|
instead of command parameters (#828)
|
@@ -22,23 +25,23 @@ Features:
|
|
22
25
|
(displays warning)
|
23
26
|
* show-source/show-doc now indicate when -a option is available.
|
24
27
|
|
25
|
-
20/01/
|
28
|
+
20/01/2013 version 0.9.11.4
|
26
29
|
* fixed pager bug (wouldn't render color codes in some circumstances)
|
27
30
|
* added Pry.last_internal_error, useful for devs debugging commands
|
28
31
|
|
29
|
-
17/01/
|
32
|
+
17/01/2013 version 0.9.11.3
|
30
33
|
* fix Pry.run_command
|
31
34
|
* improve `ls` output
|
32
35
|
* add :requires_gem => "jist" to 'gist' command (so deps can be installed
|
33
36
|
via install-command)
|
34
37
|
* improve help for 'edit' command
|
35
38
|
|
36
|
-
16/01/
|
39
|
+
16/01/2013 version 0.9.11.2
|
37
40
|
* minor bug fix for gist on windows, rescuing Jist::ClipboardError
|
38
41
|
rather than letting the scary error spill out to users and potentially
|
39
42
|
have them think the gist didnt post.
|
40
43
|
|
41
|
-
16/01/
|
44
|
+
16/01/2013 version 0.9.11.1
|
42
45
|
* fixed minor bug in 'gist' command where i neglected to remove
|
43
46
|
a call to a non-existent method (no_arg) which was called when
|
44
47
|
`gist` is invoked with no parameters
|
data/lib/pry/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: pry
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.9.12.
|
4
|
+
version: 0.9.12.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- John Mair (banisterfiend)
|
@@ -338,9 +338,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
338
338
|
version: '0'
|
339
339
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
340
340
|
requirements:
|
341
|
-
- - '
|
341
|
+
- - '>='
|
342
342
|
- !ruby/object:Gem::Version
|
343
|
-
version:
|
343
|
+
version: '0'
|
344
344
|
requirements: []
|
345
345
|
rubyforge_project:
|
346
346
|
rubygems_version: 2.0.2
|