Skip to content

Commit 3170f76

Browse files
committed
New upstream version 3.3.0
1 parent a402d66 commit 3170f76

1,169 files changed

Lines changed: 59066 additions & 25065 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.bundle/bin/rbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
#!ruby
2-
load File.realpath("../gems/rbs-3.3.2/exe/rbs", __dir__)
2+
load File.realpath("../gems/rbs-3.4.0/exe/rbs", __dir__)

.bundle/bin/rdbg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
#!ruby
2-
load File.realpath("../gems/debug-1.9.0/exe/rdbg", __dir__)
2+
load File.realpath("../gems/debug-1.9.1/exe/rdbg", __dir__)

.bundle/bin/typeprof

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
#!ruby
2-
load File.realpath("../gems/typeprof-0.21.8/exe/typeprof", __dir__)
2+
load File.realpath("../gems/typeprof-0.21.9/exe/typeprof", __dir__)

.bundle/gems/debug-1.9.0/.bundled.debug-1.9.0.gemspec renamed to .bundle/gems/debug-1.9.1/.bundled.debug-1.9.1.gemspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
# -*- encoding: utf-8 -*-
2-
# stub: debug 1.9.0 ruby lib
2+
# stub: debug 1.9.1 ruby lib
33
# stub: ext/debug/extconf.rb
44

55
Gem::Specification.new do |s|
66
s.name = "debug".freeze
7-
s.version = "1.9.0"
7+
s.version = "1.9.1"
88

99
s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
1010
s.metadata = { "homepage_uri" => "https://github.com/ruby/debug", "source_code_uri" => "https://github.com/ruby/debug" } if s.respond_to? :metadata=
1111
s.require_paths = ["lib".freeze]
1212
s.authors = ["Koichi Sasada".freeze]
1313
s.bindir = "exe".freeze
14-
s.date = "2023-12-10"
14+
s.date = "2023-12-22"
1515
s.description = "Debugging functionality for Ruby. This is completely rewritten debug.rb which was contained by the ancient Ruby versions.".freeze
1616
s.email = ["ko1@atdot.net".freeze]
1717
s.executables = ["rdbg".freeze]

0 commit comments

Comments
 (0)