Sha256: 9170e24e2087e71a8244597bb215d95eaabd00149443b6f711d0bcf1abf92cd9

Contents?: true

Size: 989 Bytes

Versions: 1

Compression:

Stored size: 989 Bytes

Contents

Gem::Specification.new do |s|
  
  s.name = "rsolr-ext"
  s.version = "0.11.0"
  s.date = "2009-11-17"
  
  s.summary = "An extension lib for RSolr"
  s.email = "goodieboy@gmail.com"
  s.homepage = "http://github.com/mwmitchell/rsolr-ext"
  s.description = "An extension lib for RSolr"
  s.has_rdoc = true
  s.authors = ["Matt Mitchell"]
  s.files = [
    "lib/mash.rb",
    "lib/rsolr-ext/connection.rb",
    "lib/rsolr-ext/doc.rb",
    "lib/rsolr-ext/model.rb",
    "lib/rsolr-ext/request.rb",
    "lib/rsolr-ext/response/docs.rb",
    "lib/rsolr-ext/response/facets.rb",
    "lib/rsolr-ext/response/spelling.rb",
    "lib/rsolr-ext/response.rb",
    "lib/rsolr-ext.rb",
    "LICENSE",
    "README.rdoc",
    "rsolr-ext.gemspec"
	]
	s.test_files = [
	  'test/connection_test.rb',
	  'test/request_test.rb',
	  'test/response_test.rb',
	  'test/test_unit_test_case.rb',
	  'test/helper.rb'
	]
	
	s.extra_rdoc_files = %w(LICENSE README.rdoc)
	
	s.add_dependency("rsolr", ["=0.11.0"])
	
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rsolr-ext-0.11.0 rsolr-ext.gemspec