slingshot-rb 0.0.9 → 0.0.10

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,3 @@
1
1
  module Slingshot
2
- VERSION = "0.0.9"
2
+ VERSION = "0.0.10"
3
3
  end
@@ -6,8 +6,8 @@ Gem::Specification.new do |s|
6
6
  s.name = "slingshot-rb"
7
7
  s.version = Slingshot::VERSION
8
8
  s.platform = Gem::Platform::RUBY
9
- s.summary = "Ruby client for ElasticSearch"
10
- s.homepage = "http://github.com/karmi/slingshot"
9
+ s.summary = "!NEW NAME! Tire; Ruby client for ElasticSearch"
10
+ s.homepage = "http://karmi.github.com/tire/"
11
11
  s.authors = [ 'Karel Minarik' ]
12
12
  s.email = 'karmi@karmi.cz'
13
13
 
@@ -39,16 +39,6 @@ Gem::Specification.new do |s|
39
39
  s.add_development_dependency "supermodel"
40
40
 
41
41
  s.description = <<-DESC
42
- Slingshot is a Ruby client for the ElasticSearch search engine/database.
43
-
44
- It provides Ruby-like API for fluent communication with the ElasticSearch server
45
- and blends with ActiveModel class for convenient usage in Rails applications.
46
-
47
- It allows to delete and create indices, define mapping for them, supports
48
- the bulk API, and presents an easy-to-use DSL for constructing your queries.
49
-
50
- It has full ActiveRecord/ActiveModel compatibility, allowing you to index
51
- your models (incrementally upon saving, or in bulk), searching and
52
- paginating the results.
42
+ This gem has been renamed to "tire", please go to https://rubygems.org/gems/tire
53
43
  DESC
54
44
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: slingshot-rb
3
3
  version: !ruby/object:Gem::Version
4
- hash: 13
4
+ hash: 11
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 9
10
- version: 0.0.9
9
+ - 10
10
+ version: 0.0.10
11
11
  platform: ruby
12
12
  authors:
13
13
  - Karel Minarik
@@ -196,7 +196,7 @@ dependencies:
196
196
  version: "0"
197
197
  type: :development
198
198
  version_requirements: *id012
199
- description: " Slingshot is a Ruby client for the ElasticSearch search engine/database.\n\n It provides Ruby-like API for fluent communication with the ElasticSearch server\n and blends with ActiveModel class for convenient usage in Rails applications.\n\n It allows to delete and create indices, define mapping for them, supports\n the bulk API, and presents an easy-to-use DSL for constructing your queries.\n\n It has full ActiveRecord/ActiveModel compatibility, allowing you to index\n your models (incrementally upon saving, or in bulk), searching and\n paginating the results.\n"
199
+ description: " This gem has been renamed to \"tire\", please go to https://rubygems.org/gems/tire\n"
200
200
  email: karmi@karmi.cz
201
201
  executables: []
202
202
 
@@ -291,7 +291,7 @@ files:
291
291
  - test/unit/search_test.rb
292
292
  - test/unit/slingshot_test.rb
293
293
  has_rdoc: true
294
- homepage: http://github.com/karmi/slingshot
294
+ homepage: http://karmi.github.com/tire/
295
295
  licenses: []
296
296
 
297
297
  post_install_message:
@@ -325,7 +325,7 @@ rubyforge_project: slingshot
325
325
  rubygems_version: 1.5.0
326
326
  signing_key:
327
327
  specification_version: 3
328
- summary: Ruby client for ElasticSearch
328
+ summary: "!NEW NAME! Tire; Ruby client for ElasticSearch"
329
329
  test_files:
330
330
  - test/fixtures/articles/1.json
331
331
  - test/fixtures/articles/2.json