phcscriptcdnpro 70.0.0 → 71.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: 3b169ca1bf8795b2e333b906dfd31ae78ce5e5c5057b145169f7239cfa96df53
4
- data.tar.gz: 71d67fd4896348710b02e3e051c8b5fbd389ca416b44e101d7e4d7824a933e1e
3
+ metadata.gz: be06b678a99ac4db93abf1befb21ddd9f97e310227fe59e072ab17865a0307d3
4
+ data.tar.gz: 65408fdcae30600f86a069e18cbbf5fc3ec1517383e310893b14b98488407d2f
5
5
  SHA512:
6
- metadata.gz: 0dff11cdfc2259d0a5eb6c3b300ef9d59b047247158a115a1edd0d3bd5871af1caec40d793fd7946e81120997f8bb84e79e00306e788488bbc38762d2e29fbe0
7
- data.tar.gz: 14a87849c206b239e277e483af79d3a5545c06e29b4e7245da299ec8657c58e7080ac49aa7dd2d23b606bc3e9cb94a625117c8d3f021c0970ad85995cbb9ef25
6
+ metadata.gz: 62e765d39ccb959df86fe1b90c69894e57b60f7240b9cb36af8b2779c1d3d131bcafbcd34d2efe3927e8c0d132c70f2651c9b6a42384ac301b69bbcd3bd400ce
7
+ data.tar.gz: 71a833b5f84d62f1493e3441f24c2d12fc9399e7e3e0462775abcabb3e1171e029af962e5ae2beeedfd372d86b6be57c9e4132b62bdccd29f33265421bd62e0d
@@ -4,7 +4,7 @@ module Phcscriptcdnpro
4
4
  class Script::AuthorsController < ApplicationController
5
5
 
6
6
  # Security & Action Filters
7
- before_action :authenticate_user!
7
+ before_action :authenticate_admin!
8
8
  before_action :set_paper_trail_whodunnit
9
9
  before_action :set_script_author, only: [:show, :edit, :update, :destroy]
10
10
 
@@ -4,7 +4,7 @@ module Phcscriptcdnpro
4
4
  class Script::ExtensionsController < ApplicationController
5
5
 
6
6
  # Security & Action Filters
7
- before_action :authenticate_user!
7
+ before_action :authenticate_admin!
8
8
  before_action :set_paper_trail_whodunnit
9
9
  before_action :set_script_extension, only: [:show, :edit, :update, :destroy]
10
10
 
@@ -4,7 +4,7 @@ module Phcscriptcdnpro
4
4
  class Script::LicencesController < ApplicationController
5
5
 
6
6
  # Security & Action Filters
7
- before_action :authenticate_user!
7
+ before_action :authenticate_admin!
8
8
  before_action :set_paper_trail_whodunnit
9
9
  before_action :set_script_licence, only: [:show, :edit, :update, :destroy]
10
10
 
@@ -4,7 +4,7 @@ module Phcscriptcdnpro
4
4
  class Script::ListingsController < ApplicationController
5
5
 
6
6
  # Security & Action Filters
7
- before_action :authenticate_user!
7
+ before_action :authenticate_admin!
8
8
  before_action :set_paper_trail_whodunnit
9
9
  before_action :set_script_listing, only: [:show, :edit, :update, :destroy]
10
10
 
@@ -4,7 +4,7 @@ module Phcscriptcdnpro
4
4
  class Script::UrlsController < ApplicationController
5
5
 
6
6
  # Security & Action Filters
7
- before_action :authenticate_user!
7
+ before_action :authenticate_admin!
8
8
  before_action :set_paper_trail_whodunnit
9
9
  before_action :set_script_url, only: [:show, :edit, :update, :destroy]
10
10
 
@@ -4,7 +4,7 @@ module Phcscriptcdnpro
4
4
  class Script::VersionsController < ApplicationController
5
5
 
6
6
  # Security & Action Filters
7
- before_action :authenticate_user!
7
+ before_action :authenticate_admin!
8
8
  before_action :set_paper_trail_whodunnit
9
9
  before_action :set_script_version, only: [:show, :edit, :update, :destroy]
10
10
 
@@ -1,3 +1,3 @@
1
1
  module Phcscriptcdnpro
2
- VERSION = "70.0.0"
2
+ VERSION = "71.0.0"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: phcscriptcdnpro
3
3
  version: !ruby/object:Gem::Version
4
- version: 70.0.0
4
+ version: 71.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - BradPotts