spina-admin-conferences-blog 0.1.1 → 0.1.2

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: 114211028506ff89ff4904ba5affe218b52b7a3afb7740e82670ed060eebef85
4
- data.tar.gz: ff496d8e69bbd0811aa5fa9ae08c056515c3db53daaa357633db3b9cd8538528
3
+ metadata.gz: 5789ad976200e5c76aa6b4e8f7e541b6fb614d1a8533cde5ce8fc6b3a7c8954e
4
+ data.tar.gz: 769bcbbd756cc4eb32e4f037795a450bc2230a13abbc0195b92b3036edd718e5
5
5
  SHA512:
6
- metadata.gz: 8e3035d03bb1ee63b4768199c6fa6bcab2bf3bcd30b9d82b079a21f6887b0a027f45351c9caad0372a2b242368bdbf805696fa474d03131e2b987ead23c10adc
7
- data.tar.gz: e3e754bed76811e66744aa8eb9dfbf7fce24067138590b016fc2a89f5a6393c1d3aa1b282975f6b9ea66a271f711600f051ea87e5c0c752290c5578efbb8fb62
6
+ metadata.gz: 5f65f76f537fb0e3a9e9e15a60ce41f3fe3538f0f24d582ebaefe5792851bc806938bdb0ed279a4145df72a9782bda89fd8766c189bd20831f4c6ce8d1f95bed
7
+ data.tar.gz: f9021df76794a220a1fd07632d70baff977cf01b43c819086f969a3e2980bf4483cfe197f8c304eb64ffc729f5bd13ae841e0437dc0a22eafa2c8853bc2de7c6
data/config/routes.rb CHANGED
@@ -1,20 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  Spina::Engine.routes.draw do
4
- namespace :blog do
5
- root to: 'posts#index'
6
-
7
- get ':id', to: 'posts#show', as: :post
8
-
9
- # Redirects for old sites that used the old blog path
10
- get 'posts/', to: redirect('/blog'), as: :old_index
11
- get 'posts/:id', to: redirect('/blog/%{id}'), as: :old_post
12
-
13
- get 'feed.atom', to: 'posts#index', as: :rss_feed, defaults: { format: :atom }
14
- get 'categories/:id', to: 'categories#show', as: :category
15
- get 'archive/:year(/:month)', to: 'posts#archive', as: :archive_posts
16
- end
17
-
18
4
  namespace :admin, path: Spina.config.backend_path do
19
5
  namespace :conferences do
20
6
  namespace :blog do
@@ -5,7 +5,7 @@ module Spina
5
5
  module Admin
6
6
  module Conferences
7
7
  module Blog
8
- VERSION = '0.1.1'
8
+ VERSION = '0.1.2'
9
9
  end
10
10
  end
11
11
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: spina-admin-conferences-blog
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Louis Van Steene