elasticsearch 1.0.0 → 1.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/README.md CHANGED
@@ -14,13 +14,16 @@ Features overview:
14
14
  * Extensive documentation and examples
15
15
  * Emphasis on modularity and extendability of both the client and API libraries
16
16
 
17
+ (For integration with Ruby models and Rails applications,
18
+ see the <https://github.com/elasticsearch/elasticsearch-rails> project.)
19
+
17
20
  ## Compatibility
18
21
 
19
22
  The library is compatible with Ruby 1.8.7 and higher.
20
23
 
21
24
  The library is compatible with Elasticsearch 0.90 and 1.0 -- you have to install and use a matching version, though.
22
25
 
23
- The 1.0 pre-release version and the master branch are compatible with **Elasticsearch 1.0** API.
26
+ The 1.x versions and the master branch are compatible with **Elasticsearch 1.0** API.
24
27
 
25
28
  To use the **Elasticsearch 0.90** API, install the **0.4.x** gem version or use the corresponding
26
29
  [`0.4`](https://github.com/elasticsearch/elasticsearch-ruby/tree/0.4) branch.
@@ -20,8 +20,8 @@ Gem::Specification.new do |s|
20
20
  s.extra_rdoc_files = [ "README.md", "LICENSE.txt" ]
21
21
  s.rdoc_options = [ "--charset=UTF-8" ]
22
22
 
23
- s.add_dependency "elasticsearch-transport", '1.0.0'
24
- s.add_dependency "elasticsearch-api", '1.0.0'
23
+ s.add_dependency "elasticsearch-transport", '1.0.1'
24
+ s.add_dependency "elasticsearch-api", '1.0.1'
25
25
 
26
26
  s.add_development_dependency "bundler", "> 1"
27
27
  s.add_development_dependency "rake"
@@ -1,3 +1,3 @@
1
1
  module Elasticsearch
2
- VERSION = "1.0.0"
2
+ VERSION = "1.0.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: elasticsearch
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2014-02-12 00:00:00.000000000 Z
12
+ date: 2014-03-03 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: elasticsearch-transport
@@ -18,7 +18,7 @@ dependencies:
18
18
  requirements:
19
19
  - - '='
20
20
  - !ruby/object:Gem::Version
21
- version: 1.0.0
21
+ version: 1.0.1
22
22
  type: :runtime
23
23
  prerelease: false
24
24
  version_requirements: !ruby/object:Gem::Requirement
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - '='
28
28
  - !ruby/object:Gem::Version
29
- version: 1.0.0
29
+ version: 1.0.1
30
30
  - !ruby/object:Gem::Dependency
31
31
  name: elasticsearch-api
32
32
  requirement: !ruby/object:Gem::Requirement
@@ -34,7 +34,7 @@ dependencies:
34
34
  requirements:
35
35
  - - '='
36
36
  - !ruby/object:Gem::Version
37
- version: 1.0.0
37
+ version: 1.0.1
38
38
  type: :runtime
39
39
  prerelease: false
40
40
  version_requirements: !ruby/object:Gem::Requirement
@@ -42,7 +42,7 @@ dependencies:
42
42
  requirements:
43
43
  - - '='
44
44
  - !ruby/object:Gem::Version
45
- version: 1.0.0
45
+ version: 1.0.1
46
46
  - !ruby/object:Gem::Dependency
47
47
  name: bundler
48
48
  requirement: !ruby/object:Gem::Requirement