Sha256: 6511a40235cebbfeec9c354e5901110a3e6136f96de083f6fd3d3c8ea9f2e047
Contents?: true
Size: 348 Bytes
Versions: 8
Compression:
Stored size: 348 Bytes
Contents
module BookingSync # style checking for booking sync projects module Stylecheck class << self def root Gem::Specification.find_by_name("bookingsync-stylecheck").gem_dir end end end end require "bookingsync/stylecheck/rubocop_helpers" require "bookingsync/stylecheck/railtie" rescue nil # support non rails setups
Version data entries
8 entries across 8 versions & 1 rubygems