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

Version Path
bookingsync-stylecheck-0.0.13 lib/bookingsync/stylecheck.rb
bookingsync-stylecheck-0.0.12 lib/bookingsync/stylecheck.rb
bookingsync-stylecheck-0.0.11 lib/bookingsync/stylecheck.rb
bookingsync-stylecheck-0.0.10 lib/bookingsync/stylecheck.rb
bookingsync-stylecheck-0.0.9 lib/bookingsync/stylecheck.rb
bookingsync-stylecheck-0.0.8 lib/bookingsync/stylecheck.rb
bookingsync-stylecheck-0.0.7 lib/bookingsync/stylecheck.rb
bookingsync-stylecheck-0.0.6 lib/bookingsync/stylecheck.rb