Skip to content
This repository has been archived by the owner on Jan 8, 2018. It is now read-only.

Commit

Permalink
Release 0.0.10 a.k.a the big rename
Browse files Browse the repository at this point in the history
  • Loading branch information
karmi committed May 1, 2011
1 parent 5d0fbf9 commit 09bb7f9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 14 deletions.
2 changes: 1 addition & 1 deletion lib/slingshot/version.rb
@@ -1,3 +1,3 @@
module Slingshot
VERSION = "0.0.9"
VERSION = "0.0.10"
end
16 changes: 3 additions & 13 deletions slingshot.gemspec
Expand Up @@ -6,8 +6,8 @@ Gem::Specification.new do |s|
s.name = "slingshot-rb"
s.version = Slingshot::VERSION
s.platform = Gem::Platform::RUBY
s.summary = "Ruby client for ElasticSearch"
s.homepage = "http://github.com/karmi/slingshot"
s.summary = "!NEW NAME! Tire; Ruby client for ElasticSearch"
s.homepage = "http://karmi.github.com/tire/"
s.authors = [ 'Karel Minarik' ]
s.email = 'karmi@karmi.cz'

Expand Down Expand Up @@ -39,16 +39,6 @@ Gem::Specification.new do |s|
s.add_development_dependency "supermodel"

s.description = <<-DESC
Slingshot is a Ruby client for the ElasticSearch search engine/database.
It provides Ruby-like API for fluent communication with the ElasticSearch server
and blends with ActiveModel class for convenient usage in Rails applications.
It allows to delete and create indices, define mapping for them, supports
the bulk API, and presents an easy-to-use DSL for constructing your queries.
It has full ActiveRecord/ActiveModel compatibility, allowing you to index
your models (incrementally upon saving, or in bulk), searching and
paginating the results.
This gem has been renamed to "tire", please go to https://rubygems.org/gems/tire
DESC
end

0 comments on commit 09bb7f9

Please sign in to comment.