gitlab-pry-byebug 3.9.0

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.
metadata ADDED
@@ -0,0 +1,103 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: gitlab-pry-byebug
3
+ version: !ruby/object:Gem::Version
4
+ version: 3.9.0
5
+ platform: ruby
6
+ authors:
7
+ - David Rodríguez
8
+ - Gopal Patel
9
+ autorequire:
10
+ bindir: bin
11
+ cert_chain: []
12
+ date: 2021-01-12 00:00:00.000000000 Z
13
+ dependencies:
14
+ - !ruby/object:Gem::Dependency
15
+ name: byebug
16
+ requirement: !ruby/object:Gem::Requirement
17
+ requirements:
18
+ - - "~>"
19
+ - !ruby/object:Gem::Version
20
+ version: '11.0'
21
+ type: :runtime
22
+ prerelease: false
23
+ version_requirements: !ruby/object:Gem::Requirement
24
+ requirements:
25
+ - - "~>"
26
+ - !ruby/object:Gem::Version
27
+ version: '11.0'
28
+ - !ruby/object:Gem::Dependency
29
+ name: pry
30
+ requirement: !ruby/object:Gem::Requirement
31
+ requirements:
32
+ - - "~>"
33
+ - !ruby/object:Gem::Version
34
+ version: 0.13.0
35
+ type: :runtime
36
+ prerelease: false
37
+ version_requirements: !ruby/object:Gem::Requirement
38
+ requirements:
39
+ - - "~>"
40
+ - !ruby/object:Gem::Version
41
+ version: 0.13.0
42
+ description: |-
43
+ Combine 'pry' with 'byebug'. Adds 'step', 'next', 'finish',
44
+ 'continue' and 'break' commands to control execution.
45
+ email: deivid.rodriguez@gmail.com
46
+ executables: []
47
+ extensions: []
48
+ extra_rdoc_files:
49
+ - CHANGELOG.md
50
+ - README.md
51
+ files:
52
+ - CHANGELOG.md
53
+ - LICENSE
54
+ - README.md
55
+ - lib/byebug/processors/pry_processor.rb
56
+ - lib/byebug/processors/pry_remote_processor.rb
57
+ - lib/pry-byebug.rb
58
+ - lib/pry-byebug/base.rb
59
+ - lib/pry-byebug/cli.rb
60
+ - lib/pry-byebug/commands.rb
61
+ - lib/pry-byebug/commands/backtrace.rb
62
+ - lib/pry-byebug/commands/breakpoint.rb
63
+ - lib/pry-byebug/commands/continue.rb
64
+ - lib/pry-byebug/commands/down.rb
65
+ - lib/pry-byebug/commands/exit_all.rb
66
+ - lib/pry-byebug/commands/finish.rb
67
+ - lib/pry-byebug/commands/frame.rb
68
+ - lib/pry-byebug/commands/next.rb
69
+ - lib/pry-byebug/commands/step.rb
70
+ - lib/pry-byebug/commands/up.rb
71
+ - lib/pry-byebug/control_d_handler.rb
72
+ - lib/pry-byebug/helpers/breakpoints.rb
73
+ - lib/pry-byebug/helpers/location.rb
74
+ - lib/pry-byebug/helpers/multiline.rb
75
+ - lib/pry-byebug/helpers/navigation.rb
76
+ - lib/pry-byebug/pry_ext.rb
77
+ - lib/pry-byebug/pry_remote_ext.rb
78
+ - lib/pry-byebug/version.rb
79
+ - lib/pry/byebug/breakpoints.rb
80
+ homepage: https://github.com/deivid-rodriguez/pry-byebug
81
+ licenses:
82
+ - MIT
83
+ metadata: {}
84
+ post_install_message:
85
+ rdoc_options: []
86
+ require_paths:
87
+ - lib
88
+ required_ruby_version: !ruby/object:Gem::Requirement
89
+ requirements:
90
+ - - ">="
91
+ - !ruby/object:Gem::Version
92
+ version: 2.4.0
93
+ required_rubygems_version: !ruby/object:Gem::Requirement
94
+ requirements:
95
+ - - ">="
96
+ - !ruby/object:Gem::Version
97
+ version: '0'
98
+ requirements: []
99
+ rubygems_version: 3.0.8
100
+ signing_key:
101
+ specification_version: 4
102
+ summary: Fast debugging with Pry.
103
+ test_files: []