mumuki-domain 6.5.0 → 6.5.1

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: 3b741c1390b0cbdc4c23449c5a9fe3218796032ad1c42dadaac9275d5d39f128
4
- data.tar.gz: c63ff4139ffb2d3edad703fa1ea9d9db5f0b57ecc4d3a849556b59d8e238a07d
3
+ metadata.gz: 3035243b0b927688b208101efda8b3be665d244cb4099faf8b8a1bf3a7aa89e1
4
+ data.tar.gz: 417de725ebff9ebfd3687084ba41f66e9a44eb4899976ddc75923b4c80894107
5
5
  SHA512:
6
- metadata.gz: 9f24047fb8f927deb09a72bfbf278bce2647e42216bc2766a2be6130f53725f1ad29b0c9a1268fb913be96a8c9e2f7bf8fe943f6176243e0768e83008198bfd6
7
- data.tar.gz: aacc1f68926c6e1758612c949da65c85287c516e6b9e70a1be81f2389d1c4454dd38b35617eba95566331802f9b673f73bedcb76d5e72abf519e9b13d75dcae4
6
+ metadata.gz: 8e9088e52953f6d5fe90bfc66d8e8f793700166eb63c9ac7c298e17aab8bba59a5336af7aeeb9aad3c63be885f0a45b3f3cc546c38989da9b0c9bf21dbac4c87
7
+ data.tar.gz: 81ecbff2d1327923403fe3e89a726519469790e70b82c337c4b91690be00aead66280cf6efe97c3d25bb0502667e9970c70ffbfd9b9600cff2a46d6d091e2c2d
@@ -57,11 +57,11 @@ class Assignment < ApplicationRecord
57
57
  end
58
58
 
59
59
  def notify_to_accessible_organizations!
60
- warn "Don't use notify_to_accessible_organizations!. Use notify_to_granted_organizations! instead"
61
- notify_to_granted_organizations!
60
+ warn "Don't use notify_to_accessible_organizations!. Use notify_to_student_granted_organizations! instead"
61
+ notify_to_student_granted_organizations!
62
62
  end
63
63
 
64
- def notify_to_granted_organizations!
64
+ def notify_to_student_granted_organizations!
65
65
  submitter.student_granted_organizations.each do |organization|
66
66
  organization.switch!
67
67
  notify!
@@ -1,5 +1,5 @@
1
1
  module Mumuki
2
2
  module Domain
3
- VERSION = '6.5.0'
3
+ VERSION = '6.5.1'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mumuki-domain
3
3
  version: !ruby/object:Gem::Version
4
- version: 6.5.0
4
+ version: 6.5.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Franco Leonardo Bulgarelli
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-03-13 00:00:00.000000000 Z
11
+ date: 2019-03-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -142,14 +142,14 @@ dependencies:
142
142
  requirements:
143
143
  - - "~>"
144
144
  - !ruby/object:Gem::Version
145
- version: '3.0'
145
+ version: '3.2'
146
146
  type: :runtime
147
147
  prerelease: false
148
148
  version_requirements: !ruby/object:Gem::Requirement
149
149
  requirements:
150
150
  - - "~>"
151
151
  - !ruby/object:Gem::Version
152
- version: '3.0'
152
+ version: '3.2'
153
153
  - !ruby/object:Gem::Dependency
154
154
  name: mumukit-sync
155
155
  requirement: !ruby/object:Gem::Requirement