Sha256: 04d16d7eddc8da540b749b7999fd3ba93eed6951e13ae17b925ab1137792a576

Contents?: true

Size: 583 Bytes

Versions: 5

Compression:

Stored size: 583 Bytes

Contents

# frozen_string_literal: true

#
# Copyright (c) 2019-present, Blue Marble Payroll, LLC
#
# This source code is licensed under the MIT license found in the
# LICENSE file in the root directory of this source tree.
#

require 'acts_as_hashable'
require 'caution'
require 'json'
require 'os'

require_relative 'reader/config'
require_relative 'reader/holiday'
require_relative 'reader/js_bridge'
require_relative 'reader/locale'
require_relative 'reader/version'

module DateHolidays
  # Defines the outermost module for the gem.
  module Reader
    # Your code goes here...
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
date_holidays-reader-1.0.4 lib/date_holidays/reader.rb
date_holidays-reader-1.0.3 lib/date_holidays/reader.rb
date_holidays-reader-1.0.2 lib/date_holidays/reader.rb
date_holidays-reader-1.0.1 lib/date_holidays/reader.rb
date_holidays-reader-1.0.0 lib/date_holidays/reader.rb