flex-admin 1.0.3 → 1.0.4
Sign up to get free protection for your applications and to get access to all the features.
- data/VERSION +1 -1
- data/flex-admin.gemspec +1 -1
- data/lib/flex-admin.rb +1 -1
- data/lib/flex/{live_reindex.rb → live_reindex_admin.rb} +3 -2
- metadata +6 -6
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.0.
|
1
|
+
1.0.4
|
data/flex-admin.gemspec
CHANGED
@@ -5,7 +5,7 @@ Gem::Specification.new do |s|
|
|
5
5
|
s.name = 'flex-admin'
|
6
6
|
s.summary = 'Dump/load/rename/live-redindex one or more elasticsearch indices and types.'
|
7
7
|
s.description = 'Provides binary and rake tasks to dump, load and optionally rename indices. Implements live-reindex with hot-swap of old code/index with new code/index.'
|
8
|
-
s.homepage = 'http://github.com/ddnexus/flex
|
8
|
+
s.homepage = 'http://github.com/ddnexus/flex'
|
9
9
|
s.authors = ["Domizio Demichelis"]
|
10
10
|
s.email = 'dd.nexus@gmail.com'
|
11
11
|
s.executables = %w[flex-admin]
|
data/lib/flex-admin.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: flex-admin
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.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-08-
|
12
|
+
date: 2013-08-22 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: flex
|
@@ -18,7 +18,7 @@ dependencies:
|
|
18
18
|
requirements:
|
19
19
|
- - '='
|
20
20
|
- !ruby/object:Gem::Version
|
21
|
-
version: 1.0.
|
21
|
+
version: 1.0.4
|
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.4
|
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
|
@@ -42,9 +42,9 @@ files:
|
|
42
42
|
- flex-admin.gemspec
|
43
43
|
- lib/flex-admin.rb
|
44
44
|
- lib/flex/admin.rb
|
45
|
-
- lib/flex/
|
45
|
+
- lib/flex/live_reindex_admin.rb
|
46
46
|
- lib/tasks.rake
|
47
|
-
homepage: http://github.com/ddnexus/flex
|
47
|
+
homepage: http://github.com/ddnexus/flex
|
48
48
|
licenses:
|
49
49
|
- MIT
|
50
50
|
post_install_message:
|