phcscriptcdn 0.9.1 → 0.9.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
  SHA1:
3
- metadata.gz: a191c27978c6acd31f2aea3224b9f0252d356a92
4
- data.tar.gz: b95b7eff69d84465180db404e91803d9d8e0bc5e
3
+ metadata.gz: 2bf74d5a2a1f3a1b63e456235bfa25c18ae78825
4
+ data.tar.gz: 4e00a9ba3015de3db3c4c9db5883fb5f5ac09656
5
5
  SHA512:
6
- metadata.gz: b1e677e81029c825acf7e5430959d51c84988af0dd131145f487ca852a30c1c0ed23717e97ae581e19a60f7b1880c75fcd3581f3e759c0d980b82d9ba053aada
7
- data.tar.gz: 08a29af0776bc780ad3f0fcfc66c3ff58fcbf83a735643d57b4e5a6bf9447786f59e400c47a0e6cfb1dc8b618e11a599f680f07a34c75b8c5ce822662b6a4988
6
+ metadata.gz: ec32f5fdd1db1c1230de0ccb5036d499e85ff1037a4ca31a9a0b1d4fa9617d744c79161849cbb62e275bd2952f757c553fcd065c35ef50fd87d20873fa14750c
7
+ data.tar.gz: 186c21dcde1a9fd6807a39ac49ee2b8f4529993a0342584ca2108ef750fea6990d84835c57ba6cb86013ccbfa48c2000fbfb29739364ef98f97ffee4f5809505
@@ -4,7 +4,7 @@ module Phcscriptcdn
4
4
  class Scriptcdn::ScriptsController < ApplicationController
5
5
 
6
6
  # Filters and Security
7
- before_action :set_scriptcdn_scriptversion, only: [:show, :edit, :update, :destroy]
7
+ before_action :set_scriptcdn_script, only: [:show, :edit, :update, :destroy]
8
8
 
9
9
  # ScriptCDN Index
10
10
  def index
@@ -1,3 +1,3 @@
1
1
  module Phcscriptcdn
2
- VERSION = "0.9.1"
2
+ VERSION = "0.9.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: phcscriptcdn
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.1
4
+ version: 0.9.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - BradPotts
@@ -354,7 +354,7 @@ dependencies:
354
354
  - - "~>"
355
355
  - !ruby/object:Gem::Version
356
356
  version: '2.53'
357
- description: PHCScript CDN is script listing software to manage script CDN listings.
357
+ description: PHC ScriptCDN is listing software to manage script CDN listings on websites.
358
358
  email:
359
359
  - bradley.j.potts@gmail.com
360
360
  executables: []
@@ -410,7 +410,7 @@ files:
410
410
  - lib/phcscriptcdn/engine.rb
411
411
  - lib/phcscriptcdn/version.rb
412
412
  - lib/tasks/phcscriptcdn_tasks.rake
413
- homepage: https://www.phcnetworks.net/content-delivery-networks-scripts
413
+ homepage: https://phcnetworks.net/script-cdn
414
414
  licenses:
415
415
  - GPL-3.0
416
416
  metadata: {}