Sha256: a0d1c5ed5b06afd74e3dc3be805453ca17fd48e50a8e791935d8ee327cb6880d

Contents?: true

Size: 302 Bytes

Versions: 11

Compression:

Stored size: 302 Bytes

Contents

#!/usr/bin/env ruby
# -*- encoding: utf-8 -*-

$LOAD_PATH.unshift File.join(File.dirname(__FILE__), %w[.. lib])

require "chefstyle"

if ARGV.size == 1 && %w[-v --version].include?(ARGV.first)
  puts "Chefstyle #{Chefstyle::VERSION}"
  print "  * RuboCop "
end

load Gem.bin_path("rubocop", "rubocop")

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
chefstyle-0.11.2 bin/chefstyle
chefstyle-0.11.0 bin/chefstyle
chefstyle-0.10.0 bin/chefstyle
chefstyle-0.9.0 bin/chefstyle
chefstyle-0.8.0 bin/chefstyle
chefstyle-0.6.0 bin/chefstyle
chefstyle-0.5.0 bin/chefstyle
chefstyle-0.4.0 bin/chefstyle
chefstyle-0.3.1 bin/chefstyle
chefstyle-0.3.0 bin/chefstyle
chefstyle-0.1.0 bin/chefstyle