elasticsearch-transport 0.4.3 → 0.4.4
Sign up to get free protection for your applications and to get access to all the features.
- data/Rakefile +1 -1
- data/elasticsearch-transport.gemspec +1 -0
- data/lib/elasticsearch/transport/version.rb +1 -1
- metadata +2 -2
data/Rakefile
CHANGED
@@ -45,7 +45,7 @@ namespace :test do
|
|
45
45
|
test.test_files = FileList["test/profile/**/*_test.rb"]
|
46
46
|
end
|
47
47
|
|
48
|
-
namespace :
|
48
|
+
namespace :cluster do
|
49
49
|
desc "Start Elasticsearch nodes for tests"
|
50
50
|
task :start do
|
51
51
|
$LOAD_PATH << File.expand_path('../lib', __FILE__) << File.expand_path('../test', __FILE__)
|
@@ -47,6 +47,7 @@ Gem::Specification.new do |s|
|
|
47
47
|
# Prevent unit test failures on Ruby 1.8
|
48
48
|
if defined?(RUBY_VERSION) && RUBY_VERSION < '1.9'
|
49
49
|
s.add_development_dependency "test-unit", '~> 2'
|
50
|
+
s.add_development_dependency "json"
|
50
51
|
end
|
51
52
|
|
52
53
|
if defined?(RUBY_VERSION) && RUBY_VERSION > '1.9'
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: elasticsearch-transport
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.4.
|
4
|
+
version: 0.4.4
|
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:
|
12
|
+
date: 2014-01-07 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: multi_json
|