tramway-conference 1.1.2 → 1.2

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: 7e8f426c20b32235864a760ba3c365a9bf4816b9a1b9c53000eea190279b44db
4
- data.tar.gz: 7933d4ffe5d2c7cdface38edf734c17dca66db499d1ccb9e687b2e1bd7569189
3
+ metadata.gz: 89a5f77dd337a9172a7846b441a894b51836122f5192051ac74620b520ca9f29
4
+ data.tar.gz: 1b09dd8fcd773be562a14ec48cbd4a9689da49b9fefe59ac52ab87f775e43af3
5
5
  SHA512:
6
- metadata.gz: 95ab9f912d85cc03529a23f62652754424b2d11dfbd3e0c08aa40506edeb91746320985167648060e4a492bfd7f607a8a3d3d6de548d6e9b63dceae2ca3f3bc8
7
- data.tar.gz: 8f959c87e7b4c51d6f138d93213ae9083f6964672088ce13aa44ddf4c117ff032bee9a551b5313b2a0861b37cd0b1a30308ed1af708c65234c132d4ec46ab5a5
6
+ metadata.gz: 2d22ea97f1918ee1420a94e538dc88efcdf3916df720b9d17412096eb0ea6a82697689158d9f1c1fb434d19bb988e3ebeb79f24a6472db87775496843ee3c22e
7
+ data.tar.gz: f1ee12d637c8ce24f6d7a89fa31ba356192914803aa946b94bc1f1bc276546041990c6a9f43450756b1d64e2c48985036e2e6ceb3c963698e5fe7ff0e883aca5
@@ -17,9 +17,6 @@
17
17
  = content_for :phone do
18
18
  = @unity&.phone
19
19
 
20
- = content_for :navbar do
21
- = nil
22
-
23
20
  = content_for :footer_links do
24
21
  = nil
25
22
 
@@ -1,4 +1,5 @@
1
1
  ::Tramway::User.root_path = '/admin'
2
2
  ::Tramway::Admin.set_singleton_models(::Tramway::Conference::Unity, project: :conference)
3
+ ::Tramway::Admin.set_available_models(::Tramway::User::User, project: :conference)
3
4
  ::Tramway::Profiles.records = [ ::Tramway::Conference::Unity ]
4
5
  ::Tramway::Core.initialize_application model_class: ::Tramway::Conference::Unity
@@ -1,5 +1,5 @@
1
1
  module Tramway
2
2
  module Conference
3
- VERSION = '1.1.2'
3
+ VERSION = '1.2'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tramway-conference
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.2
4
+ version: '1.2'
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dmitry Korotin
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2018-09-02 00:00:00.000000000 Z
12
+ date: 2018-09-16 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: pg