Skip to content

Commit

Permalink
Regenerated gemspec for version 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Mat Brown committed Apr 28, 2009
1 parent dad2a4c commit a270917
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions sunspot.gemspec
Expand Up @@ -2,26 +2,26 @@

Gem::Specification.new do |s|
s.name = %q{sunspot}
s.version = "0.0.2"
s.version = "0.7.0"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Mat Brown"]
s.date = %q{2009-02-14}
s.date = %q{2009-04-28}
s.default_executable = %q{sunspot-solr}
s.description = %q{Library for expressive, powerful interaction with the Solr search engine}
s.email = %q{mat@patch.com}
s.executables = ["sunspot-solr"]
s.files = ["Rakefile", "README.rdoc", "History.txt", "VERSION.yml", "bin/sunspot-solr", "lib/sunspot", "lib/sunspot/session.rb", "lib/sunspot/type.rb", "lib/sunspot/adapters.rb", "lib/sunspot/restriction.rb", "lib/sunspot/configuration.rb", "lib/sunspot/dsl.rb", "lib/sunspot/search.rb", "lib/sunspot/builder.rb", "lib/sunspot/field.rb", "lib/sunspot/indexer.rb", "lib/sunspot/query.rb", "lib/sunspot/util.rb", "lib/sunspot/dsl", "lib/sunspot/dsl/fields.rb", "lib/sunspot/dsl/scope.rb", "lib/sunspot/dsl/query.rb", "lib/sunspot.rb", "lib/light_config.rb", "spec/spec_helper.rb", "spec/custom_expectation.rb", "spec/integration", "spec/integration/spec_helper.rb", "spec/integration/keyword_search_spec.rb", "spec/integration/field_types_spec.rb", "spec/integration/test_pagination.rb", "spec/mocks", "spec/mocks/base_class.rb", "spec/mocks/mock_adapter.rb", "spec/mocks/post.rb", "spec/mocks/comment.rb", "spec/api", "spec/api/search_retrieval_spec.rb", "spec/api/spec_helper.rb", "spec/api/session_spec.rb", "spec/api/build_search_spec.rb", "spec/api/standard_search_builder_spec.rb", "spec/api/indexer_spec.rb", "tasks/gemspec.rake", "tasks/rcov.rake", "tasks/spec.rake", "solr/etc/webdefault.xml", "solr/etc/jetty.xml", "solr/lib/jetty-util-6.1.3.jar", "solr/lib/servlet-api-2.5-6.1.3.jar", "solr/lib/jetty-6.1.3.jar", "solr/lib/jsp-2.1", "solr/lib/jsp-2.1/jsp-2.1.jar", "solr/lib/jsp-2.1/ant-1.6.5.jar", "solr/lib/jsp-2.1/core-3.1.1.jar", "solr/lib/jsp-2.1/jsp-api-2.1.jar", "solr/webapps/solr.war", "solr/solr/conf/elevate.xml", "solr/solr/conf/protwords.txt", "solr/solr/conf/synonyms.txt", "solr/solr/conf/solrconfig.xml", "solr/solr/conf/schema.xml", "solr/solr/conf/stopwords.txt", "solr/start.jar"]
s.files = ["Rakefile", "README.rdoc", "TODO", "History.txt", "VERSION.yml", "bin/sunspot-solr", "lib/sunspot", "lib/sunspot/session.rb", "lib/sunspot/type.rb", "lib/sunspot/facets.rb", "lib/sunspot/facet.rb", "lib/sunspot/adapters.rb", "lib/sunspot/restriction.rb", "lib/sunspot/facet_row.rb", "lib/sunspot/configuration.rb", "lib/sunspot/dsl.rb", "lib/sunspot/search.rb", "lib/sunspot/setup.rb", "lib/sunspot/field.rb", "lib/sunspot/indexer.rb", "lib/sunspot/query.rb", "lib/sunspot/util.rb", "lib/sunspot/dsl", "lib/sunspot/dsl/fields.rb", "lib/sunspot/dsl/scope.rb", "lib/sunspot/dsl/query.rb", "lib/sunspot.rb", "lib/light_config.rb", "spec/spec_helper.rb", "spec/integration", "spec/integration/spec_helper.rb", "spec/integration/faceting_spec.rb", "spec/integration/scoped_search_spec.rb", "spec/integration/keyword_search_spec.rb", "spec/integration/test_pagination.rb", "spec/mocks", "spec/mocks/base_class.rb", "spec/mocks/mock_adapter.rb", "spec/mocks/post.rb", "spec/mocks/comment.rb", "spec/api", "spec/api/search_retrieval_spec.rb", "spec/api/spec_helper.rb", "spec/api/session_spec.rb", "spec/api/build_search_spec.rb", "spec/api/indexer_spec.rb", "tasks/gemspec.rake", "tasks/rcov.rake", "tasks/todo.rake", "tasks/rdoc.rake", "tasks/spec.rake", "solr/etc/webdefault.xml", "solr/etc/jetty.xml", "solr/lib/jetty-util-6.1.3.jar", "solr/lib/servlet-api-2.5-6.1.3.jar", "solr/lib/jetty-6.1.3.jar", "solr/lib/jsp-2.1", "solr/lib/jsp-2.1/jsp-2.1.jar", "solr/lib/jsp-2.1/ant-1.6.5.jar", "solr/lib/jsp-2.1/core-3.1.1.jar", "solr/lib/jsp-2.1/jsp-api-2.1.jar", "solr/webapps/solr.war", "solr/solr/conf/elevate.xml", "solr/solr/conf/protwords.txt", "solr/solr/conf/synonyms.txt", "solr/solr/conf/solrconfig.xml", "solr/solr/conf/schema.xml", "solr/solr/conf/stopwords.txt", "solr/start.jar"]
s.has_rdoc = true
s.homepage = %q{http://github.com/outoftime/sunspot}
s.rdoc_options = ["--inline-source", "--charset=UTF-8"]
s.require_paths = ["lib"]
s.rubygems_version = %q{1.3.1}
s.rubygems_version = %q{1.3.2}
s.summary = %q{Library for expressive, powerful interaction with the Solr search engine}

if s.respond_to? :specification_version then
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
s.specification_version = 2
s.specification_version = 3

if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
s.add_runtime_dependency(%q<solr-ruby>, [">= 0.0.6"])
Expand Down

0 comments on commit a270917

Please sign in to comment.