lato_spaces 3.1.9 → 3.1.10

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: 138e35921ac438d9b8fc8fe960bd405f306df59af2ff49fe92890178f29da04d
4
- data.tar.gz: 854e74f7a0b3ed0de3f43396391ce980d738b29a492c2b4812ae3f2c53975eed
3
+ metadata.gz: 9f91b368922c8adec1acf6e9d478cab0363663efb8897d09459821df0bc0c0b0
4
+ data.tar.gz: bae1a510522ed6c8cbefb23b5d272ca637682fcb2da4923c8416bb15ca3710a5
5
5
  SHA512:
6
- metadata.gz: 3c6143b36e197207cfb694285966b12ddc6438bee8303f85cdebba9078d103812e8b32af262ae4697bb5e166bb5871aaaaa0b654ee4785126a25d79dc2de0d61
7
- data.tar.gz: 06e84a844a8458658cc1bced1a5a0d7843b08cbb83dcf72f08633742a678946fefb1f03eabdc47bd9c66f5c325bffc293fede034cd5c352d8d30bf93c40ebdb1
6
+ metadata.gz: be1ced52743e495fbe91de06924229f561bcdfbd96d962ec6ce927970b878cddf38121c69cb4173b919401dc4b0aac17878131fb581d7269f991286851a3af21
7
+ data.tar.gz: 14d8b9f0fdb8d227ff343994405b78a653b673cb9417adea229a6f3d9e21c1b07e85c71f9f32720fb47c72df9c46ab2539448010eeca7b9e23b8dd58fb2ce1bd
@@ -5,7 +5,7 @@ module LatoSpaces::Associable
5
5
  # Relations
6
6
  ##
7
7
 
8
- has_many :lato_spaces_associations, class_name: 'LatoSpaces::Association', as: :item, dependent: :delete # HACK: delete instead of destroy to avoid infinite loop caused by AssociableRequired concern
8
+ has_many :lato_spaces_associations, class_name: 'LatoSpaces::Association', as: :item, dependent: :delete_all # HACK: delete_all instead of destroy to avoid infinite loop caused by AssociableRequired concern
9
9
  has_many :lato_spaces_groups, through: :lato_spaces_associations, class_name: 'LatoSpaces::Group'
10
10
 
11
11
  # Scopes
@@ -1,3 +1,3 @@
1
1
  module LatoSpaces
2
- VERSION = "3.1.9"
2
+ VERSION = "3.1.10"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lato_spaces
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.1.9
4
+ version: 3.1.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gregorio Galante