Sha256: f6302104f747c526b7266386659c9eb16da5c6550e50614db6322199de03c59c

Contents?: true

Size: 443 Bytes

Versions: 1

Compression:

Stored size: 443 Bytes

Contents

# add this directory to the load path if it hasn't already been added
lambda {|base|
  $: << base unless $:.include?(base) || $:.include?(File.expand_path(base))
}.call(File.dirname(__FILE__))

unless defined?(Mash)
  require 'mash'
end

unless Hash.respond_to?(:to_mash)
  require 'core_ext'
end

module RSolrExt
  
  VERSION = '0.1.0'
  
  autoload :Params, 'rsolr_ext/params'
  autoload :Response, 'rsolr_ext/response'
  
end # end RSolrExt

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
mwmitchell-rsolr_ext-0.1.0 lib/rsolr_ext.rb