pry 0.9.12.2pre1 → 0.9.12.2

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG +9 -6
  3. data/lib/pry/version.rb +1 -1
  4. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6ac486f94aae284267633548caeb6bdf79c039fc
4
- data.tar.gz: 20610934934d24769ae6d534a2927fbe03c6c937
3
+ metadata.gz: 756f052762e0cfcdb48ee305dfcd9955194f7f20
4
+ data.tar.gz: e800d82f5f67f28b4c4f43102c0b1b830f00adbf
5
5
  SHA512:
6
- metadata.gz: f1e22426948a622adf6bb9897ab2f89942af7cbe20b4b3c0d6842814df05c07e6bbd5e59d707054be4bed93e926ff9d898b05bb20eccf32689a84a9fe7a3a0c8
7
- data.tar.gz: 0114c22a06213a091d42a82c27f374af8c2ca37110ff6069bad9b4616a3704b9574f24c7172714df8a22e89a46f80a54927541e0666e3a0d247a2909f5c3c10b
6
+ metadata.gz: d8d584c36a3044f8a6c54b22ca0c9da4ff47333188255053b2eefb7d0022a74c79f15a58de08e04d1697af72d7b05c1ce6b4c81335685317782733692c6791db
7
+ data.tar.gz: 27c56725fbd399aa752669be340b011109c77c706cf2fc63cd239904fd841c779cb959716797abb797b195f4c149eb4a3ae3b014918f1ee28329aee70ef04d58
data/CHANGELOG CHANGED
@@ -1,9 +1,12 @@
1
- 21/04/2012 version 0.9.12.1 HOTFIX
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/2012 version 0.9.12
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/2012 version 0.9.11.4
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/2012 version 0.9.11.3
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/2012 version 0.9.11.2
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/2012 version 0.9.11.1
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
@@ -1,3 +1,3 @@
1
1
  class Pry
2
- VERSION = "0.9.12.2pre1"
2
+ VERSION = "0.9.12.2"
3
3
  end
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.2pre1
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: 1.3.1
343
+ version: '0'
344
344
  requirements: []
345
345
  rubyforge_project:
346
346
  rubygems_version: 2.0.2