wj-mongoid-elasticsearch 0.0.7 → 0.0.8

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
- SHA256:
3
- metadata.gz: 7cff082010d02528b0aa7f48690d990133cff28190608fb8960fe76b85592275
4
- data.tar.gz: d47887106fcf0089d55ab6ae36c01b2aa633ca50639e72709950c7acc93e056f
2
+ SHA1:
3
+ metadata.gz: 8393c520319aedc723891980e5db919f4c9c81e6
4
+ data.tar.gz: bcf8fe9fcfaf13494babb39da971146fe3a4f26c
5
5
  SHA512:
6
- metadata.gz: f84e2e88f9824fb2e0b5f260719d4120743ecd700e9ead66c54264608c69a7d96ae4fcae37d330b0161e41012b3730e020bdafb33626ff9e2dcf5309852a3aeb
7
- data.tar.gz: b2deaf607cf4bc780211aefad2539d64126404e06c76d2cfc09956578daac2abb9ffd9fe566a70f11631756f7184a91c6b5eed5eaff94477e3885c1369808711
6
+ metadata.gz: 7a442585b0dfb8d931a9774a5082a5e325254017b301ad0142926e1408e926fbc14a6ca2a41ae9e16dc574f35caf28db50702739ad977f58f4b856c594090b91
7
+ data.tar.gz: ee50d106a5f0222d1ab9758cc738de6a6b9e658ae447b7c1189593b8686772a65b23798ebec1fd02a6be9babce7b750497e47a3f8008501985525f1e94881a53
@@ -1 +1 @@
1
- 2.2.3
1
+ 2.4.6
@@ -50,8 +50,8 @@ module Mongoid
50
50
  def results
51
51
  return [] if failure?
52
52
  @results ||= begin
53
- puts "here are the hits."
54
- puts JSON.pretty_generate(hits)
53
+ #puts "here are the hits."
54
+ #puts JSON.pretty_generate(hits)
55
55
  case @wrapper
56
56
  when :load
57
57
  if @multi
@@ -1,5 +1,5 @@
1
1
  module Mongoid
2
2
  module Elasticsearch
3
- VERSION = "0.0.7"
3
+ VERSION = "0.0.8"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: wj-mongoid-elasticsearch
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.7
4
+ version: 0.0.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - glebtv
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-04-17 00:00:00.000000000 Z
11
+ date: 2019-10-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: mongoid
@@ -286,7 +286,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
286
286
  version: '0'
287
287
  requirements: []
288
288
  rubyforge_project:
289
- rubygems_version: 2.7.8
289
+ rubygems_version: 2.6.14.4
290
290
  signing_key:
291
291
  specification_version: 4
292
292
  summary: Simple and easy integration of mongoid with the new elasticsearch gem