elasticsearch-model-globalize 0.0.1 → 0.0.2
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 73152b6ab5a5fca4125554d24e26eb382f76bae1
|
4
|
+
data.tar.gz: 20384046654caf29cd66fa662592559a39020848
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: aa247dc18ebae5d1c025438b8db343db3f407f1bec865a915fd06bfeb4e9b1b549c85abc03010bf208ba4b70c9b6e6922ff43faace64daf3b0f73725d00c4c77
|
7
|
+
data.tar.gz: 2c74cc6a49e2bed921960edc66e3fa7319cc1db20cd2ad9d410113d9d5ee446d2fa2bc45b3885175c90c349cd72ecb972423d0b5d7cc299e1cc9b7dedcdbcf6a
|
@@ -10,8 +10,8 @@ Gem::Specification.new do |spec|
|
|
10
10
|
spec.email = ["kentaroi@gmail.com"]
|
11
11
|
spec.summary = %q{A library for using elasticsearch-model with globalize}
|
12
12
|
spec.description = %q{A library for using elasticsearch-model with globalize}
|
13
|
-
spec.homepage = "https://github.com/kentaroi/
|
14
|
-
spec.license = "Apache 2"
|
13
|
+
spec.homepage = "https://github.com/kentaroi/elasticsearch-model-globalize"
|
14
|
+
spec.license = "Apache License, Version 2.0"
|
15
15
|
|
16
16
|
spec.files = `git ls-files -z`.split("\x0")
|
17
17
|
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: elasticsearch-model-globalize
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Kentaro Imai
|
@@ -186,9 +186,9 @@ files:
|
|
186
186
|
- test/test_helper.rb
|
187
187
|
- test/unit/multiple_fields_test.rb
|
188
188
|
- test/unit/one_index_per_language_test.rb
|
189
|
-
homepage: https://github.com/kentaroi/
|
189
|
+
homepage: https://github.com/kentaroi/elasticsearch-model-globalize
|
190
190
|
licenses:
|
191
|
-
- Apache 2
|
191
|
+
- Apache License, Version 2.0
|
192
192
|
metadata: {}
|
193
193
|
post_install_message:
|
194
194
|
rdoc_options: []
|