tramway-conference 1.3 → 1.4

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: d4293b0ec81709489157d0cf6dd03ad3205af62f3196ddb91c267016f87e26b9
4
- data.tar.gz: 4af7de40ad941c2be0b442ccd76414c1279c0a8e24696df8f83497d3cc8ddfc1
3
+ metadata.gz: 5dbc7effe345552dadff716386b0287b262d692bfec8bf5e796c38b5a85de236
4
+ data.tar.gz: 1317b0326b19e1e34db2c3d5ca35d4bfe6b2541f2ae87b4e07bcc6feb1047dfa
5
5
  SHA512:
6
- metadata.gz: ec3f09232c5eb23b2724961adaf1962c7d8e12e28bb1b8f97f49b28099ad1488c61df5876ad47ec40c67b3de02560f9e949cda688f909a1d833f7c8d6f791d4e
7
- data.tar.gz: e4f3d0d7101c3f8b9df8f73e2dc48cbd51ace02d364f1719b215e03b4856af1329c665b105172f7183d511274d6a4d33bc426c2fcdf59a6da23e8bb294dc8849
6
+ metadata.gz: 70d1eb882a84096f21d47465ccf5f81992cc68cb4a499db5ebd2889d6dbcf3ceef31ea9cb6f0a610a3c2d124b7abbe683bea1f8335295a77a2756ffb34a43775
7
+ data.tar.gz: 33024475c1a0f0e11e54da3fd8c268be6495916d0cd4c6b51902703f06de6d6abac68f76009251112b64cffe29cc10040ed87f94f71b3dfcfdc29a79bda9029e
data/config/routes.rb CHANGED
@@ -3,6 +3,7 @@ Tramway::Conference::Engine.routes.draw do
3
3
  mount Tramway::Admin::Engine, at: '/admin'
4
4
  mount Tramway::News::Engine, at: '/'
5
5
  mount Tramway::Event::Engine, at: '/'
6
+ mount Tramway::Page::Engine, at: '/page'
6
7
 
7
8
  root to: 'web/welcome#index'
8
9
 
@@ -6,7 +6,7 @@ module Tramway
6
6
  module Conference
7
7
  class << self
8
8
  def dependencies
9
- [ :landing, :event, :profiles ]
9
+ [ :landing, :event, :profiles, :page ]
10
10
  end
11
11
 
12
12
  def application
@@ -1,5 +1,5 @@
1
1
  module Tramway
2
2
  module Conference
3
- VERSION = '1.3'
3
+ VERSION = '1.4'
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.3'
4
+ version: '1.4'
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-18 00:00:00.000000000 Z
12
+ date: 2018-09-20 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: pg