pry-awesome_print 9.6.5 → 9.6.6

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,2 +1,4 @@
1
1
  require 'awesome_print'
2
- AwesomePrint.pry!
2
+ Pry.print = proc { |output, value|
3
+ Pry::Helpers::BaseHelpers.stagger_output("=> #{value.ai}", output)
4
+ }
@@ -1,3 +1,3 @@
1
1
  module PryAwesomePrint
2
- VERSION = '9.6.5'
2
+ VERSION = '9.6.6'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pry-awesome_print
3
3
  version: !ruby/object:Gem::Version
4
- version: 9.6.5
4
+ version: 9.6.6
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-09-17 00:00:00.000000000 Z
12
+ date: 2013-03-29 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: awesome_print
@@ -32,17 +32,17 @@ dependencies:
32
32
  requirement: !ruby/object:Gem::Requirement
33
33
  none: false
34
34
  requirements:
35
- - - ~>
35
+ - - ! '>'
36
36
  - !ruby/object:Gem::Version
37
- version: 0.1.4
37
+ version: 0.9.0
38
38
  type: :development
39
39
  prerelease: false
40
40
  version_requirements: !ruby/object:Gem::Requirement
41
41
  none: false
42
42
  requirements:
43
- - - ~>
43
+ - - ! '>'
44
44
  - !ruby/object:Gem::Version
45
- version: 0.1.4
45
+ version: 0.9.0
46
46
  description: Combine 'pry' with 'awesome_print' without hacking pryrc.
47
47
  email: barry.allard@gmail.com
48
48
  executables: []
@@ -72,7 +72,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
72
72
  version: '0'
73
73
  requirements: []
74
74
  rubyforge_project:
75
- rubygems_version: 1.8.24
75
+ rubygems_version: 1.8.23
76
76
  signing_key:
77
77
  specification_version: 3
78
78
  summary: Pry + awesome_print.