summaryrefslogtreecommitdiff
path: root/tool
diff options
context:
space:
mode:
authorhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-07-25 12:28:17 +0000
committerhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-07-25 12:28:17 +0000
commit8d884d94aa4f0b8e7b23fb420fc43580b3cfc8b8 (patch)
tree57d45a3fa10e78fd8e1863c7b6ab3b3459c28bf1 /tool
parent27785eec15e684e28f5f296bf282901c0d1d8d80 (diff)
Promote Mutex_m to Default gems.
* lib/mutex_m.gemspec: Added initial gemspec. * lib/mutex_m.rb: Added Mutex_m::VERSION for gemspec. * tool/sync_default_gems.rb: Support Mutex_m. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64048 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'tool')
-rw-r--r--tool/sync_default_gems.rb6
1 files changed, 4 insertions, 2 deletions
diff --git a/tool/sync_default_gems.rb b/tool/sync_default_gems.rb
index 0bf1867062..ee347be084 100644
--- a/tool/sync_default_gems.rb
+++ b/tool/sync_default_gems.rb
@@ -34,6 +34,7 @@
# * https://github.com/ruby/forwardable
# * https://github.com/ruby/thwait
# * https://github.com/ruby/e2mmap
+# * https://github.com/ruby/mutex_m
#
$repositories = {
@@ -70,7 +71,8 @@ $repositories = {
shell: 'ruby/shell',
forwardable: "ruby/forwardable",
thwait: "ruby/thwait",
- e2mmap: "ruby/e2mmap"
+ e2mmap: "ruby/e2mmap",
+ mutex_m: "ruby/mutex_m"
}
def sync_default_gems(gem)
@@ -196,7 +198,7 @@ def sync_default_gems(gem)
`cp -rf ../sync/lib/* lib`
`cp -rf ../sync/test/thread test`
`cp -f ../sync/sync.gemspec lib`
- when "rexml", "rss", "matrix", "irb", "csv", "shell", "logger", "ostruct", "scanf", "webrick", "fileutils", "forwardable", "prime", "tracer", "ipaddr", "cmath"
+ when "rexml", "rss", "matrix", "irb", "csv", "shell", "logger", "ostruct", "scanf", "webrick", "fileutils", "forwardable", "prime", "tracer", "ipaddr", "cmath", "mutex_m"
sync_lib gem
else
end