phcpresspro 2.0.1 → 2.1.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +8 -0
- data/db/migrate/20160316131626_create_phcpresspro_news_posts.rb +1 -0
- data/db/migrate/20160316131650_create_phcpresspro_blog_posts.rb +1 -0
- data/lib/phcpresspro/version.rb +1 -1
- metadata +1 -3
- data/db/migrate/20160425194021_add_phcpresspro_category_to_phcpress_blog_posts.rb +0 -7
- data/db/migrate/20160425194321_add_phcpresspro_category_to_phcpress_news_post.rb +0 -7
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f0b43d2458afcd360bd25119050fdaeae4fdefe4
|
4
|
+
data.tar.gz: 1b5b4a54e27210e71cb8f1f97c71c2424c972c4b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e08c46b2d3414c01e26e134292a9b52492d3681ef4f9ccdfe49fa6b9d9d9ba29a3f582d67e3eae1b963e0161ba9c09c661076d8eaf86fb8cf00023aef8601053
|
7
|
+
data.tar.gz: 450bf00abab2cb1b955871da6010d019bd15f8de4b4a08daf1f252397a1e811db6622e6e9861fa6893ab3037e106b2b428868d8a9fedc4ba9ee4543f4c8846e7
|
data/README.md
CHANGED
data/lib/phcpresspro/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: phcpresspro
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.0
|
4
|
+
version: 2.1.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- BradPotts
|
@@ -468,8 +468,6 @@ files:
|
|
468
468
|
- db/migrate/20160316131626_create_phcpresspro_news_posts.rb
|
469
469
|
- db/migrate/20160316131650_create_phcpresspro_blog_posts.rb
|
470
470
|
- db/migrate/20160424211134_create_phcpresspro_categories.rb
|
471
|
-
- db/migrate/20160425194021_add_phcpresspro_category_to_phcpress_blog_posts.rb
|
472
|
-
- db/migrate/20160425194321_add_phcpresspro_category_to_phcpress_news_post.rb
|
473
471
|
- lib/phcpresspro.rb
|
474
472
|
- lib/phcpresspro/engine.rb
|
475
473
|
- lib/phcpresspro/version.rb
|