diff --git a/client/ruby/solrb/Rakefile b/client/ruby/solrb/Rakefile index 9084a749c5b..2a9fd2a16ab 100644 --- a/client/ruby/solrb/Rakefile +++ b/client/ruby/solrb/Rakefile @@ -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'