Closed eedwards-sk closed 6 years ago
As a workaround, rather than using require 'halite/rake_tasks'
, I can do this:
require 'halite/rake_helper'
Halite::RakeHelper.install(
gem_name: 'my_gem_name',
base: "#{File.expand_path File.dirname(__FILE__)}"
)
Thanks for the heads up, I fixed the readme.
Documentation describes using Halite::RakeHelper.install_tasks, but this method no longer exists.