Skip to content

Commit

Permalink
Extract mutex_m as bundled gems
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Jan 9, 2024
1 parent f82a617 commit 320d77c
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 229 deletions.
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
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.

0 comments on commit 320d77c

Please sign in to comment.