mumukit-platform 1.1.0 → 1.2.0

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: a00ec1f20246a0081a57e61844c352e4bc14b16b61d593cdebd496f1b8712852
4
- data.tar.gz: 07307e831a3c64c6292f28e22fe3fcb4f9d1009f29c602c552e5bd6f113137af
3
+ metadata.gz: b089e4ed42661cce634490d1e6d714e33408b31c272e91028ef11e505a4070f4
4
+ data.tar.gz: 44a80514586a38975e1d975f25574865c2e6c6c12715949a100a918f65d07411
5
5
  SHA512:
6
- metadata.gz: 22f6140f40dca4b7f981e47cd773a09e9b72f48d8c4e833fd9442c6e433c0edcf91af9f05172e7aabcb12e0862bd79e61a5718c9183cf399eb7ada182bcd650c
7
- data.tar.gz: 397c264e64d2d0cd0076d6942d91f8dc69df4312dc9f1aa3d082b46960c473c51faed547d66835d4174efdbb50809457cdb809ab37ee4d0f5afc20ef52d8731f
6
+ metadata.gz: d95eab6d563e8a87ecf7a09c0e64950e9c5b4dfdb758a9e3e35b80772913d93529c3e4022a73ddc797d4dde8143b6c6ac2c30242e08b603c8cdd5bf7a3f8fe68
7
+ data.tar.gz: 11ed531dbb9b95e89de392f81b445363fda7fdc8a65a55104a14a61169b806730244f96474a1dd019035940e98edeb218d8e653f58be68e78b28afbff96a8f50
@@ -48,7 +48,9 @@ module Mumukit::Platform::Organization::Helpers
48
48
  :terms_of_service,
49
49
  :terms_of_service=,
50
50
  :contact_email,
51
- :contact_email=, to: :profile
51
+ :contact_email=,
52
+ :errors_explanations,
53
+ :errors_explanations=, to: :profile
52
54
 
53
55
  end
54
56
 
@@ -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 = '1.1.0'
3
+ VERSION = '1.2.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: 1.1.0
4
+ version: 1.2.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-16 00:00:00.000000000 Z
11
+ date: 2018-02-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: mumukit-core