Change gem name from solr to solrb, based on personal preference. Open to discussion on this.

git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@495828 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Erik Hatcher 2007-01-13 03:02:26 +00:00
parent b397f4b2be
commit ebab2b4cad

View File

@ -42,7 +42,7 @@ require 'test/functional/test_solr_server'
task :default => [:test]
spec = Gem::Specification.new do |s|
s.name = 'solr'
s.name = 'solrb'
s.version = SOLRB_VERSION
s.author = 'Apache Solr'
s.email = 'solr-user@lucene.apache.org'