Skip to content

Commit

Permalink
updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
mwmitchell committed Jan 6, 2011
1 parent 2cf6590 commit 45ee1d9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.rdoc
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions rsolr.gemspec
Expand Up @@ -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 = [
Expand Down

0 comments on commit 45ee1d9

Please sign in to comment.