irbtools 4.0.11 → 4.1.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.md +217 -159
- data/Gemfile.lock +36 -32
- data/README.md +88 -87
- data/irbtools.gemspec +1 -1
- data/lib/irbtools/commands/code.rb +29 -16
- data/lib/irbtools/commands/howtocall.rb +29 -16
- data/lib/irbtools/commands/look.rb +13 -10
- data/lib/irbtools/commands/shadow.rb +13 -9
- data/lib/irbtools/commands/sys.rb +9 -14
- data/lib/irbtools/configure.rb +1 -0
- data/lib/irbtools/implementation.rb +5 -12
- data/lib/irbtools/version.rb +1 -1
- data/lib/irbtools.rb +0 -1
- data/spec/irbtools_commands_spec.rb +6 -6
- metadata +7 -10
metadata
CHANGED
@@ -1,14 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: irbtools
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 4.
|
4
|
+
version: 4.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Jan Lelis
|
8
|
-
autorequire:
|
9
8
|
bindir: bin
|
10
9
|
cert_chain: []
|
11
|
-
date:
|
10
|
+
date: 2025-04-14 00:00:00.000000000 Z
|
12
11
|
dependencies:
|
13
12
|
- !ruby/object:Gem::Dependency
|
14
13
|
name: irb
|
@@ -16,20 +15,20 @@ dependencies:
|
|
16
15
|
requirements:
|
17
16
|
- - ">="
|
18
17
|
- !ruby/object:Gem::Version
|
19
|
-
version: 1.
|
18
|
+
version: 1.13.0
|
20
19
|
- - "<"
|
21
20
|
- !ruby/object:Gem::Version
|
22
|
-
version: '1.
|
21
|
+
version: '1.16'
|
23
22
|
type: :runtime
|
24
23
|
prerelease: false
|
25
24
|
version_requirements: !ruby/object:Gem::Requirement
|
26
25
|
requirements:
|
27
26
|
- - ">="
|
28
27
|
- !ruby/object:Gem::Version
|
29
|
-
version: 1.
|
28
|
+
version: 1.13.0
|
30
29
|
- - "<"
|
31
30
|
- !ruby/object:Gem::Version
|
32
|
-
version: '1.
|
31
|
+
version: '1.16'
|
33
32
|
- !ruby/object:Gem::Dependency
|
34
33
|
name: every_day_irb
|
35
34
|
requirement: !ruby/object:Gem::Requirement
|
@@ -358,7 +357,6 @@ licenses:
|
|
358
357
|
- MIT
|
359
358
|
metadata:
|
360
359
|
rubygems_mfa_required: 'true'
|
361
|
-
post_install_message:
|
362
360
|
rdoc_options: []
|
363
361
|
require_paths:
|
364
362
|
- lib
|
@@ -376,8 +374,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
376
374
|
- !ruby/object:Gem::Version
|
377
375
|
version: '0'
|
378
376
|
requirements: []
|
379
|
-
rubygems_version: 3.
|
380
|
-
signing_key:
|
377
|
+
rubygems_version: 3.6.2
|
381
378
|
specification_version: 4
|
382
379
|
summary: Irbtools happy IRB.
|
383
380
|
test_files: []
|