From 33742d941ff3e8e361c6d3a36071765b686cb94c Mon Sep 17 00:00:00 2001 From: "Yukihiro \"Matz\" Matsumoto" Date: Thu, 29 Oct 2020 11:32:46 +0900 Subject: Move `build_config.rb` -> `build_config/default.rb`; ref #5098 In addition, update the documents referring `build_config.rb` which is no longer used. The new `build_config.rb` describes the new configuration structure in the comment. --- mrbgems/mruby-pack/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mrbgems/mruby-pack') diff --git a/mrbgems/mruby-pack/README.md b/mrbgems/mruby-pack/README.md index c8a653fba..c66945cde 100644 --- a/mrbgems/mruby-pack/README.md +++ b/mrbgems/mruby-pack/README.md @@ -5,7 +5,7 @@ mruby-pack provides `Array#pack` and `String#unpack` for mruby. ## Installation -Add the line below into your `build_config.rb`: +Add the line below into your build configuration: ``` conf.gem :github => 'iij/mruby-pack' -- cgit v1.2.3