mumukit 2.13.0 → 2.13.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
  SHA1:
3
- metadata.gz: 995d48175f0caf8501208bd7075a22eda52cef4a
4
- data.tar.gz: 400e81edc721e8a609a386a77ab0d1e01e655daf
3
+ metadata.gz: 86b62a563022783219954b33bea90e6edc6a4af6
4
+ data.tar.gz: ec34af27e0cbd60074835bac9bfd8e0fa77b070d
5
5
  SHA512:
6
- metadata.gz: df1804c0e2caf5357c6b488470f1d0b90e3eddd2367451439fab8c7375726b62f21e561454084b679a4d09f49020f549aae6d4100a900d24a387153df6cad223
7
- data.tar.gz: 5e63eb1ea67bad56c6110c1a7e3ed928634f9e3c788bee5ce255aed245b12e615cdd96ada9f9d0850d63d501005b3986afd371513f5f5ccf171b78306be84b7e
6
+ metadata.gz: 2c14598973bb8c7ca0c861815d78598e749a784103671f20017943200e504683d0bd357811770f9d9968fd05f68223e80d2816289dbfbc5a335175c4900e8030
7
+ data.tar.gz: f6d4bbb8a8ccf36f0b18d42cda29243fec6a3459ced05482c0e1188eec4df555e9b76796cb0678a5cadcb4c00a788d95c13b265c50b3c23f1219548bf0875de9
@@ -1,14 +1,14 @@
1
1
  module Mumukit
2
2
  module Templates::WithMashupFileContent
3
3
  def compile_file_content(request)
4
- map_mashup_fields(mashup_fields.map { |field| request.public_send field }).join("\n")
4
+ map_mashup_fields(*mashup_fields.map { |field| request.public_send field }).join("\n")
5
5
  end
6
6
 
7
7
  def mashup_fields
8
8
  raise 'must define mashup fields'
9
9
  end
10
10
 
11
- def map_mashup_fields(fields)
11
+ def map_mashup_fields(*fields)
12
12
  fields
13
13
  end
14
14
  end
@@ -1,3 +1,3 @@
1
1
  module Mumukit
2
- VERSION = '2.13.0'
2
+ VERSION = '2.13.1'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mumukit
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.13.0
4
+ version: 2.13.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Franco Leonardo Bulgarelli