phcpress 5.3.4 → 5.3.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +3 -3
  3. data/lib/phcpress/version.rb +1 -1
  4. metadata +5 -5
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c01b4d94d34dfbccc85ccf25069990b83f36f4f9
4
- data.tar.gz: 4b5d79d5f59faac619a3e1625ad348bc5b07af88
3
+ metadata.gz: bf6b165358fe4a56a901ec79782b83e2fb41b3bc
4
+ data.tar.gz: c4f832fe747981982f9f05e7e434f5c3940e1847
5
5
  SHA512:
6
- metadata.gz: 28dc4a026901d075eb3b2440b7fd13d9b8f4689f1af890926ed571c8f4713bc5b09793f86688f5636673814f9c703be38548de2812836197fbf572e97465a972
7
- data.tar.gz: 3fb6a75c86a3d7ac05ccf24fe5be0d2391ca76f96c4058cc201105b98488695a67818c01c1a769cc62869a02b32a335e98f18cf0f04048f64b7e8d43b0bedcff
6
+ metadata.gz: ed035154c209e836caf6d595c91a30003d9c0ba607c6efabaf9ed2e47b9b0d00999557dba1aba749bb3c8f14256eb142dedeb79e628a5ed0adbec60f4d538741
7
+ data.tar.gz: 365dacc282b79e510ba503ccd7d6c43331fea885382043729a634eef844bbc108788075a34cac80b9e2123c37050d17d8eb3a5fa9365e85d863f574e69008919
data/README.md CHANGED
@@ -1,8 +1,8 @@
1
1
  [![security](https://hakiri.io/github/PHCNetworks/phc-press/master.svg)](https://hakiri.io/github/PHCNetworks/phc-press/master)
2
2
  [![Code Climate](https://codeclimate.com/github/PHCNetworks/phc-press/badges/gpa.svg)](https://codeclimate.com/github/PHCNetworks/phc-press)
3
- [![Issue Count](https://codeclimate.com/github/PHCNetworks/phc-press/badges/issue_count.svg)](https://codeclimate.com/github/PHCNetworks/phc-press)
3
+ [![Dependency Status](https://gemnasium.com/badges/github.com/PHCNetworks/phc-press.svg)](https://gemnasium.com/github.com/PHCNetworks/phc-press)
4
4
  [![Gem Version](https://badge.fury.io/rb/phcpress.svg)](https://badge.fury.io/rb/phcpress)
5
-
5
+
6
6
  ### PHCPress(5) (Blog & News Post Engine) Documentation
7
7
  PHCPress is a basic open source news & blog engine.
8
8
 
@@ -12,7 +12,7 @@ PHCPress is a basic open source news & blog engine.
12
12
 
13
13
  #### Step 1 - Add PHCPress Engine to your gemfile
14
14
 
15
- gem 'phcpress', '~> 5.3', '>= 5.3.3'
15
+ gem 'phcpress', '~> 5.3', '>= 5.3.5'
16
16
  bundle install
17
17
 
18
18
  #### Step 2 - Copy over database migration files
@@ -1,3 +1,3 @@
1
1
  module Phcpress
2
- VERSION = "5.3.4"
2
+ VERSION = "5.3.5"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: phcpress
3
3
  version: !ruby/object:Gem::Version
4
- version: 5.3.4
4
+ version: 5.3.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - BradPotts
@@ -73,7 +73,7 @@ dependencies:
73
73
  version: '3.3'
74
74
  - - ">="
75
75
  - !ruby/object:Gem::Version
76
- version: 3.3.2
76
+ version: 3.3.3
77
77
  type: :runtime
78
78
  prerelease: false
79
79
  version_requirements: !ruby/object:Gem::Requirement
@@ -83,7 +83,7 @@ dependencies:
83
83
  version: '3.3'
84
84
  - - ">="
85
85
  - !ruby/object:Gem::Version
86
- version: 3.3.2
86
+ version: 3.3.3
87
87
  - !ruby/object:Gem::Dependency
88
88
  name: phcnotifi
89
89
  requirement: !ruby/object:Gem::Requirement
@@ -93,7 +93,7 @@ dependencies:
93
93
  version: '3.3'
94
94
  - - ">="
95
95
  - !ruby/object:Gem::Version
96
- version: 3.3.2
96
+ version: 3.3.3
97
97
  type: :runtime
98
98
  prerelease: false
99
99
  version_requirements: !ruby/object:Gem::Requirement
@@ -103,7 +103,7 @@ dependencies:
103
103
  version: '3.3'
104
104
  - - ">="
105
105
  - !ruby/object:Gem::Version
106
- version: 3.3.2
106
+ version: 3.3.3
107
107
  - !ruby/object:Gem::Dependency
108
108
  name: jquery-rails
109
109
  requirement: !ruby/object:Gem::Requirement