Sha256: f5e4fa82febe446a8d2192fb5e7d57c680637c5ea22df71ac801fdcb0b5ae668

Contents?: true

Size: 505 Bytes

Versions: 2

Compression:

Stored size: 505 Bytes

Contents

require 'active_support'
require 'active_support/all'
require 'sinclair'

module Arstotzka
  extend ActiveSupport::Concern

  autoload :Builder,      'arstotzka/builder'
  autoload :ClassMethods, 'arstotzka/class_methods'
  autoload :Crawler,      'arstotzka/crawler'
  autoload :Exception,    'arstotzka/exception'
  autoload :Fetcher,      'arstotzka/fetcher'
  autoload :Reader,       'arstotzka/reader'
  autoload :Wrapper,      'arstotzka/wrapper'
  autoload :TypeCast,     'arstotzka/type_cast'
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
arstotzka-1.0.1 lib/arstotzka.rb
arstotzka-1.0.0 lib/arstotzka.rb