Rakefile in magellan-cli-0.4.4 vs Rakefile in magellan-cli-0.5.0

- old
+ new

@@ -1,4 +1,13 @@ +# coding: utf-8 +# bundler が thor をまるごと抱えているという恐ろしい状態で、 +# 暫定修正版である groovenauts-thorの修正が反映されない事態が発生していましたが、 +# ここで先にrequireすればサブコマンドのhelpも正しく動くのでひとまずこのまま行きます。 +# bundler・・・ +# https://github.com/bundler/bundler/tree/master/lib/bundler/vendor +require 'thor' +require 'thor/command' + require "bundler/gem_tasks" require "rspec/core/rake_task" RSpec::Core::RakeTask.new(:spec)