pry 0.7.7.2-java → 0.8.0-java

Sign up to get free protection for your applications and to get access to all the features.
metadata CHANGED
@@ -2,112 +2,115 @@
2
2
  name: pry
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.7.7.2
5
+ version: 0.8.0
6
6
  platform: java
7
7
  authors:
8
- - John Mair (banisterfiend)
8
+ - John Mair (banisterfiend)
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2011-04-01 00:00:00 +13:00
13
+ date: 2011-04-24 00:00:00 +12:00
14
14
  default_executable:
15
15
  dependencies:
16
- - !ruby/object:Gem::Dependency
17
- name: ruby_parser
18
- prerelease: false
19
- requirement: &id001 !ruby/object:Gem::Requirement
20
- none: false
21
- requirements:
22
- - - ">="
23
- - !ruby/object:Gem::Version
24
- version: 2.0.5
25
- type: :runtime
26
- version_requirements: *id001
27
- - !ruby/object:Gem::Dependency
28
- name: coderay
29
- prerelease: false
30
- requirement: &id002 !ruby/object:Gem::Requirement
31
- none: false
32
- requirements:
33
- - - ">="
34
- - !ruby/object:Gem::Version
35
- version: 0.9.7
36
- type: :runtime
37
- version_requirements: *id002
38
- - !ruby/object:Gem::Dependency
39
- name: bacon
40
- prerelease: false
41
- requirement: &id003 !ruby/object:Gem::Requirement
42
- none: false
43
- requirements:
44
- - - ">="
45
- - !ruby/object:Gem::Version
46
- version: 1.1.0
47
- type: :development
48
- version_requirements: *id003
49
- - !ruby/object:Gem::Dependency
50
- name: method_source
51
- prerelease: false
52
- requirement: &id004 !ruby/object:Gem::Requirement
53
- none: false
54
- requirements:
55
- - - "="
56
- - !ruby/object:Gem::Version
57
- version: 0.2.0
58
- type: :runtime
59
- version_requirements: *id004
16
+ - !ruby/object:Gem::Dependency
17
+ name: ruby_parser
18
+ prerelease: false
19
+ requirement: &id001 !ruby/object:Gem::Requirement
20
+ none: false
21
+ requirements:
22
+ - - ">="
23
+ - !ruby/object:Gem::Version
24
+ version: 2.0.5
25
+ type: :runtime
26
+ version_requirements: *id001
27
+ - !ruby/object:Gem::Dependency
28
+ name: coderay
29
+ prerelease: false
30
+ requirement: &id002 !ruby/object:Gem::Requirement
31
+ none: false
32
+ requirements:
33
+ - - ">="
34
+ - !ruby/object:Gem::Version
35
+ version: 0.9.7
36
+ type: :runtime
37
+ version_requirements: *id002
38
+ - !ruby/object:Gem::Dependency
39
+ name: slop
40
+ prerelease: false
41
+ requirement: &id003 !ruby/object:Gem::Requirement
42
+ none: false
43
+ requirements:
44
+ - - ">="
45
+ - !ruby/object:Gem::Version
46
+ version: 1.5.2
47
+ type: :runtime
48
+ version_requirements: *id003
49
+ - !ruby/object:Gem::Dependency
50
+ name: bacon
51
+ prerelease: false
52
+ requirement: &id004 !ruby/object:Gem::Requirement
53
+ none: false
54
+ requirements:
55
+ - - ">="
56
+ - !ruby/object:Gem::Version
57
+ version: 1.1.0
58
+ type: :development
59
+ version_requirements: *id004
60
+ - !ruby/object:Gem::Dependency
61
+ name: method_source
62
+ prerelease: false
63
+ requirement: &id005 !ruby/object:Gem::Requirement
64
+ none: false
65
+ requirements:
66
+ - - ">="
67
+ - !ruby/object:Gem::Version
68
+ version: 0.4.0
69
+ type: :runtime
70
+ version_requirements: *id005
60
71
  description: attach an irb-like session to any object at runtime
61
72
  email: jrmair@gmail.com
62
73
  executables:
63
- - pry
74
+ - pry
64
75
  extensions: []
65
76
 
