irb 1.14.3 → 1.15.0

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.
data/man/irb.1 CHANGED
@@ -227,6 +227,8 @@ or
227
227
  .Sy type
228
228
  .
229
229
  .Pp
230
+ .It Ev IRB_COPY_COMMAND
231
+ Overrides the default program used to interface with the system clipboard.
230
232
  .El
231
233
  .Pp
232
234
  Also
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: irb
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.14.3
4
+ version: 1.15.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - aycabta
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: exe
11
11
  cert_chain: []
12
- date: 2024-12-18 00:00:00.000000000 Z
12
+ date: 2025-01-21 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: reline
@@ -39,6 +39,20 @@ dependencies:
39
39
  - - ">="
40
40
  - !ruby/object:Gem::Version
41
41
  version: 4.0.0
42
+ - !ruby/object:Gem::Dependency
43
+ name: pp
44
+ requirement: !ruby/object:Gem::Requirement
45
+ requirements:
46
+ - - ">="
47
+ - !ruby/object:Gem::Version
48
+ version: 0.6.0
49
+ type: :runtime
50
+ prerelease: false
51
+ version_requirements: !ruby/object:Gem::Requirement
52
+ requirements:
53
+ - - ">="
54
+ - !ruby/object:Gem::Version
55
+ version: 0.6.0
42
56
  description: Interactive Ruby command-line tool for REPL (Read Eval Print Loop).
43
57
  email:
44
58
  - aycabta@gmail.com
@@ -48,7 +62,6 @@ executables:
48
62
  extensions: []
49
63
  extra_rdoc_files: []
50
64
  files:
51
- - ".document"
52
65
  - Gemfile
53
66
  - LICENSE.txt
54
67
  - README.md
@@ -72,6 +85,7 @@ files:
72
85
  - lib/irb/command/chws.rb
73
86
  - lib/irb/command/context.rb
74
87
  - lib/irb/command/continue.rb
88
+ - lib/irb/command/copy.rb
75
89
  - lib/irb/command/debug.rb
76
90
  - lib/irb/command/delete.rb
77
91
  - lib/irb/command/disable_irb.rb
@@ -141,7 +155,7 @@ licenses:
141
155
  metadata:
142
156
  homepage_uri: https://github.com/ruby/irb
143
157
  source_code_uri: https://github.com/ruby/irb
144
- documentation_uri: https://github.com/ruby/irb
158
+ documentation_uri: https://ruby.github.io/irb/
145
159
  changelog_uri: https://github.com/ruby/irb/releases
146
160
  post_install_message:
147
161
  rdoc_options: []
data/.document DELETED
@@ -1,8 +0,0 @@
1
- LICENSE.txt
2
- README.md
3
- EXTEND_IRB.md
4
- COMPARED_WITH_PRY.md
5
- doc/irb/indexes.md
6
- lib/irb.rb
7
- lib/irb/context.rb
8
- lib/irb/command/base.rb