phcdevworks_scripts 4.1.1 → 5.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: 3becbb844699e79ed052e03243dcd7b9228a4de34750d278bf8b19d7c65ae040
4
- data.tar.gz: 3e3a7f245fc12c92c3f04c2876fc675ddc26641e99f62f848de6670fa05faef7
3
+ metadata.gz: f819e6f5e401563de7712f0aad4f6c8a31914c569d4efdd7e7bb356008665fae
4
+ data.tar.gz: 034e972240934f099cfdb58c7cfcd84218148b1f55000180ff8eca344b5af876
5
5
  SHA512:
6
- metadata.gz: 8b311ef683c58466c0a82e85ce10e06932509e17c7d28b56dad7bbd9e2135597d5cf995cbb590d32caddf08aa23e3b02416baba67bf0812368494090a53c52ea
7
- data.tar.gz: b685b9c18a6e49e6aa86c3df7d74f87b658e25fb133a8f22650fa2201ed5c81848dc5d0915bbe4c6def8a4aca9c297b905daa259fb6820c35fb1616ec79ec3e2
6
+ metadata.gz: c75e5ddf21e5748ad13929fef55f77d19bd51755fd1ba721c952eaa99dd8a96acff59c121667b88e312d7e683e2cc5fda6afff1283f8599f3a13b9bccb4abcf4
7
+ data.tar.gz: 39d2f86ccb5157fc367373236e247f35dbc63a9fd4627979d1bfe0d6eadf5bf3287d7887dbc2b022501a0bd083ce78224e0f48a48789676cb926afcbcd15f379
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 CreatePhcdevworksScriptsScriptListings < ActiveRecord::Migration[6.0]
3
3
  create_table :phcdevworks_scripts_script_listings do |t|
4
4
 
5
5
  t.string :listing_title
6
- t.string :listing_description
6
+ t.text :listing_description
7
7
  t.string :listing_script_source
8
8
  t.string :listing_script_website
9
9
  t.string :listing_script_repo
@@ -3,7 +3,7 @@ class CreatePhcdevworksScriptsScriptExtensions < ActiveRecord::Migration[6.0]
3
3
  create_table :phcdevworks_scripts_script_extensions do |t|
4
4
 
5
5
  t.string :extension_name
6
- t.string :extension_description
6
+ t.text :extension_description
7
7
  t.string :extension
8
8
 
9
9
  t.string :slug
@@ -1,3 +1,3 @@
1
1
  module PhcdevworksScripts
2
- VERSION = "4.1.1"
2
+ VERSION = "5.0.0"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: phcdevworks_scripts
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.1.1
4
+ version: 5.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
@@ -398,7 +398,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
398
398
  - !ruby/object:Gem::Version
399
399
  version: '0'
400
400
  requirements: []
401
- rubygems_version: 3.0.6
401
+ rubygems_version: 3.0.3
402
402
  signing_key:
403
403
  specification_version: 4
404
404
  summary: Rails 6 - Engine - Script CDN and Snippets