66
77
  extra_rdoc_files: []
67
78
 
68
79
  files:
69
- - lib/pry.rb
70
- - lib/pry.rbc
71
- - lib/pry/commands.rb
72
- - lib/pry/print.rbc
73
- - lib/pry/version.rb
74
- - lib/pry/pry_class.rbc
75
- - lib/pry/command_base.rb
76
- - lib/pry/pry_instance.rbc
77
- - lib/pry/prompts.rb
78
- - lib/pry/#commands.rb#
79
- - lib/pry/completion.rbc
80
- - lib/pry/hooks.rb
81
- - lib/pry/commands.rbc
82
- - lib/pry/core_extensions.rbc
83
- - lib/pry/prompts.rbc
84
- - lib/pry/core_extensions.rb
85
- - lib/pry/command_base.rbc
86
- - lib/pry/version.rbc
87
- - lib/pry/completion.rb
88
- - lib/pry/print.rb
89
- - lib/pry/pry_class.rb
90
- - lib/pry/pry_instance.rb
91
- - lib/pry/hooks.rbc
92
- - examples/example_commands.rb
93
- - examples/example_image_edit.rb
94
- - examples/example_input2.rb
95
- - examples/example_prompt.rb
96
- - examples/example_command_override.rb
97
- - examples/example_output.rb
98
- - examples/example_hooks.rb
99
- - examples/example_print.rb
100
- - examples/example_basic.rb
101
- - examples/example_input.rb
102
- - test/test.rb
103
- - test/test_helper.rb
104
- - test/testrc
105
- - CHANGELOG
106
- - LICENSE
107
- - README.markdown
108
- - Rakefile
109
- - .gemtest
110
- - bin/pry
80
+ - lib/pry/command_base.rb
81
+ - lib/pry/command_base_helpers.rb
82
+ - lib/pry/command_helpers.rb
83
+ - lib/pry/command_processor.rb
84
+ - lib/pry/commands.rb
85
+ - lib/pry/completion.rb
86
+ - lib/pry/core_extensions.rb
87
+ - lib/pry/custom_completions.rb
88
+ - lib/pry/hooks.rb
89
+ - lib/pry/print.rb
90
+ - lib/pry/prompts.rb
91
+ - lib/pry/pry_class.rb
92
+ - lib/pry/pry_instance.rb
93
+ - lib/pry/version.rb
94
+ - lib/pry.rb
95
+ - examples/example_basic.rb
96
+ - examples/example_command_override.rb
97
+ - examples/example_commands.rb
98
+ - examples/example_hooks.rb
99
+ - examples/example_image_edit.rb
100
+ - examples/example_input.rb
101
+ - examples/example_input2.rb
102
+ - examples/example_output.rb
103
+ - examples/example_print.rb
104
+ - examples/example_prompt.rb
105
+ - test/test.rb
106
+ - test/test_helper.rb
107
+ - test/testrc
108
+ - CHANGELOG
109
+ - LICENSE
110
+ - README.markdown
111
+ - Rakefile
112
+ - .gemtest
113
+ - bin/pry
111
114
  has_rdoc: true
112
115
  homepage: http://banisterfiend.wordpress.com
113
116
  licenses: []
@@ -116,23 +119,23 @@ post_install_message:
116
119
  rdoc_options: []
117
120
 
118
121
  require_paths:
119
- - lib
122
+ - lib
120
123
  required_ruby_version: !ruby/object:Gem::Requirement
121
124
  none: false
122
125
  requirements:
123
- - - ">="
124
- - !ruby/object:Gem::Version
125
- version: "0"
126
+ - - ">="
127
+ - !ruby/object:Gem::Version
128
+ version: "0"
126
129
  required_rubygems_version: !ruby/object:Gem::Requirement
127
130
  none: false
128
131
  requirements:
129
- - - ">="
130
- - !ruby/object:Gem::Version
131
- version: "0"
132
+ - - ">="
133
+ - !ruby/object:Gem::Version
134
+ version: "0"
132
135
  requirements: []
133
136
 
134
137
  rubyforge_project:
135
- rubygems_version: 1.5.1
138
+ rubygems_version: 1.6.2
136
139
  signing_key:
