Skip to content

Commit

Permalink
Use iij/mruby-tempfile instead of mrbgems/mruby-tempfile
Browse files Browse the repository at this point in the history
  • Loading branch information
buty4649 committed Jan 6, 2024
1 parent df56c08 commit 0c1b0c5
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
24 changes: 12 additions & 12 deletions build_config.rb.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
4 changes: 2 additions & 2 deletions mrbgem.rake
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 0c1b0c5

Please sign in to comment.