Sha256: 7d5d01c62e95eb2c5fc5608bd623ceba58aab795c149158b957cdd5b7c2b6d3f

Contents?: true

Size: 1.04 KB

Versions: 1

Compression:

Stored size: 1.04 KB

Contents

Gem::Specification.new do |s|
	s.name = "rsolr-ext"
	s.version = "0.5.6"
	s.date = "2009-03-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/core_ext.rb",
    "lib/mash.rb",
    
    "lib/rsolr-ext/hash_methodizer.rb",
    "lib/rsolr-ext/mapable.rb",
    
    "lib/rsolr-ext/request/queryable.rb",
    "lib/rsolr-ext/request.rb",
    
    "lib/rsolr-ext/response/doc_ext.rb",
    "lib/rsolr-ext/response/facet_paginator.rb",
    "lib/rsolr-ext/response/facetable.rb",
    "lib/rsolr-ext/response/pageable.rb",
    "lib/rsolr-ext/response.rb",
    
    "lib/rsolr-ext.rb",
    
    "LICENSE",
    "README.rdoc",
    "rsolr-ext.gemspec"
	]
	s.test_files = [
	  'test/hash_methodizer_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)
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
mwmitchell-rsolr-ext-0.5.6 rsolr-ext.gemspec