phcdevworks_press 3.1.1 → 4.0.0

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: e29827f09ed707907e147cc7b506b7b3176d324a6873f4858183fa6e9246f108
4
- data.tar.gz: 4f0ead85a4fb557635c6c486ffd5c0a2b0b2275a840dbbc567ed501fcd40a854
3
+ metadata.gz: 3b3fd3570726e40116624fc8aaf595ef81f4ef31c1168182632ec00185bbe0ea
4
+ data.tar.gz: d14c926a24c3e22288f72a4b4ddecf9ac118b55813fea5023a4f1d04e88112ff
5
5
  SHA512:
6
- metadata.gz: 32373f6d871b7ebeb116e765a59e8f3bdb111b71dcdbb36b446e20200f5da289c29a81ed05b0db8f0356b6c8a4b840955d55fcfbb82a7a9fa536c0082779e1e9
7
- data.tar.gz: a99fb12442de86f5f55c8a159c2d7682d91691285935ab6d3d348583e8f7cf6480e52cecaaf1ce12f5a4dbe300000283ed3f191eb509f4ef2e4c37bf43fa66fa
6
+ metadata.gz: fb78a6db3b54a50c1641c104cb74ea366d923df151da50e1a89abbb19219f985668ae0cab24bca14c05e68f8bb9d1208b082b77dea7591511e611d3cc3e9f738
7
+ data.tar.gz: 7f06b0d00df8602cf40a7e1e3f5f6bd574a0c0b9b27399de752e6e28a8e5e78b92ea0b5c247d8a5101477379927ec1dbdc9da7160d679de304660359e04e8ccd
data/MIT-LICENSE CHANGED
@@ -1,4 +1,4 @@
1
- Copyright 2019 - PHCDEVWORKS
1
+ Copyright 2010-2020 BradPotts - PHCDevworks
2
2
 
3
3
  Permission is hereby granted, free of charge, to any person obtaining
4
4
  a copy of this software and associated documentation files (the
@@ -3,7 +3,7 @@ class CreatePhcdevworksPressArticlePosts < ActiveRecord::Migration[6.0]
3
3
  create_table :phcdevworks_press_article_posts do |t|
4
4
 
5
5
  t.string :post_title
6
- t.string :post_text
6
+ t.text :post_text
7
7
  t.string :post_status
8
8
  t.string :post_image
9
9
 
@@ -1,8 +1,10 @@
1
1
  class CreatePhcdevworksPressCategoriesPosts < ActiveRecord::Migration[6.0]
2
2
  def change
3
3
  create_table :phcdevworks_press_categories_posts do |t|
4
+
4
5
  t.integer :category_id
5
6
  t.integer :post_id
7
+
6
8
  end
7
9
  end
8
10
  end
@@ -1,3 +1,3 @@
1
1
  module PhcdevworksPress
2
- VERSION = "3.1.1"
2
+ VERSION = "4.0.0"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: phcdevworks_press
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.1.1
4
+ version: 4.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - PHCDevworks
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-01-04 00:00:00.000000000 Z
11
+ date: 2020-02-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -338,7 +338,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
338
338
  - !ruby/object:Gem::Version
339
339
  version: '0'
340
340
  requirements: []
341
- rubygems_version: 3.0.6
341
+ rubygems_version: 3.0.3
342
342
  signing_key:
343
343
  specification_version: 4
344
344
  summary: Rails 6 - Engine - CMS Press