Sha256: cc817f38e3471564c80728936bef9d2696976b6d9188bafbd4a5dc1835a93312

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.2.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.2.0 lib/rsolr_ext.rb