phcscriptcdn 4.3.5 → 4.3.6

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: e67464cc26d9721ec76e4d9fabbd5b89ba4ae698
4
- data.tar.gz: bfb6bbc6eb4cd7172b818bbb117fdd3dc6d33118
3
+ metadata.gz: 9d53475439cccf7e4f3a89c961b2980d35d17ae7
4
+ data.tar.gz: 60ae614c32ec8ddd230a1462d1fe27e693955571
5
5
  SHA512:
6
- metadata.gz: ec09260d448e0ddee51e45f1cd6616d8a8a1210a2d93b25779c9be50dc0a06423d85e81eb32f0cf702fd4ec3f730b45ea7d04e52fb612f87c906c8324e00464c
7
- data.tar.gz: a83656b71492c4e0f1e8a0a12aaa165aa9de3c8985d4329307a7fcab6db5216618b54287082785abe9ac0da774dc629de46e3c8ad0d1100d4be6110da1c69708
6
+ metadata.gz: 8f61951c3140c4539ed6bc6eee147c7587c114541e7b7185bc3ad0cb90b8a3cd4f8b64d866d125d9d9f04e59fedfaf6f8e8fa5cb901b97496ff401427273e7cd
7
+ data.tar.gz: 3bcae08971b2f6287028a7d47a0640b1abb8dcdc6fe2e3331fb5ceeabb69389151beafa176cc4d481030dfda2e51dd7fb509ff784dca2c83652e26cc8747899e
@@ -1,4 +1,4 @@
1
1
  <div class="pull-right hidden-xs">
2
- <b>Version</b> 4.3.5 - MAR-14-<%= Date.today.year %>
2
+ <b>Version</b> 4.3.6 - MAR-14-<%= Date.today.year %>
3
3
  </div>
4
4
  <strong>&copy; 2012-<%= Time.now.year %> <%= link_to "https://phcnetworks.net", target: "_blank", rel: "nofollow" do %>PHCNetworks<% end %></strong>
@@ -1,19 +1,19 @@
1
1
  <section class="sidebar">
2
2
  <ul class="sidebar-menu">
3
- <li class="<%= is_active_controller('phcscriptcdnpro/script/listings') %> treeview">
3
+ <li class="<%= is_active_controller('phcscriptcdn/script/listings') %> treeview">
4
4
  <a href=""><i class="fa fa-code"></i> <span class="nav-label">Script Listings</span> <span class="fa arrow"></span></a>
5
5
  <ul class="nav nav-second-level collapse">
6
- <li class="<%= is_active_controller('phcscriptcdnpro/script/listings') %>"><%= link_to "All Script Listings", phcscriptcdnpro.script_listings_path %></li>
7
- <li class="<%= is_active_controller('phcscriptcdnpro/script/listings#new') %>"><%= link_to "Add a New Listing", phcscriptcdnpro.new_script_listing_path %></li>
6
+ <li class="<%= is_active_controller('phcscriptcdn/script/listings') %>"><%= link_to "All Script Listings", phcscriptcdn.script_listings_path %></li>
7
+ <li class="<%= is_active_controller('phcscriptcdn/script/listings#new') %>"><%= link_to "Add a New Listing", phcscriptcdn.new_script_listing_path %></li>
8
8
  </ul>
9
9
  </li>
10
- <li class="<%= is_active_controller('phcscriptcdnpro/script/authors') %> <%= is_active_controller('phcscriptcdnpro/script/licences') %> <%= is_active_controller('phcscriptcdnpro/script/extensions') %> <%= is_active_controller('phcscriptcdnpro/script/versions') %> treeview">
10
+ <li class="<%= is_active_controller('phcscriptcdn/script/authors') %> <%= is_active_controller('phcscriptcdn/script/licences') %> <%= is_active_controller('phcscriptcdn/script/extensions') %> <%= is_active_controller('phcscriptcdn/script/versions') %> treeview">
11
11
  <a href=""><i class="fa fa-code"></i> <span class="nav-label">Script CDN Modules</span> <span class="fa arrow"></span></a>
12
12
  <ul class="nav nav-second-level collapse">
13
- <li class="<%= is_active_controller('phcscriptcdnpro/script/authors') %>"><%= link_to "Script Authors", phcscriptcdnpro.script_authors_path %></li>
14
- <li class="<%= is_active_controller('phcscriptcdnpro/script/licences') %>"><%= link_to "Script Licences", phcscriptcdnpro.script_licences_path %></li>
15
- <li class="<%= is_active_controller('phcscriptcdnpro/script/extensions') %>"><%= link_to "Script Extensions", phcscriptcdnpro.script_extensions_path %></li>
16
- <li class="<%= is_active_controller('phcscriptcdnpro/script/versions') %>"><%= link_to "Script Versions", phcscriptcdnpro.script_versions_path %></li>
13
+ <li class="<%= is_active_controller('phcscriptcdn/script/authors') %>"><%= link_to "Script Authors", phcscriptcdn.script_authors_path %></li>
14
+ <li class="<%= is_active_controller('phcscriptcdn/script/licences') %>"><%= link_to "Script Licences", phcscriptcdn.script_licences_path %></li>
15
+ <li class="<%= is_active_controller('phcscriptcdn/script/extensions') %>"><%= link_to "Script Extensions", phcscriptcdn.script_extensions_path %></li>
16
+ <li class="<%= is_active_controller('phcscriptcdn/script/versions') %>"><%= link_to "Script Versions", phcscriptcdn.script_versions_path %></li>
17
17
  </ul>
18
18
  </li>
19
19
  </ul>
@@ -1,3 +1,3 @@
1
1
  module Phcscriptcdn
2
- VERSION = "4.3.5"
2
+ VERSION = "4.3.6"
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: 4.3.5
4
+ version: 4.3.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - BradPotts