pry-full 2.0.0 → 2.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/pry-full.rb +2 -1
  2. metadata +28 -8
@@ -1,3 +1,4 @@
1
+ require 'awesome_print'
1
2
  class PryFull
2
- VERSION = '2.0.0'
3
+ VERSION = '2.1.0'
3
4
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pry-full
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.0
4
+ version: 2.1.0
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2013-01-29 00:00:00.000000000 Z
13
+ date: 2013-02-02 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: pry-plus
@@ -140,9 +140,25 @@ dependencies:
140
140
  - - ! '>='
141
141
  - !ruby/object:Gem::Version
142
142
  version: '0'
143
+ - !ruby/object:Gem::Dependency
144
+ name: awesome_print
145
+ requirement: !ruby/object:Gem::Requirement
146
+ none: false
147
+ requirements:
148
+ - - ! '>='
149
+ - !ruby/object:Gem::Version
150
+ version: '0'
151
+ type: :runtime
152
+ prerelease: false
153
+ version_requirements: !ruby/object:Gem::Requirement
154
+ none: false
155
+ requirements:
156
+ - - ! '>='
157
+ - !ruby/object:Gem::Version
158
+ version: '0'
143
159
  description: pry-doc + pry-docmore + pry-debugger + pry-stack_explorer + pry-rescue
144
160
  + bond + jist + pry-plus + pry-theme + pry-pretty-numeric + pry-syntax-hacks + pry-highlight
145
- + pry-editline + pry-git + pry-developer_tools
161
+ + pry-editline + pry-git + pry-developer_tools + awesome_print
146
162
  email: rking-pry-full@sharpsaw.org
147
163
  executables:
148
164
  - demo-pry-bond
@@ -153,10 +169,14 @@ extensions: []
153
169
  extra_rdoc_files: []
154
170
  files:
155
171
  - lib/pry-full.rb
156
- - bin/demo-pry-bond
157
- - bin/demo-pry-exception_explorer
158
- - bin/demo-pry-rescue
159
- - bin/pryq
172
+ - !binary |-
173
+ YmluL2RlbW8tcHJ5LWJvbmQ=
174
+ - !binary |-
175
+ YmluL2RlbW8tcHJ5LWV4Y2VwdGlvbl9leHBsb3Jlcg==
176
+ - !binary |-
177
+ YmluL2RlbW8tcHJ5LXJlc2N1ZQ==
178
+ - !binary |-
179
+ YmluL3ByeXE=
160
180
  homepage: https://github.com/rking/pry-full
161
181
  licenses:
162
182
  - CC0
@@ -178,7 +198,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
178
198
  version: '0'
179
199
  requirements: []
180
200
  rubyforge_project:
181
- rubygems_version: 1.8.23
201
+ rubygems_version: 1.8.24
182
202
  signing_key:
183
203
  specification_version: 3
184
204
  summary: A metagem; Pry + bunch of pry plugins that get the brainstorming going