mumuki-laboratory 5.10.2 → 5.10.3

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
  SHA256:
3
- metadata.gz: e60fef1eb3f4e1e981412ff5c2ee122fa69c47a028c2c99bf0a1578d098cee8b
4
- data.tar.gz: f493d8851d6ca8f25949204088a328b19612efbdd71cc42b97df35095a2ea68f
3
+ metadata.gz: 53db995ab3295ac6b1cea00308a5a49f5aebea1a72d435f93b0af5c2ae22cfbc
4
+ data.tar.gz: 3c4989869b30762a3aebbe899b1b3f083c973878f42ac587c21b8453f4ae4b15
5
5
  SHA512:
6
- metadata.gz: b75d32d57c5f4b7ab73eab6fa1fe70ff5a945a6f03719c38e30964b9ee232546652f6781c7145ec00eb762ccb26e019c6319f913051fd29dae6f865dbf70de38
7
- data.tar.gz: ba7c9ad725448ca96af9e40b607834653cd52e405d0b6c178adfbfe8c1d8ab7b8ba184a27bd708f367e16bebdb537f967936da1e566cfa0dfb22ff3908a9b350
6
+ metadata.gz: b15e73509c24cea7dac927e1deefe30ad513203788b244e0dccd96b3f49f54945480a2f19aa81ea31f54961e91864a6b44bc00c39ea813e29cea278747034f9a
7
+ data.tar.gz: 3cb1ba2fa83b8d1b7bb590dc6e4ef2a000f5da8116263ffcc308644a28d86604fe2a22124e42d4921f36fde279219101130830be135ecbadf6f89161a94d7dfa
data/config/routes.rb CHANGED
@@ -83,7 +83,7 @@ Rails.application.routes.draw do
83
83
  constraints: {id: organization_regexp}
84
84
 
85
85
  resources :courses, only: [:create]
86
- constraints(uid: uid_regexp) do
86
+ constraints(uid: uid_regexp, organization: organization_regexp) do
87
87
  '/courses/:organization/:course'.tap do |it|
88
88
  post "#{it}/students" => 'students#create'
89
89
  post "#{it}/students/:uid/attach" => 'students#attach'
@@ -1,5 +1,5 @@
1
1
  module Mumuki
2
2
  module Laboratory
3
- VERSION = '5.10.2'
3
+ VERSION = '5.10.3'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mumuki-laboratory
3
3
  version: !ruby/object:Gem::Version
4
- version: 5.10.2
4
+ version: 5.10.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Franco Bulgarelli