irbtools-more 2.3.0 → 2.3.1
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.
- checksums.yaml +4 -4
- data/{CHANGELOG-MORE.txt → CHANGELOG-MORE.md} +20 -15
- data/README.md +120 -132
- data/irbtools-more.gemspec +2 -2
- data/lib/irbtools/more/version.rb +1 -1
- metadata +12 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f4e1768d10ea0451f5afc388b4425a5c11bc5d81ab215d07f308fbda341c8756
|
|
4
|
+
data.tar.gz: da47cf08e8d28c4ecf4fa64b12c14c70dc355488fb44dfbeb84d64342d2f4854
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e1ac332d8e0466618ca27e5c8736589af887487be3eb565ebd5456626f41bd64d22dda21b445b1841dcee41856ce0ffcb80a03d2413c3269b5c7958b14dc4fff
|
|
7
|
+
data.tar.gz: ef705f670fe63359a8eb21f4da4b1ef3e6d5eea2073e7b243412da639b21560e029b21af6f5607244a16af773464053cdf432e448e92020dd7fd9f6569869ea9
|
|
@@ -1,55 +1,60 @@
|
|
|
1
|
-
|
|
1
|
+
# Irbtools (More) Changelog
|
|
2
|
+
|
|
3
|
+
## 2.3.1
|
|
4
|
+
* Loosen irbrtools-more dependency to irbtools (allow 3.x)
|
|
5
|
+
|
|
6
|
+
## 2.3.0
|
|
2
7
|
* Remove dependency to did_you_mean, since it is now a default gem anyways
|
|
3
8
|
* Version bump: irbtools, looksee, core_docs, and binding_of_caller
|
|
4
9
|
|
|
5
|
-
|
|
10
|
+
## 2.2.1
|
|
6
11
|
* Add core_docs dependency
|
|
7
12
|
|
|
8
|
-
|
|
13
|
+
## 2.2.0
|
|
9
14
|
* Re-enable looksee (not comptible with Ruby 2.3, but does not crash anymore during install)
|
|
10
15
|
|
|
11
|
-
|
|
16
|
+
## 2.1.0
|
|
12
17
|
* Ruby 2.3 compat: Upgrade did_you_mean to ~> 1.0
|
|
13
18
|
* Ruby 2.3 compat: Disable looksee gem as long it is not adapted for 2.3
|
|
14
19
|
|
|
15
|
-
|
|
20
|
+
## 2.0.0
|
|
16
21
|
* Integrate more-repo into irbtools main repo
|
|
17
22
|
* Improve auto-completion
|
|
18
23
|
* Remove Object#l alias for looksee, use Object#lp
|
|
19
24
|
|
|
20
|
-
|
|
25
|
+
## 1.7.2
|
|
21
26
|
* Bump did_you_mean and looksee (Ruby 2.2 compat)
|
|
22
27
|
|
|
23
|
-
|
|
28
|
+
## 1.7.1
|
|
24
29
|
* Bump did_you_mean version
|
|
25
30
|
|
|
26
|
-
|
|
31
|
+
## 1.7.0
|
|
27
32
|
* Bump looksee
|
|
28
33
|
* Ruby 1.9.3 required
|
|
29
34
|
* Add did_you_mean gem
|
|
30
35
|
|
|
31
|
-
|
|
36
|
+
## 1.6.1
|
|
32
37
|
* Add binding_of_caller
|
|
33
38
|
* Alias looksee to Object#lp instead of Object#ls
|
|
34
39
|
|
|
35
|
-
|
|
40
|
+
## 1.6.0
|
|
36
41
|
* (nothing)
|
|
37
42
|
|
|
38
|
-
|
|
43
|
+
## 1.5.2
|
|
39
44
|
* Ruby 2.1 Compatibility / Update looksee gem
|
|
40
45
|
* Be less restrictive in gem dependencies
|
|
41
46
|
|
|
42
|
-
|
|
47
|
+
## 1.5.1
|
|
43
48
|
* (nothing)
|
|
44
49
|
|
|
45
|
-
|
|
50
|
+
## 1.5.0
|
|
46
51
|
* Ruby 2.0 Compatibility
|
|
47
52
|
* Drop 1.8 Support
|
|
48
53
|
* Drop DrX gem
|
|
49
54
|
|
|
50
|
-
|
|
55
|
+
## 1.2.0
|
|
51
56
|
* add looksee
|
|
52
57
|
|
|
53
|
-
|
|
58
|
+
## 0.3.2
|
|
54
59
|
* load in threads (irbtools 1.0)
|
|
55
60
|
* remove jeweler
|
data/README.md
CHANGED
|
@@ -1,12 +1,16 @@
|
|
|
1
|
-
# Irbtools [](https://badge.fury.io/rb/irbtools)
|
|
2
|
-
|
|
3
|
-
_ _| | | |
|
|
4
|
-
| __| __ \ __| _ \ _ \ | __|
|
|
5
|
-
| | | | | ( | ( | | \__ \
|
|
6
|
-
___| _| _.__/ \__| \___/ \___/ _| ____/
|
|
1
|
+
# Irbtools [](https://badge.fury.io/rb/irbtools) [![[travis]](https://travis-ci.org/janlelis/irbtools.svg)](https://travis-ci.org/janlelis/irbtools)
|
|
7
2
|
|
|
3
|
+
```ruby
|
|
4
|
+
_| _|
|
|
5
|
+
_|_|_| _|_|_| _|_|_| _| _| _| _|_|_| _|
|
|
6
|
+
_| _| _| _| _| _|_|_|_| _|_| _|_| _| _|_|_| _| _| _|
|
|
7
|
+
_| _|_|_| _|_|_| _| _| _| _| _| _| _|_| _| _|_| _|
|
|
8
|
+
_| _| _| _| _| _| _| _| _| _| _| _|_| _| _| _|
|
|
9
|
+
_|_|_| _| _| _|_|_| _| _|_| _|_| _|_| _| _|_|_| _| _|_|_| _|
|
|
10
|
+
_| _|
|
|
11
|
+
```
|
|
8
12
|
|
|
9
|
-
Improvements for Ruby's IRB console, like
|
|
13
|
+
Improvements for Ruby's IRB console, like syntax highlighted output and a lot of
|
|
10
14
|
debugging and introspection methods. Unlike with PRY, you are still in your
|
|
11
15
|
normal IRB. It is designed to work out-of-the-box, so there is no reason to not
|
|
12
16
|
use it!
|
|
@@ -20,124 +24,128 @@ just create a new one. Add the following content:
|
|
|
20
24
|
|
|
21
25
|
require 'irbtools'
|
|
22
26
|
|
|
23
|
-
You also need to add irbtools to your project's Gemfile
|
|
27
|
+
You also need to add irbtools to your project's `Gemfile`:
|
|
24
28
|
|
|
25
29
|
gem 'irbtools', require: 'irbtools/binding'
|
|
26
30
|
|
|
27
|
-
Then start IRB (with **Irbtools** loaded) from the
|
|
31
|
+
Then start IRB (with **Irbtools** loaded) from the terminal or directly from your code with:
|
|
28
32
|
|
|
29
33
|
binding.irb
|
|
30
34
|
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
irb
|
|
34
|
-
|
|
35
|
-
### More Improvements
|
|
35
|
+
### Enable More Gems
|
|
36
36
|
|
|
37
37
|
Some suggested gems will not be installed to ensure wider general support. For
|
|
38
|
-
the full feature set, you can
|
|
38
|
+
the full feature set, you can install **irbtools-more**. To do so, change your
|
|
39
39
|
`.irbrc` to:
|
|
40
40
|
|
|
41
41
|
require 'irbtools/more'
|
|
42
42
|
|
|
43
|
-
and edit your Gemfile to
|
|
43
|
+
and edit your `Gemfile` to read like this:
|
|
44
44
|
|
|
45
45
|
gem 'irbtools-more', require: 'irbtools/binding'
|
|
46
46
|
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
####
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
*
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
*
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
`
|
|
100
|
-
`
|
|
101
|
-
`
|
|
102
|
-
`
|
|
103
|
-
`
|
|
104
|
-
`
|
|
105
|
-
`
|
|
106
|
-
`
|
|
107
|
-
`
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
`
|
|
114
|
-
`
|
|
115
|
-
`
|
|
116
|
-
`
|
|
117
|
-
`
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
`
|
|
124
|
-
`
|
|
125
|
-
`
|
|
126
|
-
`
|
|
127
|
-
`
|
|
128
|
-
`
|
|
129
|
-
`
|
|
130
|
-
`
|
|
131
|
-
`
|
|
132
|
-
`
|
|
133
|
-
`
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
47
|
+
## Features
|
|
48
|
+
|
|
49
|
+
### Irbtools' IRB Improvements
|
|
50
|
+
|
|
51
|
+
- Syntax highlighting ([wirb](https://github.com/janlelis/wirb/) / [fancy_irb](https://github.com/janlelis/fancy_irb))
|
|
52
|
+
- Loads included third party libraries effeciently
|
|
53
|
+
- Customizable views for specfic options using [hirb](https://tagaholic.me/2009/03/13/hirb-irb-on-the-good-stuff.html)
|
|
54
|
+
- ActiveRecord results get displayed as a table
|
|
55
|
+
- **(irbtools-more)** [Improved tab-completion](https://tagaholic.me/bond/)
|
|
56
|
+
|
|
57
|
+
### Irbtools' Included Methods for IRB
|
|
58
|
+
|
|
59
|
+
#### Highlights
|
|
60
|
+
|
|
61
|
+
- Lookup and manipulate instance variables / methods with ease using [object_shadow](https://github.com/janlelis/object_shadow/)
|
|
62
|
+
- **(irbtools-more)** Go even further with [looksee](https://github.com/oggy/looksee), the best lookup path inspection tool out there
|
|
63
|
+
- Display a method's source code using [code](https://github.com/janlelis/code)
|
|
64
|
+
- Inline access to *ri* docs by [ori](https://github.com/dadooda/ori)
|
|
65
|
+
- If you have deactivated *ri*, you can re-generate the docs with something like: `rvm docs generate-ri`
|
|
66
|
+
- Find methods that turn one value into another value with [methodfinder](https://github.com/citizen428/methodfinder)
|
|
67
|
+
- [Use VIM from inside IRB](https://github.com/jberkel/interactive_editor)
|
|
68
|
+
|
|
69
|
+
#### Ruby Introspection
|
|
70
|
+
|
|
71
|
+
Method / Constant | Arguments | Description | Provided By
|
|
72
|
+
------ | ---------- | -----------|-
|
|
73
|
+
`code` | object = self, method_name | Display the method source with syntax highlighting. Will also look up C methods if the **core_docs** gem (which is included in **irbtools-more**) is available. | [code](https://github.com/janlelis/code)
|
|
74
|
+
`howtocall` | object = self, method_or_proc | Display parameter names and types you will need to call a method | [debugging/howtocall](https://github.com/janlelis/debugging#howtocallobj--self-method_or_proc)
|
|
75
|
+
`mf` | object1, object2 | Find methods which turn one value into another value | [methodfinder](https://github.com/citizen428/methodfinder)
|
|
76
|
+
`mof` | object, depth = 0, grep = // | Print a method list, ordered by modules (looksee lite) | [debugging](https://github.com/janlelis/debugging#mofobj-depth--nil)
|
|
77
|
+
`Object#lp` | | **(irbtools-more)** Supercharged method introspection in IRB | [looksee](https://github.com/oggy/looksee)
|
|
78
|
+
`Object#ri` | *args | Show ri documentation for this object or method | [ori](https://github.com/dadooda/ori)
|
|
79
|
+
`Object#shadow` | | Manipulate instance variables and learn about callable methods | [object_shadow](https://github.com/janlelis/object_shadow/)
|
|
80
|
+
|
|
81
|
+
#### Platform Info
|
|
82
|
+
|
|
83
|
+
Method / Constant | Arguments | Description | Provided By
|
|
84
|
+
------ | ---------- | -----------|-
|
|
85
|
+
`OS` | | Query operating system information | [os](https://github.com/rdp/os)
|
|
86
|
+
`RubyVersion` | | Show the Ruby version | [ruby_version](https://github.com/janlelis/ruby_version)
|
|
87
|
+
`RubyEngine` | | Show the Ruby engine | [ruby_engine](https://github.com/janlelis/ruby_engine)
|
|
88
|
+
`RubyInfo` | | List general information about the Ruby environment | [ruby_info](https://github.com/janlelis/ruby_info)
|
|
89
|
+
|
|
90
|
+
#### General Utils
|
|
91
|
+
|
|
92
|
+
Method / Constant | Arguments | Description | Provided By
|
|
93
|
+
------ | ---------- | -----------|-
|
|
94
|
+
`beep` | | Ring terminal bell | [debugging/beep](https://github.com/janlelis/debugging#beep)
|
|
95
|
+
`copy` | string | Copy something to the clipboard | [clipboard](https://github.com/janlelis/clipboard)
|
|
96
|
+
`colorize` | string | Syntax-highlight a string of Ruby code | [coderay](https://github.com/rubychan/coderay), irbtools
|
|
97
|
+
`ed` / `emacs` / `mate` / `mvim` / `nano` / `vi` / `vim` | filename = nil | Start an editor in the session context | [interactive_editor](https://github.com/jberkel/interactive_editor)
|
|
98
|
+
`ld` | file | Shortcut for `load lib.to_s + '.rb'` | [every_day_irb](https://github.com/janlelis/every_day_irb)
|
|
99
|
+
`pa` | string, color | Print a string in the specified color | [paint](https://github.com/janlelis/paint#utilities)
|
|
100
|
+
`page` | what, options = {} | Use pager to improve viewing longer content | [hirb](https://github.com/cldwalker/hirb#pager), irbtools
|
|
101
|
+
`paste` | | Paste clipboard content | [clipboard](https://github.com/janlelis/clipboard)
|
|
102
|
+
`q` | *args | Like `Kernel#p`, but prints results on one line, with different colors | [debugging/q](https://github.com/janlelis/debugging#qargs)
|
|
103
|
+
`re` | string, regexg, groups = nil | Regex debugging helper | [debugging/re](https://github.com/janlelis/debugging#qargs)
|
|
104
|
+
`rq` | lib | Shortcut for `require lib.to_s`. Use it like this: `rq:prime` | [every_day_irb](https://github.com/janlelis/every_day_irb)
|
|
105
|
+
`rr` | lib | Shortcut for `require_relative lib.to_s` | [every_day_irb](https://github.com/janlelis/every_day_irb)
|
|
106
|
+
`rrq` / `rerequire` | lib | Hack to remove a library from `$LOADED_FEATURES` and `require` it again | [every_day_irb](https://github.com/janlelis/every_day_irb)
|
|
107
|
+
`wp` | inspect_string | Syntax-highlight a Ruby return value | [wirb](https://github.com/janlelis/wirb#kernelwp)
|
|
108
|
+
|
|
109
|
+
#### IRB Support
|
|
110
|
+
|
|
111
|
+
Method / Constant | Arguments | Description | Provided By
|
|
112
|
+
------ | ---------- | -----------|-
|
|
113
|
+
`clear` | | Clear the terminal | [every_day_irb](https://github.com/janlelis/every_day_irb)
|
|
114
|
+
`copy_input` | | Copy session history to the clipboard | [clipboard](https://github.com/janlelis/clipboard), irbtools
|
|
115
|
+
`copy_output` | | Copy session output history to the clipboard | [clipboard](https://github.com/janlelis/clipboard), irbtools
|
|
116
|
+
`reset!` | | Restart the current IRB session | [every_day_irb](https://github.com/janlelis/every_day_irb)
|
|
117
|
+
`session_history` | number_of_lines = nil | Return a string of all commands issued in the current session | [every_day_irb](https://github.com/janlelis/every_day_irb)
|
|
118
|
+
|
|
119
|
+
#### Files and Navigation
|
|
120
|
+
|
|
121
|
+
Method / Constant | Arguments | Description | Provided By
|
|
122
|
+
------ | ---------- | -----------|-
|
|
123
|
+
`cat` | path | Read file contents | [every_day_irb](https://github.com/janlelis/every_day_irb)
|
|
124
|
+
`cd` | path = nil | Change the directory. Can also be used in these forms: `~cd` (change to home directory), `-cd` (change to previous directory) | [cd](https://github.com/janlelis/cd)
|
|
125
|
+
`chmod` | mode, path | Set file mode for file | [fileutils](https://ruby-doc.org/stdlib/libdoc/fileutils/rdoc/FileUtils.html)
|
|
126
|
+
`chmod_R` | mode, path | Set file mode for directory | [fileutils](https://ruby-doc.org/stdlib/libdoc/fileutils/rdoc/FileUtils.html)
|
|
127
|
+
`chown` | user, group, path | Set file owner for file | [fileutils](https://ruby-doc.org/stdlib/libdoc/fileutils/rdoc/FileUtils.html)
|
|
128
|
+
`chown_R` | user, group, path | Set file owner for directory | [fileutils](https://ruby-doc.org/stdlib/libdoc/fileutils/rdoc/FileUtils.html)
|
|
129
|
+
`cp` | source, destination | Copy file | [fileutils](https://ruby-doc.org/stdlib/libdoc/fileutils/rdoc/FileUtils.html)
|
|
130
|
+
`cp_r` | source, destination | Copy directory | [fileutils](https://ruby-doc.org/stdlib/libdoc/fileutils/rdoc/FileUtils.html)
|
|
131
|
+
`ls` | path = "." | List directory content | [fileutils](https://ruby-doc.org/stdlib/libdoc/fileutils/rdoc/FileUtils.html)
|
|
132
|
+
`ln` | target, link | Create symlink (`ln`) | [fileutils](https://ruby-doc.org/stdlib/libdoc/fileutils/rdoc/FileUtils.html)
|
|
133
|
+
`ln_s` | target, link | Create symlink (`ln -s`) | [fileutils](https://ruby-doc.org/stdlib/libdoc/fileutils/rdoc/FileUtils.html)
|
|
134
|
+
`ln_sf` | target, link | Create symlink (`ln -sf`) | [fileutils](https://ruby-doc.org/stdlib/libdoc/fileutils/rdoc/FileUtils.html)
|
|
135
|
+
`mkdir` | path | Create a new directory | [fileutils](https://ruby-doc.org/stdlib/libdoc/fileutils/rdoc/FileUtils.html)
|
|
136
|
+
`mkdir_p` | path | Create a new directory (with `-p` option) | [fileutils](https://ruby-doc.org/stdlib/libdoc/fileutils/rdoc/FileUtils.html)
|
|
137
|
+
`cp` | source, destination | Move file or directory | [fileutils](https://ruby-doc.org/stdlib/libdoc/fileutils/rdoc/FileUtils.html)
|
|
138
|
+
`pwd` | | Return current directory | [fileutils](https://ruby-doc.org/stdlib/libdoc/fileutils/rdoc/FileUtils.html)
|
|
139
|
+
`ray` | path | Syntax highlight a Ruby file | [coderay](https://github.com/rubychan/coderay), irbtools
|
|
140
|
+
`rm` | path | Delete a file (`rm`) | [fileutils](https://ruby-doc.org/stdlib/libdoc/fileutils/rdoc/FileUtils.html)
|
|
141
|
+
`rm_r` | path | Delete a file or directory (`rm -r`) | [fileutils](https://ruby-doc.org/stdlib/libdoc/fileutils/rdoc/FileUtils.html)
|
|
142
|
+
`rm_rf` | path | Delete a file or directory, with force (`rm -rf`) | [fileutils](https://ruby-doc.org/stdlib/libdoc/fileutils/rdoc/FileUtils.html)
|
|
143
|
+
`rmdir` | path | Delete an empty directory | [fileutils](https://ruby-doc.org/stdlib/libdoc/fileutils/rdoc/FileUtils.html)
|
|
144
|
+
|
|
145
|
+
### Advanced Tweaking
|
|
137
146
|
|
|
138
147
|
See [CONFIGURE.md](https://github.com/janlelis/irbtools/blob/master/CONFIGURE.md).
|
|
139
148
|
|
|
140
|
-
|
|
141
149
|
### Troubleshooting: ANSI colors on Windows
|
|
142
150
|
|
|
143
151
|
Windows: ANSI support can be enabled via
|
|
@@ -145,50 +153,30 @@ Windows: ANSI support can be enabled via
|
|
|
145
153
|
[ConEmu](https://conemu.github.io/) or
|
|
146
154
|
[WSL](https://docs.microsoft.com/en-us/windows/wsl/about).
|
|
147
155
|
|
|
148
|
-
|
|
149
156
|
### Troubleshooting: Clipboard not working on Linux
|
|
150
157
|
|
|
151
158
|
Clipboard support requires **xsel** or **xclip**. On ubuntu, do:
|
|
152
159
|
|
|
153
160
|
sudo apt-get install xsel
|
|
154
161
|
|
|
155
|
-
|
|
156
|
-
### Troubleshooting: Unicode causes wrong display widths
|
|
157
|
-
|
|
158
|
-
If you use double-width unicode characters, you will need to paste the
|
|
159
|
-
following snippet to your `~/.irbrc` file.
|
|
160
|
-
|
|
161
|
-
```ruby
|
|
162
|
-
Irbtools.replace_library_callback :fancy_irb do
|
|
163
|
-
FancyIrb.start east_asian_width: true
|
|
164
|
-
end
|
|
165
|
-
```
|
|
166
|
-
|
|
167
|
-
This setting is deactivated by default, because of performance issues.
|
|
168
|
-
|
|
169
|
-
|
|
170
162
|
### Hint: Debundle
|
|
171
163
|
|
|
172
|
-
If you do not want to add **Irbtools** to your project's Gemfile
|
|
164
|
+
If you do not want to add **Irbtools** to your project's `Gemfile`, you will need a
|
|
173
165
|
[debundle hack](https://github.com/janlelis/debundle.rb). Put it at the
|
|
174
|
-
beginning of your `~/.irbrc` file and you are fine
|
|
175
|
-
|
|
166
|
+
beginning of your `~/.irbrc` file and you are fine.
|
|
176
167
|
|
|
177
168
|
### Hint: No ANSI / IRB extension
|
|
178
169
|
|
|
179
|
-
You can use Irbtools without colors/
|
|
170
|
+
You can use **Irbtools** without colors/IRB extensions. To do so, put this into `~/.irbrc`:
|
|
180
171
|
|
|
181
172
|
```ruby
|
|
182
173
|
require 'irbtools/non_fancy'
|
|
183
174
|
Irbtools.start
|
|
184
175
|
```
|
|
185
176
|
|
|
177
|
+
### Hint: Web Console and Other Approaches
|
|
186
178
|
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
**Irbtools** works well together with the amazing
|
|
190
|
-
[web-console!](https://github.com/rails/web-console)
|
|
191
|
-
|
|
179
|
+
**Irbtools** works well together with the amazing [web-console!](https://github.com/rails/web-console), and also with the [ripl](https://github.com/cldwalker/ripl) IRB alternative.
|
|
192
180
|
|
|
193
181
|
## J-_-L
|
|
194
182
|
|
data/irbtools-more.gemspec
CHANGED
|
@@ -18,13 +18,13 @@ Gem::Specification.new do |s|
|
|
|
18
18
|
]
|
|
19
19
|
s.extra_rdoc_files = %w[
|
|
20
20
|
README.md
|
|
21
|
-
CHANGELOG-MORE.
|
|
21
|
+
CHANGELOG-MORE.md
|
|
22
22
|
MIT-LICENSE.txt
|
|
23
23
|
]
|
|
24
24
|
s.license = 'MIT'
|
|
25
25
|
|
|
26
26
|
s.required_ruby_version = '~> 2.0'
|
|
27
|
-
s.add_dependency 'irbtools', '
|
|
27
|
+
s.add_dependency 'irbtools', '>= 2.2', '< 4.0'
|
|
28
28
|
s.add_dependency 'bond', '~> 0.5'
|
|
29
29
|
s.add_dependency 'looksee' , '~> 4.1'
|
|
30
30
|
s.add_dependency 'core_docs', '>= 0.9.4'
|
metadata
CHANGED
|
@@ -1,29 +1,35 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: irbtools-more
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.3.
|
|
4
|
+
version: 2.3.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Jan Lelis
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2019-04-
|
|
11
|
+
date: 2019-04-10 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: irbtools
|
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
|
16
16
|
requirements:
|
|
17
|
-
- - "
|
|
17
|
+
- - ">="
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
19
|
version: '2.2'
|
|
20
|
+
- - "<"
|
|
21
|
+
- !ruby/object:Gem::Version
|
|
22
|
+
version: '4.0'
|
|
20
23
|
type: :runtime
|
|
21
24
|
prerelease: false
|
|
22
25
|
version_requirements: !ruby/object:Gem::Requirement
|
|
23
26
|
requirements:
|
|
24
|
-
- - "
|
|
27
|
+
- - ">="
|
|
25
28
|
- !ruby/object:Gem::Version
|
|
26
29
|
version: '2.2'
|
|
30
|
+
- - "<"
|
|
31
|
+
- !ruby/object:Gem::Version
|
|
32
|
+
version: '4.0'
|
|
27
33
|
- !ruby/object:Gem::Dependency
|
|
28
34
|
name: bond
|
|
29
35
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -88,10 +94,10 @@ executables: []
|
|
|
88
94
|
extensions: []
|
|
89
95
|
extra_rdoc_files:
|
|
90
96
|
- README.md
|
|
91
|
-
- CHANGELOG-MORE.
|
|
97
|
+
- CHANGELOG-MORE.md
|
|
92
98
|
- MIT-LICENSE.txt
|
|
93
99
|
files:
|
|
94
|
-
- CHANGELOG-MORE.
|
|
100
|
+
- CHANGELOG-MORE.md
|
|
95
101
|
- MIT-LICENSE.txt
|
|
96
102
|
- README.md
|
|
97
103
|
- irbtools-more.gemspec
|