Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extract mutex_m as bundled gems #9456

Merged
merged 2 commits into from
Jan 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
8 changes: 3 additions & 5 deletions doc/maintainers.md
Original file line number Diff line number Diff line change
Expand Up @@ -181,11 +181,6 @@ have commit right, others don't.
* https://github.com/ruby/logger
* https://rubygems.org/gems/logger

#### lib/mutex_m.rb
* Keiju ISHITSUKA (keiju)
* https://github.com/ruby/mutex_m
* https://rubygems.org/gems/mutex_m

#### lib/net/http.rb, lib/net/https.rb
* NARUSE, Yui (naruse)
* https://github.com/ruby/net-http
Expand Down Expand Up @@ -487,6 +482,9 @@ have commit right, others don't.
### racc
* https://github.com/ruby/racc

#### mutex_m
* https://github.com/ruby/mutex_m


## Platform Maintainers
### mswin64 (Microsoft Windows)
Expand Down
2 changes: 1 addition & 1 deletion doc/standard_library.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ IPAddr:: Provides methods to manipulate IPv4 and IPv6 IP addresses
IRB:: Interactive Ruby command-line tool for REPL (Read Eval Print Loop)
OptionParser:: Ruby-oriented class for command-line option analysis
Logger:: Provides a simple logging utility for outputting messages
Mutex_m:: Mixin to extend objects to be handled like a Mutex
Net::HTTP:: HTTP client api for Ruby
Observable:: Provides a mechanism for publish/subscribe pattern in Ruby
Open3:: Provides access to stdin, stdout and stderr when running other programs
Expand Down Expand Up @@ -130,3 +129,4 @@ RBS:: RBS is a language to describe the structure of Ruby programs
TypeProf:: A type analysis tool for Ruby code based on abstract interpretation
DEBUGGER__:: Debugging functionality for Ruby
Racc:: A LALR(1) parser generator written in Ruby.
Mutex_m:: Mixin to extend objects to be handled like a Mutex
1 change: 1 addition & 0 deletions gems/bundled_gems
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,4 @@ rbs 3.4.1 https://github.com/ruby/rbs
typeprof 0.21.9 https://github.com/ruby/typeprof
debug 1.9.1 https://github.com/ruby/debug
racc 1.7.3 https://github.com/ruby/racc
mutex_m 0.2.0 https://github.com/ruby/mutex_m
28 changes: 0 additions & 28 deletions lib/mutex_m.gemspec

This file was deleted.

116 changes: 0 additions & 116 deletions lib/mutex_m.rb

This file was deleted.

79 changes: 0 additions & 79 deletions test/test_mutex_m.rb

This file was deleted.