irb-remote 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: ca549a5c7c75186591c01aeb7e2b559ceb9015cbdaebc5003761d99df1890b5f
4
+ data.tar.gz: fa8724f8f314b8f3bcc8d9d30dbce5e1dc9f8675f7f0add491467489a2855221
5
+ SHA512:
6
+ metadata.gz: 0fc325d2c2685629f15095a59fab4582bddba1dcacd18f07d63b9e8eeed7c9c0e5cee1127877007b8e41da87211e387b845763838cc56c314bf507e2847e7a0c
7
+ data.tar.gz: 2754b2723dbdc64567c02ec0a0988dee192600c39ab70a38b26bdb24d610ffe411639e49ebde543b2b3d5f51dc4d6080e8b07beabf22092d1c55fb39a34126f6
data/.rubocop.yml ADDED
@@ -0,0 +1 @@
1
+ inherit_from: .rubocop_todo.yml
data/.rubocop_todo.yml ADDED
@@ -0,0 +1,44 @@
1
+ # This configuration was generated by
2
+ # `rubocop --auto-gen-config`
3
+ # on 2024-05-06 07:47:49 UTC using RuboCop version 1.62.1.
4
+ # The point is for the user to remove these configuration records
5
+ # one by one as the offenses are removed from the code base.
6
+ # Note that changes in the inspected code, or installation of new
7
+ # versions of RuboCop, may require this file to be generated again.
8
+
9
+ # Offense count: 2
10
+ # Configuration parameters: AllowedMethods, AllowedPatterns, CountRepeatedAttributes.
11
+ Metrics/AbcSize:
12
+ Max: 57
13
+
14
+ # Offense count: 4
15
+ # Configuration parameters: CountComments, CountAsOne, AllowedMethods, AllowedPatterns.
16
+ Metrics/MethodLength:
17
+ Max: 44
18
+
19
+ # Offense count: 1
20
+ # Configuration parameters: ExpectMatchingDefinition, CheckDefinitionPathHierarchy, CheckDefinitionPathHierarchyRoots, Regex, IgnoreExecutableScripts, AllowedAcronyms.
21
+ # CheckDefinitionPathHierarchyRoots: lib, spec, test, src
22
+ # AllowedAcronyms: CLI, DSL, ACL, API, ASCII, CPU, CSS, DNS, EOF, GUID, HTML, HTTP, HTTPS, ID, IP, JSON, LHS, QPS, RAM, RHS, RPC, SLA, SMTP, SQL, SSH, TCP, TLS, TTL, UDP, UI, UID, UUID, URI, URL, UTF8, VM, XML, XMPP, XSRF, XSS
23
+ Naming/FileName:
24
+ Exclude:
25
+ - 'lib/irb-remote.rb'
26
+
27
+ # Offense count: 6
28
+ # Configuration parameters: AllowedConstants.
29
+ Style/Documentation:
30
+ Exclude:
31
+ - 'spec/**/*'
32
+ - 'test/**/*'
33
+ - 'lib/irb-remote/binding.rb'
34
+ - 'lib/irb-remote/cli.rb'
35
+ - 'lib/irb-remote/client.rb'
36
+ - 'lib/irb-remote/completor.rb'
37
+ - 'lib/irb-remote/input_method.rb'
38
+ - 'lib/irb-remote/server.rb'
39
+
40
+ # Offense count: 5
41
+ # This cop supports safe autocorrection (--autocorrect).
42
+ Style/EvalWithLocation:
43
+ Exclude:
44
+ - 'lib/irb-remote/binding.rb'
data/.standard.yml ADDED
@@ -0,0 +1,3 @@
1
+ # For available configuration options, see:
2
+ # https://github.com/standardrb/standard
3
+ ruby_version: 3.0
data/CHANGELOG.md ADDED
@@ -0,0 +1,5 @@
1
+ ## [Unreleased]
2
+
3
+ ## [0.1.0] - 2024-05-05
4
+
5
+ - Initial release
@@ -0,0 +1,84 @@
1
+ # Contributor Covenant Code of Conduct
2
+
3
+ ## Our Pledge
4
+
5
+ We as members, contributors, and leaders pledge to make participation in our community a harassment-free experience for everyone, regardless of age, body size, visible or invisible disability, ethnicity, sex characteristics, gender identity and expression, level of experience, education, socio-economic status, nationality, personal appearance, race, religion, or sexual identity and orientation.
6
+
7
+ We pledge to act and interact in ways that contribute to an open, welcoming, diverse, inclusive, and healthy community.
8
+
9
+ ## Our Standards
10
+
11
+ Examples of behavior that contributes to a positive environment for our community include:
12
+
13
+ * Demonstrating empathy and kindness toward other people
14
+ * Being respectful of differing opinions, viewpoints, and experiences
15
+ * Giving and gracefully accepting constructive feedback
16
+ * Accepting responsibility and apologizing to those affected by our mistakes, and learning from the experience
17
+ * Focusing on what is best not just for us as individuals, but for the overall community
18
+
19
+ Examples of unacceptable behavior include:
20
+
21
+ * The use of sexualized language or imagery, and sexual attention or
22
+ advances of any kind
23
+ * Trolling, insulting or derogatory comments, and personal or political attacks
24
+ * Public or private harassment
25
+ * Publishing others' private information, such as a physical or email
26
+ address, without their explicit permission
27
+ * Other conduct which could reasonably be considered inappropriate in a
28
+ professional setting
29
+
30
+ ## Enforcement Responsibilities
31
+
32
+ Community leaders are responsible for clarifying and enforcing our standards of acceptable behavior and will take appropriate and fair corrective action in response to any behavior that they deem inappropriate, threatening, offensive, or harmful.
33
+
34
+ Community leaders have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct, and will communicate reasons for moderation decisions when appropriate.
35
+
36
+ ## Scope
37
+
38
+ This Code of Conduct applies within all community spaces, and also applies when an individual is officially representing the community in public spaces. Examples of representing our community include using an official e-mail address, posting via an official social media account, or acting as an appointed representative at an online or offline event.
39
+
40
+ ## Enforcement
41
+
42
+ Instances of abusive, harassing, or otherwise unacceptable behavior may be reported to the community leaders responsible for enforcement at ikusawasi@gmail.com. All complaints will be reviewed and investigated promptly and fairly.
43
+
44
+ All community leaders are obligated to respect the privacy and security of the reporter of any incident.
45
+
46
+ ## Enforcement Guidelines
47
+
48
+ Community leaders will follow these Community Impact Guidelines in determining the consequences for any action they deem in violation of this Code of Conduct:
49
+
50
+ ### 1. Correction
51
+
52
+ **Community Impact**: Use of inappropriate language or other behavior deemed unprofessional or unwelcome in the community.
53
+
54
+ **Consequence**: A private, written warning from community leaders, providing clarity around the nature of the violation and an explanation of why the behavior was inappropriate. A public apology may be requested.
55
+
56
+ ### 2. Warning
57
+
58
+ **Community Impact**: A violation through a single incident or series of actions.
59
+
60
+ **Consequence**: A warning with consequences for continued behavior. No interaction with the people involved, including unsolicited interaction with those enforcing the Code of Conduct, for a specified period of time. This includes avoiding interactions in community spaces as well as external channels like social media. Violating these terms may lead to a temporary or permanent ban.
61
+
62
+ ### 3. Temporary Ban
63
+
64
+ **Community Impact**: A serious violation of community standards, including sustained inappropriate behavior.
65
+
66
+ **Consequence**: A temporary ban from any sort of interaction or public communication with the community for a specified period of time. No public or private interaction with the people involved, including unsolicited interaction with those enforcing the Code of Conduct, is allowed during this period. Violating these terms may lead to a permanent ban.
67
+
68
+ ### 4. Permanent Ban
69
+
70
+ **Community Impact**: Demonstrating a pattern of violation of community standards, including sustained inappropriate behavior, harassment of an individual, or aggression toward or disparagement of classes of individuals.
71
+
72
+ **Consequence**: A permanent ban from any sort of public interaction within the community.
73
+
74
+ ## Attribution
75
+
76
+ This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 2.0,
77
+ available at https://www.contributor-covenant.org/version/2/0/code_of_conduct.html.
78
+
79
+ Community Impact Guidelines were inspired by [Mozilla's code of conduct enforcement ladder](https://github.com/mozilla/diversity).
80
+
81
+ [homepage]: https://www.contributor-covenant.org
82
+
83
+ For answers to common questions about this code of conduct, see the FAQ at
84
+ https://www.contributor-covenant.org/faq. Translations are available at https://www.contributor-covenant.org/translations.
data/LICENSE.txt ADDED
@@ -0,0 +1,21 @@
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) 2024 qwyng
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in
13
+ all copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21
+ THE SOFTWARE.
data/README.md ADDED
@@ -0,0 +1,65 @@
1
+ # IrbRemote
2
+ Inspired by [pry-remote](https://github.com/Mon-Ouie/pry-remote) and [irb_remote](https://github.com/iguchi1124/irb_remote).
3
+ IrbRemote is a Ruby gem designed to facilitate remote IRB sessions with Reline.
4
+
5
+ ## Caution
6
+ This gem is still in development and may not work as expected. Please use with caution.
7
+
8
+ ## Installation
9
+
10
+ ```
11
+ gem install irb-remote
12
+ ```
13
+ ## Usage
14
+
15
+ ```bash
16
+ -> cat example.rb
17
+ require 'irb-remote'
18
+ x = 1
19
+ y = 'hello'
20
+ check_completion = 'success'
21
+
22
+ binding.irb_remote
23
+
24
+ puts "#{x} #{y} #{check_completion}"
25
+
26
+ -> ruby example.rb
27
+ [irb-remote] Waiting for client on druby://127.0.0.1:9876
28
+ ```
29
+
30
+ in another terminal
31
+ ```bash
32
+ -> irb-remote
33
+ Connected to remote session on druby://127.0.0.1:9876
34
+
35
+ From: sample/sample.rb @ line 8 :
36
+
37
+ 3: require_relative '../lib/irb-remote'
38
+ 4: x = 1
39
+ 5: y = 'hello'
40
+ 6: check_completion = 'success'
41
+ 7:
42
+ => 8: binding.irb_remote
43
+ 9:
44
+ 10: puts "#{x} #{y} #{check_completion}"
45
+
46
+ irb-remote>
47
+ ```
48
+
49
+ ## Development
50
+
51
+ After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake test` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
52
+
53
+ To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and the created tag, and push the `.gem` file to [rubygems.org](https://rubygems.org).
54
+
55
+ ## Contributing
56
+
57
+ Bug reports and pull requests are welcome on GitHub at https://github.com/QWYNG/irb-remote. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [code of conduct](https://github.com/QWYNG/irb-remote/blob/main/CODE_OF_CONDUCT.md).
58
+
59
+ ## License
60
+
61
+ The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
62
+
63
+ ## Code of Conduct
64
+
65
+ Everyone interacting in the IrbRemote project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/QWYNG/irb-remote/blob/main/CODE_OF_CONDUCT.md).
data/Rakefile ADDED
@@ -0,0 +1,11 @@
1
+ # frozen_string_literal: true
2
+
3
+ require 'bundler/gem_tasks'
4
+ require 'minitest/test_task'
5
+
6
+ Minitest::TestTask.create
7
+
8
+ require 'rubocop/rake_task'
9
+ RuboCop::RakeTask.new
10
+
11
+ task default: %i[test rubocop]
data/exe/irb-remote ADDED
@@ -0,0 +1,6 @@
1
+ #!/usr/bin/env ruby
2
+ # frozen_string_literal: true
3
+
4
+ require_relative '../lib/irb-remote'
5
+ require_relative '../lib/irb-remote/cli'
6
+ IrbRemote::CLI.run(IrbRemote::DEFAULT_HOST, IrbRemote::DEFAULT_PORT)
@@ -0,0 +1,32 @@
1
+ # frozen_string_literal: true
2
+
3
+ require_relative 'server'
4
+
5
+ module IrbRemote
6
+ module Binding
7
+ def irb_remote(host = IrbRemote::DEFAULT_HOST, port = IrbRemote::DEFAULT_PORT, options = {})
8
+ IrbRemote::Server.run(self, host, port, options)
9
+ end
10
+ alias remote_irb irb_remote
11
+
12
+ def eval_methods
13
+ ::Kernel.instance_method(:methods).bind(eval('self')).call
14
+ end
15
+
16
+ def eval_private_methods
17
+ ::Kernel.instance_method(:private_methods).bind(eval('self')).call
18
+ end
19
+
20
+ def eval_instance_variables
21
+ ::Kernel.instance_method(:instance_variables).bind(eval('self')).call
22
+ end
23
+
24
+ def eval_global_variables
25
+ ::Kernel.instance_method(:global_variables).bind(eval('self')).call
26
+ end
27
+
28
+ def eval_class_constants
29
+ ::Module.instance_method(:constants).bind(eval('self.class')).call
30
+ end
31
+ end
32
+ end
@@ -0,0 +1,38 @@
1
+ # frozen_string_literal: true
2
+
3
+ require 'drb'
4
+ require_relative 'input_method'
5
+
6
+ module IrbRemote
7
+ class CLI
8
+ attr_reader :host, :port
9
+
10
+ def self.run(host, port)
11
+ new(host, port).run
12
+ end
13
+
14
+ def initialize(host, port)
15
+ @host = host
16
+ @port = port
17
+ end
18
+
19
+ def run
20
+ DRb.start_service
21
+ client = DRbObject.new_with_uri(uri)
22
+ puts "Connected to remote session on #{uri}"
23
+ IRB.setup(client.binding.source_location[0], argv: [])
24
+ client.thread = Thread.current
25
+ client.input_method = InputMethod.new($stdin, $stdout, client.binding)
26
+ client.output = $stdout
27
+ client.stderr = $stderr
28
+ sleep
29
+ ensure
30
+ DRb.stop_service
31
+ puts 'Disconnected from remote session'
32
+ end
33
+
34
+ def uri
35
+ "druby://#{host}:#{port}"
36
+ end
37
+ end
38
+ end
@@ -0,0 +1,15 @@
1
+ # frozen_string_literal: true
2
+
3
+ module IrbRemote
4
+ class Client
5
+ attr_accessor(:input_method, :output, :stderr, :thread, :binding)
6
+
7
+ def wait
8
+ sleep 0.01 until thread && input_method && output && stderr
9
+ end
10
+
11
+ def kill
12
+ thread.run
13
+ end
14
+ end
15
+ end
@@ -0,0 +1,11 @@
1
+ # frozen_string_literal: true
2
+
3
+ require 'irb'
4
+
5
+ module IrbRemote
6
+ class Completor < IRB::RegexpCompletor
7
+ def eval(expr, bind)
8
+ bind.eval(expr)
9
+ end
10
+ end
11
+ end
@@ -0,0 +1,67 @@
1
+ # frozen_string_literal: true
2
+
3
+ require_relative 'completor'
4
+
5
+ module IrbRemote
6
+ class InputMethod < IRB::RelineInputMethod
7
+ def initialize(stdin, stdout, binding)
8
+ super(IrbRemote::Completor.new)
9
+ @stdin = stdin
10
+ @stdout = stdout
11
+ @binding = binding
12
+ Reline.completion_proc = lambda { |target, preposing, postposing|
13
+ @completion_params = [preposing, target, postposing, @binding]
14
+ @completor.completion_candidates(preposing, target, postposing, bind: @binding)
15
+ }
16
+
17
+ @scanner = RubyLex.new
18
+ # TODO
19
+ # https://github.com/ruby/irb/blob/66318d0a343552715f214f07c57bc4a60552ccfd/lib/irb.rb#L1166
20
+ # I want to handle proc in druby in a nice way.
21
+ undef :dynamic_prompt
22
+ end
23
+
24
+ def prompt=(_)
25
+ @prompt = 'irb-remote> '
26
+ end
27
+
28
+ # TODO
29
+ # https://github.com/ruby/irb/blob/66318d0a343552715f214f07c57bc4a60552ccfd/lib/irb.rb#L1166
30
+ # I want to handle proc in druby in a nice way.
31
+ # Currently, I'm copying and pasting the proc as it is set by irb.
32
+ def check_termination
33
+ @check_termination_proc = proc do |code|
34
+ if Reline::IOGate.in_pasting?
35
+ rest = @scanner.check_termination_in_prev_line(code, local_variables: @binding.local_variables)
36
+ if rest
37
+ Reline.delete_text
38
+ rest.bytes.reverse_each do |c|
39
+ Reline.ungetc(c)
40
+ end
41
+ true
42
+ else
43
+ false
44
+ end
45
+ else
46
+ _tokens, _opens, terminated = @scanner.check_code_state(code, local_variables: @binding.local_variables)
47
+ terminated
48
+ end
49
+ end
50
+ end
51
+
52
+ # TODO
53
+ # https://github.com/ruby/irb/blob/66318d0a343552715f214f07c57bc4a60552ccfd/lib/irb.rb#L1203
54
+ # I want to handle proc in druby in a nice way.
55
+ # Currently, I'm copying and pasting the proc as it is set by irb.
56
+ def auto_indent
57
+ @auto_indent_proc = proc do |lines, line_index, byte_pointer, is_newline|
58
+ next nil if lines == [nil]
59
+ next nil if !is_newline && lines[line_index]&.byteslice(0, byte_pointer)&.match?(/\A\s*\z/)
60
+
61
+ code = lines[0..line_index].map { |l| "#{l}\n" }.join
62
+ tokens = RubyLex.ripper_lex_without_warning(code, local_variables: @binding.local_variables)
63
+ @scanner.process_indent_level(tokens, lines, line_index, is_newline)
64
+ end
65
+ end
66
+ end
67
+ end
@@ -0,0 +1,60 @@
1
+ # frozen_string_literal: true
2
+
3
+ require_relative 'client'
4
+ require 'drb'
5
+ require 'irb'
6
+
7
+ module IrbRemote
8
+ class Server
9
+ attr_reader :binding_object, :client, :host, :port
10
+
11
+ def self.run(binding_object, host = DEFAULT_HOST, port = DEFAULT_PORT, options = {})
12
+ new(binding_object, host, port, options).run
13
+ end
14
+
15
+ def initialize(binding_object, host = DEFAULT_HOST, port = DEFAULT_PORT, options = {})
16
+ @host = host
17
+ @port = port
18
+
19
+ @binding_object = binding_object
20
+ @options = options
21
+
22
+ @client = IrbRemote::Client.new
23
+ @client.binding = binding_object
24
+ end
25
+
26
+ def teardown
27
+ puts '[irb-remote] Remote session terminated'
28
+
29
+ begin
30
+ @client.kill
31
+ rescue DRb::DRbConnError
32
+ puts '[irb-remote] Client already disconnected'
33
+ ensure
34
+ DRb.stop_service
35
+ puts '[irb-remote] stopped'
36
+ end
37
+ end
38
+
39
+ def run
40
+ DRb.start_service uri, @client
41
+ puts "[irb-remote] Waiting for client on #{uri}"
42
+ client.wait
43
+ puts '[irb-remote] Client received, starting irb session'
44
+ IRB.setup(binding_object.source_location[0], argv: [])
45
+ irb_workspace = IRB::WorkSpace.new(binding_object)
46
+ $stdout = client.output
47
+ print(irb_workspace.code_around_binding)
48
+ IRB::Irb.new(irb_workspace, client.input_method).run
49
+ rescue DRb::DRbConnError
50
+ $stdout.puts '[irb-remote] Client disconnected'
51
+ ensure
52
+ $stdout = STDOUT
53
+ teardown
54
+ end
55
+
56
+ def uri
57
+ "druby://#{host}:#{port}"
58
+ end
59
+ end
60
+ end
@@ -0,0 +1,5 @@
1
+ # frozen_string_literal: true
2
+
3
+ module IrbRemote
4
+ VERSION = '0.1.0'
5
+ end
data/lib/irb-remote.rb ADDED
@@ -0,0 +1,13 @@
1
+ # frozen_string_literal: true
2
+
3
+ require_relative 'irb-remote/version'
4
+ require_relative 'irb-remote/binding'
5
+
6
+ module IrbRemote
7
+ class Error < StandardError; end
8
+
9
+ DEFAULT_HOST = ENV['IRB_REMOTE_DEFAULT_HOST'] || '127.0.0.1'
10
+ DEFAULT_PORT = ENV['IRB_REMOTE_DEFAULT_PORT'] || 9876
11
+ end
12
+
13
+ Binding.prepend(IrbRemote::Binding)
data/sample/sample.rb ADDED
@@ -0,0 +1,10 @@
1
+ # frozen_string_literal: true
2
+
3
+ require_relative '../lib/irb-remote'
4
+ x = 1
5
+ y = 'hello'
6
+ check_completion = 'success'
7
+
8
+ binding.irb_remote
9
+
10
+ puts "#{x} #{y} #{check_completion}"
metadata ADDED
@@ -0,0 +1,64 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: irb-remote
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.0
5
+ platform: ruby
6
+ authors:
7
+ - qwyng
8
+ autorequire:
9
+ bindir: exe
10
+ cert_chain: []
11
+ date: 2024-05-06 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: Connect to IRB remotely using DRb
14
+ email:
15
+ - ikusawasi@gmail.com
16
+ executables:
17
+ - irb-remote
18
+ extensions: []
19
+ extra_rdoc_files: []
20
+ files:
21
+ - ".rubocop.yml"
22
+ - ".rubocop_todo.yml"
23
+ - ".standard.yml"
24
+ - CHANGELOG.md
25
+ - CODE_OF_CONDUCT.md
26
+ - LICENSE.txt
27
+ - README.md
28
+ - Rakefile
29
+ - exe/irb-remote
30
+ - lib/irb-remote.rb
31
+ - lib/irb-remote/binding.rb
32
+ - lib/irb-remote/cli.rb
33
+ - lib/irb-remote/client.rb
34
+ - lib/irb-remote/completor.rb
35
+ - lib/irb-remote/input_method.rb
36
+ - lib/irb-remote/server.rb
37
+ - lib/irb-remote/version.rb
38
+ - sample/sample.rb
39
+ homepage: https://github.com/QWYNG/irb-remote
40
+ licenses:
41
+ - MIT
42
+ metadata:
43
+ homepage_uri: https://github.com/QWYNG/irb-remote
44
+ rubygems_mfa_required: 'true'
45
+ post_install_message:
46
+ rdoc_options: []
47
+ require_paths:
48
+ - lib
49
+ required_ruby_version: !ruby/object:Gem::Requirement
50
+ requirements:
51
+ - - ">="
52
+ - !ruby/object:Gem::Version
53
+ version: 3.0.0
54
+ required_rubygems_version: !ruby/object:Gem::Requirement
55
+ requirements:
56
+ - - ">="
57
+ - !ruby/object:Gem::Version
58
+ version: '0'
59
+ requirements: []
60
+ rubygems_version: 3.5.9
61
+ signing_key:
62
+ specification_version: 4
63
+ summary: Connect to IRB remotely
64
+ test_files: []