poise / halite

Write as a gem, release as a cookbook.
https://github.com/poise/halite
Apache License 2.0
42 stars 9 forks source link

Halite::RakeHelper.install_tasks is missing #11

Closed eedwards-sk closed 6 years ago

eedwards-sk commented 6 years ago

Documentation describes using Halite::RakeHelper.install_tasks, but this method no longer exists.

eedwards-sk commented 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__)}"
)
coderanger commented 6 years ago

Thanks for the heads up, I fixed the readme.