mumuki-domain 6.5.0 → 6.5.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 +4 -4
- data/app/models/assignment.rb +3 -3
- data/lib/mumuki/domain/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3035243b0b927688b208101efda8b3be665d244cb4099faf8b8a1bf3a7aa89e1
|
|
4
|
+
data.tar.gz: 417de725ebff9ebfd3687084ba41f66e9a44eb4899976ddc75923b4c80894107
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8e9088e52953f6d5fe90bfc66d8e8f793700166eb63c9ac7c298e17aab8bba59a5336af7aeeb9aad3c63be885f0a45b3f3cc546c38989da9b0c9bf21dbac4c87
|
|
7
|
+
data.tar.gz: 81ecbff2d1327923403fe3e89a726519469790e70b82c337c4b91690be00aead66280cf6efe97c3d25bb0502667e9970c70ffbfd9b9600cff2a46d6d091e2c2d
|
data/app/models/assignment.rb
CHANGED
|
@@ -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
|
|
61
|
-
|
|
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
|
|
64
|
+
def notify_to_student_granted_organizations!
|
|
65
65
|
submitter.student_granted_organizations.each do |organization|
|
|
66
66
|
organization.switch!
|
|
67
67
|
notify!
|
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.
|
|
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-
|
|
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.
|
|
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.
|
|
152
|
+
version: '3.2'
|
|
153
153
|
- !ruby/object:Gem::Dependency
|
|
154
154
|
name: mumukit-sync
|
|
155
155
|
requirement: !ruby/object:Gem::Requirement
|