phcpress 6.1.0 → 6.1.1

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: 8d2e76fbfbf4937ae8fa5edfe64d9a4375a8396f
4
- data.tar.gz: 9d9c09dcbca93240a088391aec78341fbe7942d6
3
+ metadata.gz: 575fc8f9b99587b28156cb9f185939b83519c799
4
+ data.tar.gz: d9dc45f07da0c252995e732539a354986f007e78
5
5
  SHA512:
6
- metadata.gz: b9f766cae80e65ddefcdaa3c4b03dd8a92a6a3ce40ca6a04856a17bb81a7e25813bac707ed915e6fcdaed104ca2df236c1f1a6077264f11bb635693089297931
7
- data.tar.gz: b75a8c02cd88def3df7edc92886a75d2b2df83db34763146634194569d03f782a29e1be094a45fc134b99267253790e1518b65108b9b85fe81c7f9a64a1bddf8
6
+ metadata.gz: 5ad7c1e4ee6bdc7ad695e5606232ffe7c33f58fdd46d65a7e0eee9688844ff192427821d697c5d1627ba6cf72b1923bc3491177aef2afbaaacdb3d4e15e06aec
7
+ data.tar.gz: 30cf35b07a334c38baee8d27a925bd6e828f561865765819cfa9be8b20a30b69f30c52ffb8c35720246afb50b50b667fc45de6306b446533222c3d308b5cb886
data/README.md CHANGED
@@ -12,7 +12,7 @@ PHCPress is a basic open source news engine.
12
12
 
13
13
  #### Step 1 - Add PHCPress Engine to your gemfile
14
14
 
15
- gem 'phcpress', '~> 6.0'
15
+ gem 'phcpress', '~> 6.1'
16
16
  bundle install
17
17
 
18
18
  #### Step 2 - Copy over database migration files
@@ -1,4 +1,4 @@
1
1
  <div class="pull-right hidden-xs">
2
- <b>Version</b> 4.2.7 - OCT-27-<%= Date.today.year %>
2
+ <b>Version</b> 6.0.1 - NOV-14-<%= Date.today.year %>
3
3
  </div>
4
4
  <strong>&copy; 2012-<%= Time.now.year %> <%= link_to "https://phcnetworks.net", target: "_blank", rel: "nofollow" do %>PHCNetworks<% end %></strong>
@@ -1,5 +1,5 @@
1
1
  <!-- Title System -->
2
- <% phc_title "PHCPress - Articles Manager" %>
2
+ <% phc_title "Articles Manager" %>
3
3
  <% phc_title_tagline "Update Article Information" %>
4
4
  <!-- Title System -->
5
5
 
@@ -1,5 +1,5 @@
1
1
  <!-- Title System -->
2
- <% phc_title "PHCPress - Articles Manager" %>
2
+ <% phc_title "Articles Manager" %>
3
3
  <% phc_title_tagline "Article Index" %>
4
4
  <!-- Title System -->
5
5
 
@@ -1,5 +1,5 @@
1
1
  <!-- Title System -->
2
- <% phc_title "PHCPress - Articles Manager" %>
2
+ <% phc_title "Articles Manager" %>
3
3
  <% phc_title_tagline "Post a New Article" %>
4
4
  <!-- Title System -->
5
5
 
@@ -1,5 +1,5 @@
1
1
  <!-- Title Variables -->
2
- <% phc_title "PHCPress - Articles Manager" %>
2
+ <% phc_title "Articles Manager" %>
3
3
  <% phc_title_tagline "Article Detail" %>
4
4
 
5
5
  <!-- Page Header -->
@@ -1,5 +1,5 @@
1
1
  <!-- Title System -->
2
- <% phc_title "PHCPress - Categories Manager" %>
2
+ <% phc_title "Categories Manager" %>
3
3
  <% phc_title_tagline "Update Category Information" %>
4
4
  <!-- Title System -->
5
5
 
@@ -1,5 +1,5 @@
1
1
  <!-- Title System -->
2
- <% phc_title "PHCPress - Categories Manager" %>
2
+ <% phc_title "Categories Manager" %>
3
3
  <% phc_title_tagline "Categories Index" %>
4
4
  <!-- Title System -->
5
5
 
@@ -1,5 +1,5 @@
1
1
  <!-- Title System -->
2
- <% phc_title "PHCPress - Categories Manager" %>
2
+ <% phc_title "Categories Manager" %>
3
3
  <% phc_title_tagline "Create a New Category" %>
4
4
  <!-- Title System -->
5
5
 
@@ -1,5 +1,5 @@
1
1
  <!-- Title System -->
2
- <% phc_title "PHCPress - Categories Manager" %>
2
+ <% phc_title "Categories Manager" %>
3
3
  <% phc_title_tagline "Update Category Information" %>
4
4
  <!-- Title System -->
5
5
 
@@ -1,5 +1,5 @@
1
1
  <!-- Title System -->
2
- <% phc_title "PHCPress - Conection Manager" %>
2
+ <% phc_title "Conection Manager" %>
3
3
  <% phc_title_tagline "Update Connection" %>
4
4
  <!-- Title System -->
5
5
 
@@ -1,5 +1,5 @@
1
1
  <!-- Title System -->
2
- <% phc_title "PHCPress - Connections Manager" %>
2
+ <% phc_title "Connections Manager" %>
3
3
  <% phc_title_tagline "Connection Index" %>
4
4
  <!-- Title System -->
5
5
 
@@ -1,5 +1,5 @@
1
1
  <!-- Title System -->
2
- <% phc_title "PHCPress - Connection Manager" %>
2
+ <% phc_title "Connection Manager" %>
3
3
  <% phc_title_tagline "Create a New Connection" %>
4
4
  <!-- Title System -->
5
5
 
@@ -1,3 +1,3 @@
1
1
  module Phcpress
2
- VERSION = "6.1.0"
2
+ VERSION = "6.1.1"
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.1.0
4
+ version: 6.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - BradPotts
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-11-14 00:00:00.000000000 Z
11
+ date: 2016-11-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails