mumuki-laboratory 5.0.11 → 5.0.12

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: 2f1139b35f1454c632b80f188cf7bd350ee942fa6655c31b20fb1f61e88db146
4
- data.tar.gz: 6d18bd0aa898974f6d814fa6e46485d6a9e2e8539b371a17dfd594c69a23ba72
3
+ metadata.gz: d20a23b43e3c91f95ce461111eda22e97e96ab825aee08ec6a2b6186ddaa2869
4
+ data.tar.gz: d20f260a0e52cfa8b7f5addb7b2206cd53b6cd018abfb2341777b23961a27022
5
5
  SHA512:
6
- metadata.gz: efa6053cc9093ecf93a714e940dc35262df4e16323c035186a0b1aad5fe7fa201592b6f1837934250ec457a7dedf21b04362a2ee739f45b64e7643db0c1f6b06
7
- data.tar.gz: 22b72df44eef1582c387255a7f4a1f7a94a0b28edb4a8203fbd99b70421d8dbbc5d3f397b01f5d061c2b72914d09f68503b8a29aa02ac55bb8053200043dd21b
6
+ metadata.gz: d4b49d99b38e97e7991e46fcddc9312b9cad1e2868858776a4bf129ce8f8decdd006eb677b2d4ffbfd2b0b375dae2022ac32e9c90bfc878fb06ee344f263ef0f
7
+ data.tar.gz: f28a32cf10fa13d7dbfabc6dbac25129fa633557fc5841d104e34c66a669bd24f77ac736a16e2093aff8470d45b5989dae3fa5a96fc8c0afa2fa4501b81b9a07
@@ -10,7 +10,7 @@ var mumuki = mumuki || {};
10
10
  var token = new mumuki.CsrfToken();
11
11
  var request = token.newRequest({
12
12
  type: 'POST',
13
- url: window.location + '/solutions',
13
+ url: window.location.origin + window.location.pathname + '/solutions',
14
14
  data: solution
15
15
  });
16
16
  return $.ajax(request)
@@ -1,5 +1,3 @@
1
- require 'mumukit/bridge'
2
-
3
1
  class Language < ApplicationRecord
4
2
  include WithCaseInsensitiveSearch
5
3
 
@@ -10,6 +10,7 @@ module Mumuki
10
10
  end
11
11
 
12
12
  require 'mumukit/inspection'
13
+ require 'mumukit/bridge'
13
14
  require 'mumukit/content_type'
14
15
 
15
16
  require_relative './laboratory/mumukit/auth'
@@ -1,5 +1,5 @@
1
1
  module Mumuki
2
2
  module Laboratory
3
- VERSION = '5.0.11'
3
+ VERSION = '5.0.12'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mumuki-laboratory
3
3
  version: !ruby/object:Gem::Version
4
- version: 5.0.11
4
+ version: 5.0.12
5
5
  platform: ruby
6
6
  authors:
7
7
  - Franco Bulgarelli
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-04-04 00:00:00.000000000 Z
11
+ date: 2018-04-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails