tramway-conference 1.1.1 → 1.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: 1db1b717300a29b0d7520b468d0fbc6b82f612e6da3260c6e7cce4beb54c5050
4
- data.tar.gz: 30e8fe93d390b80cd66476c50f968c54c3f048d57f8a595caafbe02399990578
3
+ metadata.gz: 7e8f426c20b32235864a760ba3c365a9bf4816b9a1b9c53000eea190279b44db
4
+ data.tar.gz: 7933d4ffe5d2c7cdface38edf734c17dca66db499d1ccb9e687b2e1bd7569189
5
5
  SHA512:
6
- metadata.gz: bb100c59b79e2972dbc044e128a7d5e0894d9d5265749f6ba104dd22dc13c4e1b9dd7e5be2379d89d98823a0aa1fbdedfcb144ea9201215bd7b2cb1bbcb1e973
7
- data.tar.gz: ddbc21e8166f9cc771f84c51bc593485909e838bbc29ec07311f21e30482fbc55bcc35818a817945ff63df2a1b6993e148f9720379e7279b31585104b0cd2d41
6
+ metadata.gz: 95ab9f912d85cc03529a23f62652754424b2d11dfbd3e0c08aa40506edeb91746320985167648060e4a492bfd7f607a8a3d3d6de548d6e9b63dceae2ca3f3bc8
7
+ data.tar.gz: 8f959c87e7b4c51d6f138d93213ae9083f6964672088ce13aa44ddf4c117ff032bee9a551b5313b2a0861b37cd0b1a30308ed1af708c65234c132d4ec46ab5a5
data/config/routes.rb CHANGED
@@ -2,6 +2,7 @@ Tramway::Conference::Engine.routes.draw do
2
2
  mount Tramway::User::Engine, at: '/users'
3
3
  mount Tramway::Admin::Engine, at: '/admin'
4
4
  mount Tramway::News::Engine, at: '/'
5
+ mount Tramway::Event::Engine, at: '/'
5
6
 
6
7
  root to: 'web/welcome#index'
7
8
 
@@ -1,5 +1,5 @@
1
1
  module Tramway
2
2
  module Conference
3
- VERSION = '1.1.1'
3
+ VERSION = '1.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.1
4
+ version: 1.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-01 00:00:00.000000000 Z
12
+ date: 2018-09-02 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: pg