mumukit 2.30.0 → 2.31.0

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: df2ef64cda006497e14e204c2471de45f79292d0c3225981d2129add8e572d75
4
- data.tar.gz: 1a2972dfa692d18058e6aabe3b4970f85a4f84a5cdfd104b47f21cc38a106c98
3
+ metadata.gz: 14bbf8fafeb55c5f713fc77285bd07a59f8672a336d0bf7922e6b4dbd1e998ca
4
+ data.tar.gz: 46565136138127c4327f0d108b0512063f120a0e2b2c066d39da835e9d90a0dd
5
5
  SHA512:
6
- metadata.gz: 8602bff1f4bb73dfed9ea113622c06ac19fc998be8ba2e23f21190f0bbe37a237eab855b81c687b9391592e3ec895e2788f392302cb7e2065be792a84bc7d1d5
7
- data.tar.gz: cc2f4163866f0d736500af00b5165fbdec5e871a4dcc9c0b5de6fbbf8abc66d2749ef1b1d4090618b7ad6646aab402bdd8559c3fffd20f7d11b521299928bac2
6
+ metadata.gz: e317046d8e5fab57bdc30a896ad8038083298b0eb09457e2864f6035e36ada6006afdd319b6f616b9cd7d0670e83817691394992e92f829893837ec2e391396a
7
+ data.tar.gz: 8d2a05192f832c5764f5bdf1852ab47b4d19c0ebead93527db695f1c6941080d7db2b831b066d0d59201e7c2a1765b426fc8334a23f5acf25793c1a4bba9ad30
@@ -13,7 +13,8 @@ module Mumukit
13
13
  binds = dirnames.map { |it| "#{it}:#{it}" }
14
14
  volumes = Hash[dirnames.map { |it| [[it, {}]] }]
15
15
 
16
- command = yield(*filenames).split
16
+ command = yield(*filenames)
17
+ command = command.split if command.is_a? String
17
18
 
18
19
  configure_container! command, binds, volumes
19
20
  end
@@ -1,3 +1,3 @@
1
1
  module Mumukit
2
- VERSION = '2.30.0'
2
+ VERSION = '2.31.0'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mumukit
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.30.0
4
+ version: 2.31.0
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-02-19 00:00:00.000000000 Z
11
+ date: 2019-03-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -344,7 +344,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
344
344
  - !ruby/object:Gem::Version
345
345
  version: '0'
346
346
  requirements: []
347
- rubygems_version: 3.0.2
347
+ rubygems_version: 3.0.3
348
348
  signing_key:
349
349
  specification_version: 4
350
350
  summary: Mumuki Test Server Development Kit