Cosmetic change to gem summary

git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@496203 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Erik Hatcher 2007-01-15 01:44:37 +00:00
parent cde074eec5
commit f06086ede6
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ spec = Gem::Specification.new do |s|
s.email = 'solr-user@lucene.apache.org'
s.homepage = 'http://wiki.apache.org/solr/Flare'
s.platform = Gem::Platform::RUBY
s.summary = 'A ruby library for working with Apache Solr'
s.summary = 'Ruby library for working with Apache Solr'
s.files = Dir.glob("{lib,test}/**/*")
s.require_path = 'lib'
s.autorequire = 'solr'