From 0c1b0c576a4464cdd128cdbec498d65f41dbaa04 Mon Sep 17 00:00:00 2001 From: buty4649 Date: Sun, 7 Jan 2024 00:47:01 +0900 Subject: [PATCH] Use iij/mruby-tempfile instead of mrbgems/mruby-tempfile --- build_config.rb.lock | 24 ++++++++++++------------ mrbgem.rake | 4 ++-- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/build_config.rb.lock b/build_config.rb.lock index e13dcd6..6d65dd2 100644 --- a/build_config.rb.lock +++ b/build_config.rb.lock @@ -44,8 +44,8 @@ builds: branch: master commit: bb773da39517f3ae7232538c7e9c476d45f3d9b7 version: 0.0.0 - https://github.com/mrbgems/mruby-tempfile.git: - url: https://github.com/mrbgems/mruby-tempfile.git + https://github.com/iij/mruby-tempfile.git: + url: https://github.com/iij/mruby-tempfile.git branch: master commit: 48073012c932f540dc3773b2dc6b079caf71a70d version: 0.0.0 @@ -85,8 +85,8 @@ builds: branch: master commit: bb773da39517f3ae7232538c7e9c476d45f3d9b7 version: 0.0.0 - https://github.com/mrbgems/mruby-tempfile.git: - url: https://github.com/mrbgems/mruby-tempfile.git + https://github.com/iij/mruby-tempfile.git: + url: https://github.com/iij/mruby-tempfile.git branch: master commit: 48073012c932f540dc3773b2dc6b079caf71a70d version: 0.0.0 @@ -126,8 +126,8 @@ builds: branch: master commit: bb773da39517f3ae7232538c7e9c476d45f3d9b7 version: 0.0.0 - https://github.com/mrbgems/mruby-tempfile.git: - url: https://github.com/mrbgems/mruby-tempfile.git + https://github.com/iij/mruby-tempfile.git: + url: https://github.com/iij/mruby-tempfile.git branch: master commit: 48073012c932f540dc3773b2dc6b079caf71a70d version: 0.0.0 @@ -167,8 +167,8 @@ builds: branch: master commit: bb773da39517f3ae7232538c7e9c476d45f3d9b7 version: 0.0.0 - https://github.com/mrbgems/mruby-tempfile.git: - url: https://github.com/mrbgems/mruby-tempfile.git + https://github.com/iij/mruby-tempfile.git: + url: https://github.com/iij/mruby-tempfile.git branch: master commit: 48073012c932f540dc3773b2dc6b079caf71a70d version: 0.0.0 @@ -208,8 +208,8 @@ builds: branch: master commit: bb773da39517f3ae7232538c7e9c476d45f3d9b7 version: 0.0.0 - https://github.com/mrbgems/mruby-tempfile.git: - url: https://github.com/mrbgems/mruby-tempfile.git + https://github.com/iij/mruby-tempfile.git: + url: https://github.com/iij/mruby-tempfile.git branch: master commit: 48073012c932f540dc3773b2dc6b079caf71a70d version: 0.0.0 @@ -249,8 +249,8 @@ builds: branch: master commit: bb773da39517f3ae7232538c7e9c476d45f3d9b7 version: 0.0.0 - https://github.com/mrbgems/mruby-tempfile.git: - url: https://github.com/mrbgems/mruby-tempfile.git + https://github.com/iij/mruby-tempfile.git: + url: https://github.com/iij/mruby-tempfile.git branch: master commit: 48073012c932f540dc3773b2dc6b079caf71a70d version: 0.0.0 diff --git a/mrbgem.rake b/mrbgem.rake index dd9778f..067d87e 100644 --- a/mrbgem.rake +++ b/mrbgem.rake @@ -12,10 +12,10 @@ MRuby::Gem::Specification.new('rf') do |spec| %w[ mruby-json mruby-optparse + mruby-tempfile ].each do |mgem| spec.add_dependency mgem, mgem: end - spec.add_dependency 'mruby-yaml', github: 'buty4649/mruby-yaml' + spec.add_dependency 'mruby-yaml', github: 'buty4649/mruby-yaml' spec.add_dependency 'mruby-onig-regexp', github: 'buty4649/mruby-onig-regexp' - spec.add_dependency 'mruby-tempfile', github: 'mrbgems/mruby-tempfile' end