irbtools-more 2.3.0 → 2.3.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 54413dd124a0ce1fd6d4823eeb852e43dd64f5ba204d7c30b91f7a0ddf810d47
4
- data.tar.gz: 1e90b6bed533a97e6b3efa641bcd153f2f668fb586c340360eb4f63af661964e
3
+ metadata.gz: f4e1768d10ea0451f5afc388b4425a5c11bc5d81ab215d07f308fbda341c8756
4
+ data.tar.gz: da47cf08e8d28c4ecf4fa64b12c14c70dc355488fb44dfbeb84d64342d2f4854
5
5
  SHA512:
6
- metadata.gz: 36146ca0e1fd51c0124753be15e52cc1f0b348be9fb7c4d366d85f1d97611a30381c93058521e40ff5d7cfbd2960e7d478a25b44fd8c942a2a5ad6ab9235326d
7
- data.tar.gz: d6c0a6e8c33532631849e11fa78a7834a663e8818906fd1a95bc2abb192dd592bd7e763d65dfb69e0198664226f0188f24490b56f23743675b392e4cec6df592
6
+ metadata.gz: e1ac332d8e0466618ca27e5c8736589af887487be3eb565ebd5456626f41bd64d22dda21b445b1841dcee41856ce0ffcb80a03d2413c3269b5c7958b14dc4fff
7
+ data.tar.gz: ef705f670fe63359a8eb21f4da4b1ef3e6d5eea2073e7b243412da639b21560e029b21af6f5607244a16af773464053cdf432e448e92020dd7fd9f6569869ea9
@@ -1,55 +1,60 @@
1
- == 2.3.0
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
- == 2.2.1
10
+ ## 2.2.1
6
11
  * Add core_docs dependency
7
12
 
8
- == 2.2.0
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
- == 2.1.0
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
- == 2.0.0
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
- == 1.7.2
25
+ ## 1.7.2
21
26
  * Bump did_you_mean and looksee (Ruby 2.2 compat)
22
27
 
23
- == 1.7.1
28
+ ## 1.7.1
24
29
  * Bump did_you_mean version
25
30
 
26
- == 1.7.0
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
- == 1.6.1
36
+ ## 1.6.1
32
37
  * Add binding_of_caller
33
38
  * Alias looksee to Object#lp instead of Object#ls
34
39
 
35
- == 1.6.0
40
+ ## 1.6.0
36
41
  * (nothing)
37
42
 
38
- == 1.5.2
43
+ ## 1.5.2
39
44
  * Ruby 2.1 Compatibility / Update looksee gem
40
45
  * Be less restrictive in gem dependencies
41
46
 
42
- == 1.5.1
47
+ ## 1.5.1
43
48
  * (nothing)
44
49
 
45
- == 1.5.0
50
+ ## 1.5.0
46
51
  * Ruby 2.0 Compatibility
47
52
  * Drop 1.8 Support
48
53
  * Drop DrX gem
49
54
 
50
- == 1.2.0
55
+ ## 1.2.0
51
56
  * add looksee
52
57
 
