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 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 :server do
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'
@@ -1,5 +1,5 @@
1
1
  module Elasticsearch
2
2
  module Transport
3
- VERSION = "0.4.3"
3
+ VERSION = "0.4.4"
4
4
  end
5
5
  end
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.3
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: 2013-12-09 00:00:00.000000000 Z
12
+ date: 2014-01-07 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: multi_json