Sha256: 566dcae2f723122ca07a51bd6ae7c8e6c0739d869ee8e20a2386fe6372cd2eed

Contents?: true

Size: 338 Bytes

Versions: 5

Compression:

Stored size: 338 Bytes

Contents

module Monkeyshines
  module Fetcher
    extend FactoryModule
    autoload :Base,            'monkeyshines/fetcher/base'
    autoload :FakeFetcher,     'monkeyshines/fetcher/fake_fetcher'
    autoload :HttpFetcher,     'monkeyshines/fetcher/http_fetcher'
    autoload :HttpHeadFetcher, 'monkeyshines/fetcher/http_head_fetcher'

  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
monkeyshines-0.2.3 lib/monkeyshines/fetcher.rb
monkeyshines-0.2.2 lib/monkeyshines/fetcher.rb
monkeyshines-0.2.1 lib/monkeyshines/fetcher.rb
monkeyshines-0.2.0 lib/monkeyshines/fetcher.rb
monkeyshines-0.0.2 lib/monkeyshines/fetcher.rb