137
140
  specification_version: 3
138
141
  summary: attach an irb-like session to any object at runtime
@@ -1,541 +0,0 @@
1
- !RBIX
2
- 12177353960789629535
3
- x
4
- M
5
- 1
6
- n
7
- n
8
- x
9
- 10
10
- __script__
11
- i
12
- 296
13
- 45
14
- 0
15
- 1
16
- 65
17
- 49
18
- 2
19
- 0
20
- 49
21
- 3
22
- 1
23
- 19
24
- 0
25
- 15
26
- 99
27
- 43
28
- 4
29
- 7
30
- 5
31
- 49
32
- 6
33
- 1
34
- 45
35
- 0
36
- 7
37
- 20
38
- 0
39
- 49
40
- 8
41
- 1
42
- 49
43
- 9
44
- 1
45
- 15
46
- 5
47
- 7
48
- 10
49
- 64
50
- 47
51
- 49
52
- 11
53
- 1
54
- 15
55
- 5
56
- 7
57
- 12
58
- 64
59
- 47
60
- 49
61
- 11
62
- 1
63
- 15
64
- 5
65
- 7
66
- 13
67
- 64
68
- 47
69
- 49
70
- 11
71
- 1
72
- 15
73
- 5
74
- 7
75
- 14
76
- 64
77
- 47
78
- 49
79
- 11
80
- 1
81
- 15
82
- 5
83
- 7
84
- 15
85
- 64
86
- 47
87
- 49
88
- 11
89
- 1
90
- 15
91
- 45
92
- 16
93
- 17
94
- 7
95
- 18
96
- 13
97
- 70
98
- 9
99
- 99
100
- 15
101
- 44
102
- 43
103
- 19
104
- 7
105
- 20
106
- 78
107
- 49
108
- 21
109
- 2
110
- 6
111
- 18
112
- 49
113
- 22
114
- 1
115
- 13
116
- 10
117
- 130
118
- 15
119
- 45
120
- 16
121
- 23
122
- 7
123
- 24
124
- 13
125
- 70
126
- 9
127
- 127
128
- 15
129
- 44
130
- 43
131
- 19
132
- 7
133
- 25
134
- 78
135
- 49
136
- 21
137
- 2
138
- 6
139
- 24
140
- 49
141
- 22
142
- 1
143
- 9
144
- 202
145
- 26
146
- 93
147
- 0
148
- 15
149
- 29
150
- 150
151
- 0
152
- 5
153
- 7
154
- 26
155
- 64
156
- 47
157
- 49
158
- 11
159
- 1
160
- 30
161
- 8
162
- 197
163
- 26
164
- 93
165
- 1
166
- 15
167
- 24
168
- 13
169
- 45
170
- 27
171
- 28
172
- 12
173
- 49
174
- 29
175
- 1
176
- 10
177
- 167
178
- 8
179
- 192
180
- 15
181
- 99
182
- 43
183
- 4
184
- 7
185
- 30
186
- 49
187
- 6
188
- 1
189
- 7
190
- 31
191
- 64
192
- 49
193
- 32
194
- 1
195
- 15
196
- 5
197
- 79
198
- 47
199
- 49
200
- 33
201
- 1
202
- 25
203
- 8
204
- 197
205
- 15
206
- 92
207
- 1
208
- 27
209
- 34
210
- 92
211
- 0
212
- 27
213
- 8
214
- 203
215
- 1
216
- 15
217
- 5
218
- 7
219
- 34
220
- 64
221
- 47
222
- 49
223
- 11
224
- 1
225
- 15
226
- 5
227
- 7
228
- 35
229
- 64
230
- 47
231
- 49
232
- 11
233
- 1
234
- 15
235
- 5
236
- 7
237
- 36
238
- 64
239
- 47
240
- 49
241
- 11
242
- 1
243
- 15
244
- 5
245
- 7
246
- 37
247
- 64
248
- 47
249
- 49
250
- 11
251
- 1
252
- 15
253
- 5
254
- 7
255
- 38
256
- 64
257
- 47
258
- 49
259
- 11
260
- 1
261
- 15
262
- 5
263
- 7
264
- 39
265
- 64
266
- 47
267
- 49
268
- 11
269
- 1
270
- 15
271
- 5
272
- 7
273
- 40
274
- 64
275
- 47
276
- 49
277
- 11
278
- 1
279
- 15
280
- 5
281
- 7
282
- 41
283
- 64
284
- 47
285
- 49
286
- 11
287
- 1
288
- 15
289
- 5
290
- 7
291
- 42
292
- 64
293
- 47
294
- 49
295
- 11
296
- 1
297
- 15
298
- 5
299
- 7
300
- 43
301
- 64
302
- 47
303
- 49
304
- 11
305
- 1
306
- 15
307
- 2
308
- 11
309
- I
310
- 7
311
- I
312
- 1
313
- I
314
- 0
315
- I
316
- 0
317
- n
318
- p
319
- 44
320
- x
321
- 4
322
- File
323
- n
324
- x
325
- 11
326
- active_path
327
- x
328
- 7
329
- dirname
330
- x
331
- 7
332
- Globals
333
- x
334
- 10
335
- $LOAD_PATH
336
- x
337
- 2
338
- []
339
- n
340
- x
341
- 11
342
- expand_path
343
- x
344
- 2
345
- <<
346
- s
347
- 13
348
- method_source
349
- x
350
- 7
351
- require
352
- s
353
- 10
354
- shellwords
355
- s
356
- 8
357
- readline
358
- s
359
- 8
360
- stringio
361
- s
362
- 7
363
- coderay
364
- x
365
- 13
366
- RUBY_PLATFORM
367
- n
368
- n
369
- x
370
- 6
371
- Regexp
372
- s
373
- 5
374
- mswin
375
- x
376
- 3
377
- new
378
- x
379
- 2
380
- =~
381
- n
382
- n
383
- s
384
- 5
385
- mingw
386
- s
387
- 12
388
- win32console
389
- x
390
- 9
391
- LoadError
392
- n
393
- x
394
- 3
395
- ===
396
- x
397
- 7
398
- $stderr
399
- s
400
- 34
401
- Need to `gem install win32console`
402
- x
403
- 4
404
- puts
405
- x
406
- 4
407
- exit
408
- s
409
- 11
410
- pry/version
411
- s
412
- 9
413
- pry/hooks
414
- s
415
- 9
416
- pry/print
417
- s
418
- 16
419
- pry/command_base
420
- s
421
- 12
422
- pry/commands
423
- s
424
- 11
425
- pry/prompts
426
- s
427
- 14
428
- pry/completion
429
- s
430
- 19
431
- pry/core_extensions
432
- s
433
- 13
434
- pry/pry_class
435
- s
436
- 16
437
- pry/pry_instance
438
- p
439
- 47
440
- I
441
- 0
442
- I
443
- 4
444
- I
445
- d
446
- I
447
- 6
448
- I
449
- 21
450
- I
451
- 8
452
- I
453
- 2a
454
- I
455
- 9
456
- I
457
- 33
458
- I
459
- a
460
- I
461
- 3c
462
- I
463
- b
464
- I
465
- 45
466
- I
467
- c
468
- I
469
- 4e
470
- I
471
- e
472
- I
473
- 84
474
- I
475
- 10
476
- I
477
- 9b
478
- I
479
- 11
480
- I
481
- a8
482
- I
483
- 12
484
- I
485
- b7
486
- I
487
- 13
488
- I
489
- ca
490
- I
491
- e
492
- I
493
- cc
494
- I
495
- 17
496
- I
497
- d5
498
- I
499
- 18
500
- I
501
- de
502
- I
503
- 19
504
- I
505
- e7
506
- I
507
- 1a
508
- I
509
- f0
510
- I
511
- 1b
512
- I
513
- f9
514
- I
515
- 1c
516
- I
517
- 102
518
- I
519
- 1d
520
- I
521
- 10b
522
- I
523
- 1e
524
- I
525
- 114
526
- I
527
- 1f
528
- I
529
- 11d
530
- I
531
- 20
532
- I
533
- 128
534
- x
535
- 39
536
- /home/john/ruby/projects/pry/lib/pry.rb
537
- p
538
- 1
539
- x
540
- 5
541
- direc