mumukit-platform 0.6.0 → 0.7.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: 4f994f78b1dd2a1716f9b64418db3015b9139bb745691f848668061df2d6d834
4
- data.tar.gz: bf34b9daa54bc9fe2f96ec0ae01c234f21d2f963ccc715e799917d812e6f0c4b
3
+ metadata.gz: c34b7bd7ccf528fede38ba8e108ca20928c4a14e9988ca48796ef10e7b16fb96
4
+ data.tar.gz: e28ca4e6470d4db434c1d7a14077658f7225bd29f8478adddc0ac0702608b5bf
5
5
  SHA512:
6
- metadata.gz: ace5ca1225286ee40d96f49d5231eab34d4e689c98ac2f42881597c1cccef11313861506de35a512fc86982c5bee8150847de28847076a2ec12c2471b001b275
7
- data.tar.gz: e8d9476da02fafe016d64fe8c73ea092d385628e37942a99b301e9136a5d463d228b91412cd976dc3ba1c07a1fc9302f4ebab9ad64888d8cea5e6812c95da9cd
6
+ metadata.gz: 4ed368a6d04953fd302ca70618d4da0f9a1874661b502e33fe4d4c3015189d019cd1736c29a7fcfe834400e80e1a94ab024c8449312d4e9e35e3676a2ae2b93a
7
+ data.tar.gz: 52a8d615b9fc8eb402ced6ad61dab4ebee898db0be2ca45162b723a46103825b840ea72ed74b5539319e2637f6a994af3043e7eca8404e6876b84711169a0152
@@ -15,6 +15,8 @@ module Mumukit::Platform::Organization::Helpers
15
15
  :raise_hand_enabled=,
16
16
  :public?,
17
17
  :public=,
18
+ :immersive?,
19
+ :immersive=,
18
20
  :private?, to: :settings
19
21
 
20
22
  delegate :logo_url,
@@ -2,7 +2,8 @@ class Mumukit::Platform::Organization::Settings < Mumukit::Platform::Model
2
2
  model_attr_accessor :login_methods,
3
3
  :raise_hand_enabled,
4
4
  :feedback_suggestions_enabled,
5
- :public
5
+ :public,
6
+ :immersive
6
7
 
7
8
  def raise_hand_enabled?
8
9
  !!raise_hand_enabled
@@ -20,6 +21,10 @@ class Mumukit::Platform::Organization::Settings < Mumukit::Platform::Model
20
21
  !public?
21
22
  end
22
23
 
24
+ def immersive?
25
+ !!immersive
26
+ end
27
+
23
28
  def login_methods
24
29
  @login_methods ||= ['user_pass']
25
30
  end
@@ -1,5 +1,5 @@
1
1
  module Mumukit
2
2
  module Platform
3
- VERSION = '0.6.0'
3
+ VERSION = '0.7.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.6.0
4
+ version: 0.7.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-01-17 00:00:00.000000000 Z
11
+ date: 2018-01-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: mumukit-core