mumukit-platform 0.11.0 → 0.12.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: 920ae1e633fbdb41486b34f521cecbb0dd87296675c1a322e05df7e685e2535c
4
- data.tar.gz: 1e0d88436ab1352d2eada7c031cca7771b881914a110c1d983a5b4e0de55b431
3
+ metadata.gz: 65fddc527b11939850869e0bdb5e5fc80b6d31d29a31e1e43d712535636e3d23
4
+ data.tar.gz: 2b852bad63b74538e587e1dd3f9350dc6aab293257353b812fb5bc91290f9871
5
5
  SHA512:
6
- metadata.gz: b1ceb632828b17180c1405a2ddd4dfb65e63182cccd8ae88ad38e74dc7f946b3ba7334ffe47088493ff80276b90b62592b79d480fc4221084fce939109b64d14
7
- data.tar.gz: c9426f3a1cb1c4b0223bbddde42dcd074a16ecfdd5672abff266212bfcce5f31ed7e4cec33f6830baa79ab0c13e1c31577b9291c205bec3e393319169bc38ace
6
+ metadata.gz: dd8ef15a146e878d76943b5fea00df26b45772daaef0f466075b8ad776bce550b36c42492d9a0403d928353e53a19183a4e2d98b0ce00c1a1649f0d4c8d9a834
7
+ data.tar.gz: fe4b3154a72e55e637c37e84c53e1b8f81c6f2afca1f080c6ba409ad097f0404d6d18cd0ee0c5b5f0d88853f7d2cb948fd14ec866973abd44b5c8133a21e14fd
@@ -38,7 +38,9 @@ module Mumukit::Platform::Organization::Helpers
38
38
  :terms_of_service,
39
39
  :terms_of_service=,
40
40
  :contact_email,
41
- :contact_email=, to: :profile
41
+ :contact_email=,
42
+ :errors_explanations,
43
+ :errors_explanations=, to: :profile
42
44
 
43
45
  end
44
46
 
@@ -10,7 +10,8 @@ class Mumukit::Platform::Organization::Profile < Mumukit::Platform::Model
10
10
  :description,
11
11
  :contact_email,
12
12
  :terms_of_service,
13
- :community_link
13
+ :community_link,
14
+ :errors_explanations
14
15
 
15
16
  def locale_json
16
17
  locale_h.to_json
@@ -1,5 +1,5 @@
1
1
  module Mumukit
2
2
  module Platform
3
- VERSION = '0.11.0'
3
+ VERSION = '0.12.0'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mumukit-platform
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.11.0
4
+ version: 0.12.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Franco Leonardo Bulgarelli
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2018-02-08 00:00:00.000000000 Z
11
+ date: 2018-02-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: mumukit-core
@@ -137,7 +137,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
137
137
  version: '0'
138
138
  requirements: []
139
139
  rubyforge_project:
140
- rubygems_version: 2.7.5
140
+ rubygems_version: 2.7.6
141
141
  signing_key:
142
142
  specification_version: 4
143
143
  summary: Shared Mumuki Platform Components