mattbrictson/chandler

Feature request: Rake task for automatically invoking Chandler in projects that lack a .gemspec

Open

#29 opened on Feb 21, 2017

View on GitHub
 (6 comments) (0 reactions) (0 assignees)Ruby (13 forks)github user discovery
help wantedneeds more infonew feature

Repository metrics

Stars
 (151 stars)
PR merge metrics
 (PR metrics pending)

Description

I am trying to use chandler for a Chef Cookbook that I am authoring. In including chandler's rake task, I am receiving the error message NoMethodError: undefined method gemspec' for nil:NilClass`. I am not well versed in the ruby eco-system but I am thinking that this is because I do not have a gemspec file in the top level directory of my project.

Contributor guide