Sha256: 933fa94f18f48189d598b001b6266b1140f2e202ed01489a48b853e10a7113d3

Contents?: true

Size: 302 Bytes

Versions: 14

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

14 entries across 14 versions & 1 rubygems

Version Path
chefstyle-1.1.3 bin/chefstyle
chefstyle-1.1.2 bin/chefstyle
chefstyle-1.1.1 bin/chefstyle
chefstyle-1.1.0 bin/chefstyle
chefstyle-1.0.5 bin/chefstyle
chefstyle-1.0.2 bin/chefstyle
chefstyle-1.0.1 bin/chefstyle
chefstyle-0.15.1 bin/chefstyle
chefstyle-0.14.1 bin/chefstyle
chefstyle-0.14.0 bin/chefstyle
chefstyle-0.13.3 bin/chefstyle
chefstyle-0.13.2 bin/chefstyle
chefstyle-0.13.0 bin/chefstyle
chefstyle-0.12.0 bin/chefstyle