phcscriptcdnpro 3.2.1 → 3.2.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: ee9557b5545575455d513c94e0c89d163c2b38d0
4
- data.tar.gz: 423ca840c441cf6379bc362bafcf834b0d7c1a84
3
+ metadata.gz: 590df3037859b1cc939035fd25d067d5d3f64ae1
4
+ data.tar.gz: ef18dde4091edd32120e12374ed6a95e88af38b3
5
5
  SHA512:
6
- metadata.gz: b0412b997c74db9d3b29fc9b72f9f021e7a32ad615051b76fd7c9b3dcbc5c2d14aef4b849393ced72c62ee80552b9ec10eae9e879c37aeea8e0ea887de6bcd62
7
- data.tar.gz: 83eefde19ca2b1dda9647841f459498b1078fd0cb46067d05aa903f70cadc733ed076b04db789b41778d4442dfbf06d41e7886f8e22874cae3429caacd93e464
6
+ metadata.gz: 919e515bdc8a0f7954fda383fff99ec2e7c253b87ed7ad0b536d80345ffe40f9fecd2900fbd7e929cd4741c6bdf9f9fc5dfa6eab53e1694b56340bb103445657
7
+ data.tar.gz: be1666f9a3e1ac7b68a75542b6a65b98e19939e9e26288e084a648dacee615d17f9a5aaedcdbe0f4bc6226426a85c13c1e10dcd87ab42a3be7fa5e141a1719c4
@@ -44,7 +44,7 @@
44
44
 
45
45
  <div class="form-group field_with_errors">
46
46
  <label>Script Version</label>
47
- <%= collection_select(:script_listing, :version_id, Phcscriptcdn::Script::Version.order('scriptversion'), :id, :scriptversion, {}, {class: "form-control"}) %>
47
+ <%= collection_select(:script_listing, :version_id, Phcscriptcdnpro::Script::Version.order('scriptversion'), :id, :scriptversion, {}, {class: "form-control"}) %>
48
48
  </div>
49
49
 
50
50
  <div class="form-group field_with_error">
@@ -17,12 +17,12 @@
17
17
 
18
18
  <div class="form-group field_with_errors">
19
19
  <label>Script Version</label>
20
- <%= collection_select(:script_url, :version_id, Phcscriptcdn::Script::Version.order('scriptversion'), :id, :scriptversion, {}, {class: "form-control"}) %>
20
+ <%= collection_select(:script_url, :version_id, Phcscriptcdnpro::Script::Version.order('scriptversion'), :id, :scriptversion, {}, {class: "form-control"}) %>
21
21
  </div>
22
22
 
23
23
  <div class="form-group field_with_errors">
24
24
  <label>Script Extensions</label>
25
- <%= collection_select(:script_url, :extension_id, Phcscriptcdn::Script::Extension.order('scriptextensionname'), :id, :scriptextension, {}, {class: "form-control"}) %>
25
+ <%= collection_select(:script_url, :extension_id, Phcscriptcdnpro::Script::Extension.order('scriptextensionname'), :id, :scriptextension, {}, {class: "form-control"}) %>
26
26
  </div>
27
27
 
28
28
  <div class="actions">
@@ -1,3 +1,3 @@
1
1
  module Phcscriptcdnpro
2
- VERSION = "3.2.1"
2
+ VERSION = "3.2.2"
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: 3.2.1
4
+ version: 3.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - BradPotts