mumukit-platform 0.12.0 → 1.0.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: 65fddc527b11939850869e0bdb5e5fc80b6d31d29a31e1e43d712535636e3d23
4
- data.tar.gz: 2b852bad63b74538e587e1dd3f9350dc6aab293257353b812fb5bc91290f9871
3
+ metadata.gz: 1a9215973d87aee80223729f8f6f60d35387d0c5e8bbfe6228a99f806c5a328d
4
+ data.tar.gz: a0225c224a87376cfe9f1187fc4763c172509f82abd780e4219a00e5bfd1eddc
5
5
  SHA512:
6
- metadata.gz: dd8ef15a146e878d76943b5fea00df26b45772daaef0f466075b8ad776bce550b36c42492d9a0403d928353e53a19183a4e2d98b0ce00c1a1649f0d4c8d9a834
7
- data.tar.gz: fe4b3154a72e55e637c37e84c53e1b8f81c6f2afca1f080c6ba409ad097f0404d6d18cd0ee0c5b5f0d88853f7d2cb948fd14ec866973abd44b5c8133a21e14fd
6
+ metadata.gz: 723ee5e0f4e122888b889aea9c0410663c2b4bd6dfd3ba333138c01f85475be972948eecd7c45d592000c80f7a4ee5a1f85ed0becf81137aa8ba8b23768957b3
7
+ data.tar.gz: d0c50836eef43460bf0673a1b8e5b29160f20d2d048abe4799c89d4fa7a3c0f94fcee9902099fdbd7ef895c72822d140c758fc5d7b2268708dfe199b502d68d7
@@ -3,8 +3,8 @@ module Mumukit::Platform::Organization::Helpers
3
3
  extend ActiveSupport::Concern
4
4
 
5
5
  included do
6
- delegate :theme_stylesheet_url,
7
- :extension_javascript_url, to: :theme
6
+ delegate :theme_stylesheet,
7
+ :extension_javascript, to: :theme
8
8
 
9
9
  delegate :login_methods,
10
10
  :login_methods=,
@@ -38,9 +38,7 @@ module Mumukit::Platform::Organization::Helpers
38
38
  :terms_of_service,
39
39
  :terms_of_service=,
40
40
  :contact_email,
41
- :contact_email=,
42
- :errors_explanations,
43
- :errors_explanations=, to: :profile
41
+ :contact_email=, to: :profile
44
42
 
45
43
  end
46
44
 
@@ -10,8 +10,7 @@ class Mumukit::Platform::Organization::Profile < Mumukit::Platform::Model
10
10
  :description,
11
11
  :contact_email,
12
12
  :terms_of_service,
13
- :community_link,
14
- :errors_explanations
13
+ :community_link
15
14
 
16
15
  def locale_json
17
16
  locale_h.to_json
@@ -1,4 +1,4 @@
1
1
  class Mumukit::Platform::Organization::Theme < Mumukit::Platform::Model
2
- model_attr_accessor :theme_stylesheet_url,
3
- :extension_javascript_url
2
+ model_attr_accessor :theme_stylesheet,
3
+ :extension_javascript
4
4
  end
@@ -1,5 +1,5 @@
1
1
  module Mumukit
2
2
  module Platform
3
- VERSION = '0.12.0'
3
+ VERSION = '1.0.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.12.0
4
+ version: 1.0.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-20 00:00:00.000000000 Z
11
+ date: 2018-02-08 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.6
140
+ rubygems_version: 2.7.5
141
141
  signing_key:
142
142
  specification_version: 4
143
143
  summary: Shared Mumuki Platform Components