phcscriptcdn 0.9.10 → 1.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
  SHA1:
3
- metadata.gz: d573ced7a3945283edbd1f3bc571c3d3c7b2bb30
4
- data.tar.gz: c106cb57c051093cc8e1ac754447a86f8c958fc1
3
+ metadata.gz: d7c638ab91fcdfd55fbe4467d2e2f63c516e8804
4
+ data.tar.gz: eab3414de71ee61465552064ccc936c689134cf6
5
5
  SHA512:
6
- metadata.gz: f754e7379d2b6d78be84e769013f865c97ab4c02ec75f6144b2708016c4dc7c7f74650ebb69e009136f3d0a91e3b9b67a009b104ce5671954898008ad2d60228
7
- data.tar.gz: b5955cfd0f640abfdf1d6dbc5fecfbc7d6707dbca260129eba5186d7ca25796c46c5e253ce370a9f6e2f382d5b19c883e58e942730d1dfdf3347af3616f044d4
6
+ metadata.gz: 05b0d68964715dc388e34d026590a5bc07c1ca3b6976df23c0658a45eeac338518989c582565ee2a69b6c97ed506687e80eb396eefb8ba9aba821acc620275fa
7
+ data.tar.gz: 398cc70e3dd7e0124e921a135e149846d42bd2c9f32a0e8feaf7eefa00575b7f2ffea176707bae207ed6beb60d4599b1d4ed6f40ee5bf6e8298744e00ddb8bd8
@@ -2,7 +2,7 @@ module Phcscriptcdn
2
2
  class ApplicationController < ActionController::Base
3
3
 
4
4
  # Load Helpers
5
- helper Phctitler::Engine.helpers
5
+ helper Phctitleseo::Engine.helpers
6
6
  helper Phcnotifi::Engine.helpers
7
7
 
8
8
  end
@@ -12,7 +12,7 @@
12
12
  </div>
13
13
  <div class="form-group">
14
14
  <label><%= f.label :scriptversion_id, "Script Version" %></label>
15
- <%= collection_select(:scriptcdn_scripturl, :scriptversion_id, Phcscriptcdn::Scriptcdn::Scriptversion.order('scrptversion'), :id, :scrptversion, {}, {class: "form-control form-control-sm"}) %>
15
+ <%= collection_select(:scriptcdn_scripturl, :scriptversion_id, Phcscriptcdn::Scriptcdn::Scriptversion.order('scrptversion'), :id, :scrptversion, {}, {class: "form-control"}) %>
16
16
  </div>
17
17
 
18
18
  <div class="actions">
@@ -12,7 +12,7 @@
12
12
  </div>
13
13
  <div class="form-group">
14
14
  <label><%= f.label :scriptversion_id, "Script Version" %></label>
15
- <%= collection_select(:scriptcdn_scripturl, :scriptversion_id, Phcscriptcdn::Scriptcdn::Scriptversion.order('scrptversion'), :id, :scrptversion, {}, {class: "form-control form-control-sm"}) %>
15
+ <%= collection_select(:scriptcdn_scripturl, :scriptversion_id, Phcscriptcdn::Scriptcdn::Scriptversion.order('scrptversion'), :id, :scrptversion, {}, {class: "form-control"}) %>
16
16
  </div>
17
17
 
18
18
  <div class="actions">
@@ -11,10 +11,8 @@
11
11
 
12
12
  <thead>
13
13
  <tr>
14
- <th>Script Name</th>
15
14
  <th>Script URL</th>
16
15
  <th>Script Type</th>
17
- <th>Script Version</th>
18
16
  <th></th>
19
17
  </tr>
20
18
  </thead>
@@ -22,10 +20,8 @@
22
20
  <tbody>
23
21
  <% @scriptcdn_scripturls.each do |scriptcdn_scripturl| %>
24
22
  <tr>
25
- <td><%= scriptcdn_scripturl.scrpturlname %></td>
26
23
  <td><%= scriptcdn_scripturl.scrpturlphc %></td>
27
24
  <td><%= scriptcdn_scripturl.scrpturltype %></td>
28
- <td><%= scriptcdn_scripturl.scriptversion %></td>
29
25
  <td><div class="btn-group" role="group" aria-label="Script CDN">
30
26
  <%= link_to 'Edit', edit_scriptcdn_scriptversion_scripturl_path(scriptcdn_scripturl.scriptversion, scriptcdn_scripturl), class: "btn btn-w-m btn-primary btn-xs btn-phc-custom" %>
31
27
  <%= link_to 'Destroy', scriptcdn_scriptversion_scripturl_path(scriptcdn_scripturl.scriptversion, scriptcdn_scripturl), class: "btn btn-w-m btn-danger btn-xs btn-phc-custom", method: :delete, data: { confirm: 'Are you sure?' } %>
@@ -1,10 +1,5 @@
1
1
  <p id="notice"><%= notice %></p>
2
2
 
3
- <p>
4
- <strong>Script Name:</strong>
5
- <%= @scriptcdn_scripturl.scrpturlname %>
6
- </p>
7
-
8
3
  <p>
9
4
  <strong>Script URL:</strong>
10
5
  <%= @scriptcdn_scripturl.scrpturlphc %>
@@ -1,3 +1,3 @@
1
1
  module Phcscriptcdn
2
- VERSION = "0.9.10"
2
+ VERSION = "1.0.0"
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.10
4
+ version: 1.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - BradPotts
@@ -51,25 +51,19 @@ dependencies:
51
51
  - !ruby/object:Gem::Version
52
52
  version: 2.6.8
53
53
  - !ruby/object:Gem::Dependency
54
- name: phctitler
54
+ name: phctitleseo
55
55
  requirement: !ruby/object:Gem::Requirement
56
56
  requirements:
57
57
  - - "~>"
58
58
  - !ruby/object:Gem::Version
59
- version: '1.8'
60
- - - ">="
61
- - !ruby/object:Gem::Version
62
- version: 1.8.8
59
+ version: '2.0'
63
60
  type: :runtime
64
61
  prerelease: false
65
62
  version_requirements: !ruby/object:Gem::Requirement
66
63
  requirements:
67
64
  - - "~>"
68
65
  - !ruby/object:Gem::Version
69
- version: '1.8'
70
- - - ">="
71
- - !ruby/object:Gem::Version
72
- version: 1.8.8
66
+ version: '2.0'
73
67
  - !ruby/object:Gem::Dependency
74
68
  name: jquery-rails
75
69
  requirement: !ruby/object:Gem::Requirement