phcscriptcdnpro 79.0.1 → 79.0.2

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: 39148207b0984b41538d301ce301fe76791fe6ac73b1398c07623966a51aa2d8
4
- data.tar.gz: 2c94d3cb7b8877052ff1f67f8ce31386fcb7eca1ee7a022ab4977633a9ebbe12
3
+ metadata.gz: 28f8e23d456059367c6a71511bf752a36aa1a86dc3ca19a5d59104255103cbe1
4
+ data.tar.gz: 30a6fe3f5610ded9fb210b8633fd6b4366cd584591d501adc95958cf60d98ce5
5
5
  SHA512:
6
- metadata.gz: d635b7adc442c659ce5ad3970b192eaad4c9062be34e40313cb63b1e0f5140f9eea483e74a45d9c73e2af5cfe05c5a729e2e4e5828b2e98e2757b4ad81b07cad
7
- data.tar.gz: 453e49cc3bcd2ef2203f1e463a21d457829a756704cd15b80774dcf8e9b0eb09738ee220be91de53e72a4b4877afe8212b66915f7a38a8712e5904eecb17bf2c
6
+ metadata.gz: a0a3867bdfef58aa6bb1361ae3730d77872a3b4466642d54a48f18c9128ec7f84025ca60de13f81f462a00b3d990e4565ba489add606a976542a313ffa81fa73
7
+ data.tar.gz: 54c1f4ff1efeb901048579696fd75013a73cc131f73f9c98398bceaee3701655dc684caf1f8cc0150e646fe55d391916801ea688bd434f4e901ade52ec7ae942
data/README.md CHANGED
@@ -1,34 +1,36 @@
1
- ### PHCScriptCDN(PRO) (Script Listing Engine) Documentation
2
-
3
- PHCScriptCDN(PRO) rails script management engine for website script CDN listings.
4
-
1
+ ### PHCScriptCDN Documentation
2
+
3
+ Ruby on Rails 7 engine to manage CDN script listings.
4
+
5
5
  - Manage script CDN listings for websites.
6
6
  - Main script title and description.
7
7
  - Script versions and script URLs.
8
-
9
- #### Step 1 - Add PHCScriptCDN(PRO) to your gemfile and run command
10
-
8
+ - This version has multi-tenancy capabilities.
9
+
10
+ #### Step 1 - Add PHCScriptCDN to your gemfile and run the install command
11
+
11
12
  gem 'phcscriptcdnpro'
12
13
  bundle install
13
-
14
- #### Step 2 - Copy PHCScriptCDN(PRO) Database Tables
15
- To copy PHCScriptCDN's required database migrations, copy each command individually to your terminal's command line.
16
-
17
- rails phcscriptcdnpro:install:migrations
18
- rails db:migrate
19
-
14
+
15
+ #### Step 2 - Add [PHCDevworks Accounts Devise](https://github.com/phcdevworks/phcdevworks_accounts_devise) to your gemfile
16
+ This plugin is optimized for PHCDevworks Accounts which uses Devise.
17
+
18
+ gem 'phcdevworks_accounts_devise'
19
+ bundle install
20
+
20
21
  #### Step 3 - Mount PHCScriptCDN & Add Routes
21
- Mount PHCMembers by adding code below to your routes file.
22
-
22
+ Mount PHCScriptCDN by adding code below to your routes file.
23
+
24
+ mount PhcdevworksAccountsDevise::Engine, :at => '/'
23
25
  mount Phcscriptcdnpro::Engine, :at => '/'
24
-
25
- #### Step 4 - Recompile Assets
26
- To properly function re-compile your application's assets to copy over required files.
27
-
28
- rails assets:clobber
29
- rails assets:precompile
30
-
31
- #### Step 5 - Generate Contact Form View (Customization)
32
- All PHCScriptCDN views and layouts can be overwritten by copying files to your application.
33
-
34
- rails generate phcscriptcdnpro:views
26
+
27
+ #### Step 4 - Copy All Required Database Tables
28
+ To copy PHCScriptCDN and PHCDevworks Accounts Devise database migrations.
29
+
30
+ rails railties:install:migrations
31
+
32
+ #### Step 5 - Recompile Assets
33
+ To ensure proper function re-compile your application's assets.
34
+
35
+ rails assets:clobber && rails assets:precompile
36
+
@@ -1,3 +1,3 @@
1
1
  module Phcscriptcdnpro
2
- VERSION = "79.0.1"
2
+ VERSION = "79.0.2"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: phcscriptcdnpro
3
3
  version: !ruby/object:Gem::Version
4
- version: 79.0.1
4
+ version: 79.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - BradPotts
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-04-16 00:00:00.000000000 Z
11
+ date: 2022-04-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -388,9 +388,10 @@ licenses:
388
388
  - MIT
389
389
  metadata:
390
390
  homepage_uri: https://bradpotts.github.io/phcscriptcdnpro/
391
- source_code_uri: https://github.com/bradpotts/phcscriptcdnpro/
392
- changelog_uri: https://github.com/bradpotts/phcscriptcdnpro/releases/
393
391
  documentation_uri: https://bradpotts.github.io/phcscriptcdnpro/
392
+ changelog_uri: https://bradpotts.github.io/phcscriptcdnpro/releases
393
+ wiki_uri: https://github.com/bradpotts/phcscriptcdnpro/wiki
394
+ source_code_uri: https://github.com/bradpotts/phcscriptcdnpro/
394
395
  post_install_message:
395
396
  rdoc_options: []
396
397
  require_paths: