Commit 2028a4c
John Firebaugh
Rename lib subdirectory so as not to conflict with ruby-debug
The namespaces still conflict, but now at least you can have
both ruby-debug and ruby-debug-ide on the load path without
blowing up, as long as you require only one of them. For example,
if you have both ruby-debug and ruby-debug-ide in your Gemfile
with :require => false.
Plus it's just good practice to name the lib subdirectory the same
as the gem. And now we no longer need to conditionally use
require_relative.1 parent 55cfde3 commit 2028a4c
File tree
24 files changed
+11
-30
lines changed- lib
- ruby-debug-ide
- commands
24 files changed
+11
-30
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
17 | 11 | | |
18 | 12 | | |
19 | 13 | | |
| |||
Lines changed: 1 addition & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
| 1 | + | |
7 | 2 | | |
8 | 3 | | |
9 | 4 | | |
| |||
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
0 commit comments