phcpress 6.2.4 → 6.2.5

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
  SHA1:
3
- metadata.gz: 31801a8f812a07662a2c59568ebf1c43c8a28adb
4
- data.tar.gz: ea27509614e7dea049bc0a2d1fb02a73b2bfcf06
3
+ metadata.gz: 246fc0759b9da73c9340891809385d0f99c29c2c
4
+ data.tar.gz: fafc03ef0cd58c182bf6057374366a4204af7af8
5
5
  SHA512:
6
- metadata.gz: 2f2cff8bc24d2f7ec9ce5b00327d62e475baad8614ac7ecd63bb9d885df51dae1a6f336cf9e53b5f913434da2c33b9911b39ac05c52bc179b7f924a675f431f3
7
- data.tar.gz: ff97790aea39d2d309444f9cbaf567bda52c1cc196fea70eee8756b57416d46ba95c4f5c2c5c884aa6c1bb85e1415f05ca96ea02afc88a9aee9abb91dd3b2b7b
6
+ metadata.gz: fee897754284785a622b03ebcbdab259823d7f5c71d17ea00d2c0e0c1f04cd949f445fd3c20de339cf1446968fb6fa90fd40a472919b50c94fdbfa4077f9642b
7
+ data.tar.gz: 7f9fa7d17a6faadad3c892747e2e18eee65feffd323c8b7bd7170fedb704977a19faee26c4a94564a4465fa993694a8264a3451f23834228cb963da067e1b75b
@@ -1,6 +1,6 @@
1
1
  require_dependency "phcpress/application_controller"
2
2
 
3
- module Phcpresspro
3
+ module Phcpress
4
4
  class Frontend::ArticlesController < ApplicationController
5
5
 
6
6
  # Security & Filters
@@ -1,4 +1,4 @@
1
- module Phcpresspro
1
+ module Phcpress
2
2
  class Api::V1::Category < ApplicationRecord
3
3
 
4
4
  end
data/config/routes.rb CHANGED
@@ -15,13 +15,13 @@ Phcpress::Engine.routes.draw do
15
15
 
16
16
  # Article Routes
17
17
  namespace :articles do
18
- resources :posts, class_name: 'Phcpresspro::Articles::Post'
18
+ resources :posts, class_name: 'Phcpress::Articles::Post'
19
19
  end
20
20
 
21
21
  # Module Routes
22
22
  namespace :modules do
23
- resources :connections, class_name: 'Phcpresspro::Modules::Connection'
24
- resources :categories, class_name: 'Phcpresspro::Modules::Category'
23
+ resources :connections, class_name: 'Phcpress::Modules::Connection'
24
+ resources :categories, class_name: 'Phcpress::Modules::Category'
25
25
  end
26
26
 
27
27
  end
@@ -1,3 +1,3 @@
1
1
  module Phcpress
2
- VERSION = "6.2.4"
2
+ VERSION = "6.2.5"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: phcpress
3
3
  version: !ruby/object:Gem::Version
4
- version: 6.2.4
4
+ version: 6.2.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - BradPotts
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-12-08 00:00:00.000000000 Z
11
+ date: 2016-12-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails