elasticsearch-node 0.7.2 → 0.7.3

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/CHANGELOG.md CHANGED
@@ -1,4 +1,9 @@
1
1
  # Changelog
2
+
3
+ ## Version 0.7.3
4
+
5
+ - Default ES version bumped to 0.19.7
6
+
2
7
  ## Version 0.7.2
3
8
 
4
9
  - Default ES version bumped to 0.19.4
@@ -2,7 +2,7 @@
2
2
 
3
3
  require 'elasticsearch-node'
4
4
 
5
- es_version = ENV['ES_VERSION'] || "0.19.4"
5
+ es_version = ENV['ES_VERSION'] || "0.19.7"
6
6
 
7
7
  puts "Installing elasticsearch-#{es_version}.
8
8
  To install a different version, specify it using the ES_VERSION environment variable.
@@ -1,5 +1,5 @@
1
1
  module ElasticSearch
2
2
  module Node
3
- VERSION = "0.7.2"
3
+ VERSION = "0.7.3"
4
4
  end
5
5
  end
@@ -38,7 +38,7 @@ module ElasticSearch
38
38
  end
39
39
 
40
40
  def self.version
41
- @version || ENV["ES_VERSION"] || "0.19.2"
41
+ @version || ENV["ES_VERSION"] || "0.19.7"
42
42
  end
43
43
 
44
44
  def self.windows?
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: elasticsearch-node
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.2
4
+ version: 0.7.3
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: 2012-06-10 00:00:00.000000000 Z
12
+ date: 2012-07-01 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: riot
@@ -86,7 +86,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
86
86
  version: '0'
87
87
  segments:
88
88
  - 0
89
- hash: 245009466922193623
89
+ hash: 1401134445006046944
90
90
  required_rubygems_version: !ruby/object:Gem::Requirement
91
91
  none: false
92
92
  requirements: