Sha256: 30cb681e2debabe96bc77c872ba487979f2db62edae67fffddda21c6ddc0ad2b

Contents?: true

Size: 299 Bytes

Versions: 8

Compression:

Stored size: 299 Bytes

Contents

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

$LOAD_PATH.unshift File.join(File.dirname(__FILE__), %w{.. lib})

require "lcgstyle"

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

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

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
lcgstyle-0.0.9 bin/lcgstyle
lcgstyle-0.0.8 bin/lcgstyle
lcgstyle-0.0.7 bin/lcgstyle
lcgstyle-0.0.6 bin/lcgstyle
lcgstyle-0.0.5 bin/lcgstyle
lcgstyle-0.0.4 bin/lcgstyle
lcgstyle-0.0.2 bin/lcgstyle
lcgstyle-0.0.1 bin/lcgstyle