• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

mrubyを超漢字で動作させる


Commit MetaInfo

Revision916630be1a7a7996650b89f25735db582765f1fb (tree)
Time2015-11-16 12:03:20
AuthorYukihiro "Matz" Matsumoto <matz@ruby...>
CommiterYukihiro "Matz" Matsumoto

Log Message

Merge pull request #3013 from zzak/dont-pull-gems-by-default

This patch changes git gem behavior to never pull gems unless specified.

Change Summary

Incremental Difference

--- a/tasks/mruby_build_gem.rake
+++ b/tasks/mruby_build_gem.rake
@@ -106,7 +106,7 @@ module MRuby
106106 git.run_checkout gemdir, params[:checksum_hash]
107107 else
108108 # Jump to the top of the branch
109- git.run_checkout gemdir, branch
109+ git.run_checkout gemdir, branch if $pull_gems
110110 end
111111 else
112112 fail "unknown gem option #{params}"