From 45ee1d97f96ee63dda0db991e53908cdb194584a Mon Sep 17 00:00:00 2001 From: Matt Mitchell Date: Wed, 5 Jan 2011 23:14:27 -0500 Subject: [PATCH] updated README --- README.rdoc | 2 +- rsolr.gemspec | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.rdoc b/README.rdoc index 55613789..679e4b4c 100644 --- a/README.rdoc +++ b/README.rdoc @@ -2,7 +2,7 @@ A simple, extensible Ruby client for Apache Solr. -Notice: This document is only for the the 1.0 (pre-release) in the master branch. The last stable gem release documentation can be found here: http://github.com/mwmitchell/rsolr/tree/v0.12.1 +Notice: This document is only for the the 1.0 in the master. The last pre-1.0 gem release documentation can be found here: http://github.com/mwmitchell/rsolr/tree/v0.12.1 ==Documentation The code docs can be viewed here : http://rdoc.info/projects/mwmitchell/rsolr diff --git a/rsolr.gemspec b/rsolr.gemspec index 1e7eca84..a7e2ac16 100644 --- a/rsolr.gemspec +++ b/rsolr.gemspec @@ -5,11 +5,11 @@ Gem::Specification.new do |s| s.name = %q{rsolr} - s.version = "1.0.0.beta5" + s.version = "1.0.0" - s.required_rubygems_version = Gem::Requirement.new("> 1.3.1") if s.respond_to? :required_rubygems_version= + s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Matt Mitchell"] - s.date = %q{2010-10-28} + s.date = %q{2011-01-05} s.description = %q{RSolr aims to provide a simple and extensible library for working with Solr} s.email = %q{goodieboy@gmail.com} s.extra_rdoc_files = [