elastics-admin 1.0.4 → 1.0.5
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/VERSION +1 -1
- data/lib/elastics-admin.rb +1 -1
- data/lib/tasks.rake +2 -2
- metadata +4 -4
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.0.
|
|
1
|
+
1.0.5
|
data/lib/elastics-admin.rb
CHANGED
data/lib/tasks.rake
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
require 'elastics'
|
|
1
|
+
require 'elastics-client'
|
|
2
2
|
require 'elastics-admin'
|
|
3
3
|
|
|
4
4
|
env = defined?(Rails) ? :environment : []
|
|
5
5
|
|
|
6
|
-
namespace :
|
|
6
|
+
namespace :elastics do
|
|
7
7
|
namespace :admin do
|
|
8
8
|
|
|
9
9
|
desc 'Dumps the data from one or more Elasticsearch indices to a file'
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: elastics-admin
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.5
|
|
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-08-
|
|
12
|
+
date: 2013-08-20 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: elastics-client
|
|
@@ -18,7 +18,7 @@ dependencies:
|
|
|
18
18
|
requirements:
|
|
19
19
|
- - '='
|
|
20
20
|
- !ruby/object:Gem::Version
|
|
21
|
-
version: 1.0.
|
|
21
|
+
version: 1.0.5
|
|
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.
|
|
29
|
+
version: 1.0.5
|
|
30
30
|
description: Provides binary and rake tasks to dump, load and optionally rename indices.
|
|
31
31
|
Implements live-reindex with hot-swap of old code/index with new code/index.
|
|
32
32
|
email: dd.nexus@gmail.com
|