quick-debug 0.0.1 → 0.0.2
Sign up to get free protection for your applications and to get access to all the features.
- data/README.md +1 -1
- data/lib/quick-debug.rb +2 -1
- data/lib/quick-debug/version.rb +1 -1
- metadata +2 -2
data/README.md
CHANGED
@@ -59,7 +59,7 @@ require 'quick-debug'
|
|
59
59
|
For especially legacy/hostile environments, or if you want to use this _really_ quickly, you can directly require the `quick-debug.rb` file in your code - it has no dependencies. If you do this often, a symlink could come in really useful. For example:
|
60
60
|
|
61
61
|
```
|
62
|
-
$ sudo ln -s /Library/Ruby/Gems/1.8/gems/quick-debug-0.0.1/lib/quick-debug.rb /quick-debug
|
62
|
+
$ sudo ln -s /Library/Ruby/Gems/1.8/gems/quick-debug-0.0.1/lib/quick-debug.rb /quick-debug.rb
|
63
63
|
```
|
64
64
|
|
65
65
|
Then, from within your code:
|
data/lib/quick-debug.rb
CHANGED
data/lib/quick-debug/version.rb
CHANGED