mongoid-elasticsearch 0.8.0 → 0.8.1

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 5b0899d5817a5ab9f5bfaf6a20b2b243e736602e
4
- data.tar.gz: 635577852d5d8211b44e7302b72c41aa041b292a
3
+ metadata.gz: 4454671c943c79d336b9168b45489f56f15003e9
4
+ data.tar.gz: 85177ec0a09180202a6806dcdb109a97bf695372
5
5
  SHA512:
6
- metadata.gz: 20c7c9629a178118337e935f94e7431a39e5bcd192bc2547d12a134a4ef0b8e9c441a64327e4a07d98bb639f7e42572c46c9b28f0b474a4cff6f0bbb5016de45
7
- data.tar.gz: 7eea04cc6d7137cd6b15abcb780e4533729862fa3d9c6b75dc52f643d0fdca47ed832a9bfa26c964692f68d180f9ad6e0b656df078a2a174e2f41071583599dd
6
+ metadata.gz: bf7055626940afc1012839353043a415248550a348db6f14dc3b22d1b83b8044a96da62c1a09c0c0f118221fda3d1fd41099325257800ae8883acc6628c61fcc
7
+ data.tar.gz: d9ccd3b35a09e281aa2059abda0a91c2fc80eb32c729ab019e35bef50341a45ca05469f0a1f8fd0138660c4310f241989c5321cef5226ec72301ed08744c6426
data/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## 0.8.1 (March 4, 2014) ##
2
+
3
+ * New method "Model.without_es_update!" to temporally disable callbacks (ie, for testing) (by [@xronos-i-am](https://github.com/xronos-i-am))
4
+
1
5
  ## 0.8.0 (March 4, 2014) ##
2
6
 
3
7
  * fix results with :load wrapper #6 (by [@xronos-i-am](https://github.com/xronos-i-am))
@@ -23,7 +23,7 @@ module Mongoid
23
23
  set_callback( :destroy, :after, :update_es_index )
24
24
 
25
25
  result
26
- end
26
+ end
27
27
  end
28
28
  end
29
29
  end
@@ -1,5 +1,5 @@
1
1
  module Mongoid
2
2
  module Elasticsearch
3
- VERSION = "0.8.0"
3
+ VERSION = "0.8.1"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mongoid-elasticsearch
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.0
4
+ version: 0.8.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - glebtv
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-04-01 00:00:00.000000000 Z
11
+ date: 2014-04-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: mongoid