hanami-mongoid 0.1.8 → 0.1.9

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
  SHA256:
3
- metadata.gz: 2e880918db5d02f130a4139459c9d4b645facf2e227cb9a1943a62ebc794cde1
4
- data.tar.gz: 7a5ad9af472af6a7d514c85466edb5133f8b6ba8b569b23b96448317e17f33ec
3
+ metadata.gz: 4899d96f7a1bf32a08b5727fcf0ea454719b7357178e0fe74dce69b0eccb6e4b
4
+ data.tar.gz: ca982b9f386909848a0b3b93ee02069cb6b3ff304596d357adf9307634d8ab34
5
5
  SHA512:
6
- metadata.gz: b4529c80ad41693fa0ebcab8d18dd66b948e00c33d20d7e0a303e5dd163fd44e91e5995e7ee98af2a35562be17d6e86c1c78ed9242c0d749be637e0af4bb5f85
7
- data.tar.gz: 20c7bca2551d7cfc48dd72738adac14e68b42250ca3db80eac027765b6ca41176406a6c0e47affb968972e05d4e7105d5c9e5be3c8466f1f8d674c457845f75c
6
+ metadata.gz: a72f0d67f09df26d26bbcc1e517a3e4ce374b44cbce435d8bb990fa9987657ccddb1a1aa7ac810bdc6ef25081a59c3ed1f69cd0d1d2fadf7f1e360caa9dd41ef
7
+ data.tar.gz: 2d71868da4be46153a13f4d63066c3c294932952eaeae2bbc326d58afeb46380ac7be6ca7a824ff2e1aa9649469e4f5cbdd6f27109f9389df7d1227ecd635d7c
@@ -1,15 +1,15 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- hanami-mongoid (0.1.3)
4
+ hanami-mongoid (0.1.9)
5
5
  mongoid
6
6
 
7
7
  GEM
8
8
  remote: https://rubygems.org/
9
9
  specs:
10
- activemodel (5.2.2.1)
11
- activesupport (= 5.2.2.1)
12
- activesupport (5.2.2.1)
10
+ activemodel (5.2.3)
11
+ activesupport (= 5.2.3)
12
+ activesupport (5.2.3)
13
13
  concurrent-ruby (~> 1.0, >= 1.0.2)
14
14
  i18n (>= 0.7, < 2)
15
15
  minitest (~> 5.1)
@@ -20,7 +20,7 @@ GEM
20
20
  i18n (1.6.0)
21
21
  concurrent-ruby (~> 1.0)
22
22
  minitest (5.11.3)
23
- mongo (2.7.1)
23
+ mongo (2.8.0)
24
24
  bson (>= 4.4.2, < 5.0.0)
25
25
  mongoid (7.0.2)
26
26
  activemodel (>= 5.1, < 6.0.0)
@@ -12,7 +12,7 @@ module Hanami
12
12
 
13
13
  ##
14
14
  # Forwards common repository methods to the model
15
- %i( find find_by where any_of all first last
15
+ %i( find find_by where any_of all none first last
16
16
  destroy_all delete_all update_all ).each do |method|
17
17
  define_method method do |*args|
18
18
  self.model_klass.send method, *args
@@ -1,5 +1,5 @@
1
1
  module Hanami
2
2
  module Mongoid
3
- VERSION = "0.1.8"
3
+ VERSION = "0.1.9"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hanami-mongoid
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.8
4
+ version: 0.1.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Francesco Ballardin