wordjelly-auth 0.0.4 → 0.0.5

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: ed8947077309fdc03eecc96a02a02de94c7da2c2
4
- data.tar.gz: fe88ac2c87e0db85a1de6b4482f09c4ff77e8e8b
3
+ metadata.gz: 8427f26ce5ab0e8b9ed979608dae0be270fdce42
4
+ data.tar.gz: 262967c5d2922ce0b51075a99e3c727947254ce5
5
5
  SHA512:
6
- metadata.gz: 5e852a69dc3781cdc2009deb7ca8645685f29a595ea4af792c04570722afab3d80921411274bd6bf76d70437e3e66b01be65106745ba279d025cd22e5d779904
7
- data.tar.gz: e1100228a0166419c6508b0184d5aa35f5d5332ad2af4417fa1c84cbe5056b0e47ed3a0f0676960748dec7c577e8dc26fc152fd4116cb79db7300245e6b98bab
6
+ metadata.gz: 954891f307ce95e1f24165f6bbff007bc6d17f552340dbf3eaed1f88c1c0e01025ea955545a120867ea1994773ca88eb01d75d6fa795d0f97720d91c13a35bc2
7
+ data.tar.gz: 8794b9d23116a56583814c23f70933d588e01700b128ea6c15902e63a94683f3b260eea8305f25d16b78c45fc86b85e46d54221a5f11277427d0b920d7a396fa
@@ -55,7 +55,7 @@ module Auth::Concerns::Shopping::CartItemConcern
55
55
  mappings: {
56
56
  "shopping/cart_item" => {
57
57
  _all: {
58
- index_analyzer: "nGram_analyzer",
58
+ analyzer: "nGram_analyzer",
59
59
  search_analyzer: "whitespace_analyzer"
60
60
  },
61
61
  properties: {
@@ -50,7 +50,7 @@ module Auth::Concerns::Shopping::ProductConcern
50
50
  mappings: {
51
51
  "shopping/product" => {
52
52
  _all: {
53
- index_analyzer: "nGram_analyzer",
53
+ analyzer: "nGram_analyzer",
54
54
  search_analyzer: "whitespace_analyzer"
55
55
  },
56
56
  properties: {
@@ -52,7 +52,7 @@ module Auth::Concerns::UserConcern
52
52
  mappings: {
53
53
  "user" => {
54
54
  _all: {
55
- index_analyzer: "nGram_analyzer",
55
+ analyzer: "nGram_analyzer",
56
56
  search_analyzer: "whitespace_analyzer"
57
57
  },
58
58
  properties: {
@@ -1,3 +1,3 @@
1
1
  module Auth
2
- VERSION = "0.0.4"
2
+ VERSION = "0.0.5"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: wordjelly-auth
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - bhargav