Sha256: 2c22ab032bcaa245be46e2beef00f6f556993c287a6197ca0b46f31627c4c656
Contents?: true
Size: 260 Bytes
Versions: 5
Compression:
Stored size: 260 Bytes
Contents
module Gemaker module Cmd class AddHoundRules < Gemaker::Cmd::Base def perform execute_in_gem( "hound rules update ruby --local", "Missing tool. Please run `gem install hound-cli`." ) end end end end
Version data entries
5 entries across 5 versions & 1 rubygems