53
- == 0.3.2
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 [![version](https://badge.fury.io/rb/irbtools.svg)](https://badge.fury.io/rb/irbtools)
2
-
3
- _ _| | | |
4
- | __| __ \ __| _ \ _ \ | __|
5
- | | | | | ( | ( | | \__ \
6
- ___| _| _.__/ \__| \___/ \___/ _| ____/
1
+ # Irbtools [![version](https://badge.fury.io/rb/irbtools.svg)](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 colored output and a lot of
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 console or directly from your code with:
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
- If the `binding_of_caller` gem is available (e.g. see below), you can omit the `binding`:
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 add **irbtools-more** and change your
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
- ### Included Gems and Libraries
49
- #### IRB Improvements
50
-
51
- * Colored output:
52
- [wirb](https://github.com/janlelis/wirb/)
53
- [fancy_irb](https://github.com/janlelis/fancy_irb)
54
- * Custom views for specific objects:
55
- [hirb](https://tagaholic.me/2009/03/13/hirb-irb-on-the-good-stuff.html)
56
- * **(irbtools-more)** Better tab-completion:
57
- [bond](https://tagaholic.me/bond/)
58
-
59
- #### Utils
60
-
61
- * Useful IRB commands (see below):
62
- [every_day_irb](https://github.com/janlelis/irbtools/tree/master/lib/every_day_irb.rb)
63
- [debugging](https://github.com/janlelis/debugging)
64
- [fileutils](https://ruby-doc.org/stdlib/libdoc/fileutils/rdoc/FileUtils.html)
65
- * Clipboard Access:
66
- [clipboard](https://github.com/janlelis/clipboard)
67
- * Terminal colors:
68
- [paint](https://github.com/janlelis/paint)
69
- * Load an editor into your IRB session:
70
- [interactive_editor](https://github.com/jberkel/interactive_editor)
71
-
72
- #### Introspection
73
-
74
- * Displays a method's source:
75
- [code](https://github.com/janlelis/code)
76
- * Access to *ri* docs:
77
- [ori](https://github.com/dadooda/ori)
78
- * Manipulate instance variables with ease:
79
- [instance](https://github.com/rubyworks/instance/) (not loaded in Rails context)
80
- * Platform information:
81
- [ruby_version](https://github.com/janlelis/ruby_version)
82
- [ruby_engine](https://github.com/janlelis/ruby_engine)
83
- [os](https://github.com/rdp/os)
84
- [ruby_info](https://github.com/janlelis/ruby_info)
85
- * Improved method lookup path inspection:
86
- [method_locator](https://github.com/ryanlecompte/method_locator)
87
- * Finds methods that turn one value into another value:
88
- [methodfinder](https://github.com/citizen428/methodfinder)
89
- * **(irbtools-more)** Awesome lookup path inspection:
90
- [looksee](https://github.com/oggy/looksee)
91
-
92
-
93
- ### Irbtools Methods
94
-
95
- Besides improving IRB itself, you will get the following methods:
96
-
97
- Method / Constant | Arguments | Description
98
- ------ | ---------- | -----------
99
- `beep` | | Ring terminal bell.
100
- `cat` | path | Read file contents.
101
- `cd` | path = nil | Changes the directory. Can also be used in these forms: `~cd` (change to home directory), `-cd` (change to previous directory).
102
- `clear` | | Clear the terminal.
103
- `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.
104
- `colorize` | string | Syntax highlight a Ruby string.
105
- `copy` | string | Copy something to the clipboard.
106
- `copy_input` | | Copy session history to the clipboard.
107
- `copy_output` | | Copy session output history to the clipboard.
108
- `ed` / `emacs` / `mate` / `mvim` / `nano` / `vi` / `vim` | filename = nil | Start an editor in the session context.
109
- `RubyEngine` | | Show the Ruby engine.
110
- `howtocall` | object = self, method_or_proc | Displays parameter names and types for a proc or method.
111
- `RubyInfo` | | List general information about the Ruby environment.
112
- `ld` | file | Shortcut for `load lib.to_s + '.rb'`.
113
- `ls` | path = "." | List directory content.
114
- `mf` | object1, object2 | Find methods that turn one value into another value.
115
- `mof` | object, depth = 0, grep = // | Print a method list, ordered by modules.
116
- `OS` | | Query operating system information.
117
- `pa` | string, color | Print a string in the specified color.
118
- `page` | what, options = {} | Page long content.
119
- `paste` | | Paste clipboard content.
120
- `q` | *args | Like `Kernel#p`, but prints results on one line, with different colors.
121
- `ray` | path | Syntax highlight a Ruby file.
122
- `re` | string, regexg, groups = nil | Assists you when matching regexes againts strings.
123
- `reset!` | | Restart the current IRB session.
124
- `rq` | lib | Shortcut for `require lib.to_s`. Use it like this: `rq:prime`.
125
- `rr` | lib | Shortcut for `require_relative lib.to_s`.
126
- `rrq` / `rerequire` | lib | Hack to remove a library from `$LOADED_FEATURES` and `require` it again.
127
- `session_history` | number_of_lines = nil | Return a string of all commands issued in the current session.
128
- `RubyVersion` | | Show the Ruby version.
129
- `wp` | inspect_string | Syntax-highlight a Ruby object.
130
- `Object#instance` | | Proxy object to read and manipulate instance variables / run eval (not loaded in Rails context).
131
- `Object#lp` | | **(irbtools-more)** Supercharged method introspection in IRB.
132
- `Object#mlp` / `Object#method_lookup_path` | | Traverse an object's method lookup path to find all places where a method may be defined.
133
- `Object#ri` | *args | Show ri documentation for this object or method.
134
-
135
-
136
- ### Advanced tweaking
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, you will need a
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 (until it breaks).
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/irb extensions. To do so, put this into `~/.irbrc`:
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
- ### Hint: Web Console
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
 
@@ -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.txt
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', '~> 2.2'
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'
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Irbtools
4
4
  module More
5
- VERSION = "2.3.0"
5
+ VERSION = "2.3.1"
6
6
  end
7
7
  end
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.0
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-01 00:00:00.000000000 Z
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.txt
97
+ - CHANGELOG-MORE.md
92
98
  - MIT-LICENSE.txt
93
99
  files:
94
- - CHANGELOG-MORE.txt
100
+ - CHANGELOG-MORE.md
95
101
  - MIT-LICENSE.txt
96
102
  - README.md
97
103
  - irbtools-more.gemspec