phcscriptcdnpro 1.8.1 → 1.8.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: ea86fafa21e62db18c25dd8facd51d4ec7ae768e
4
- data.tar.gz: cdb92a6e369f9f68ee5f3531e5669048cb4f92f4
3
+ metadata.gz: 0c59f5297b7346ea0926ec7335690c6fc9db4eef
4
+ data.tar.gz: 90762828c811083108970e3ced2b20386e272101
5
5
  SHA512:
6
- metadata.gz: fac5f249c7a4eb2469ce0f6408985cc9043908e08c72d0faad249b92bdeccd82c6c55ea6cd241d982044236d976e273f0a757c18a5dfbf453c751603be33e3e3
7
- data.tar.gz: eb1fa176a8910397626c6b42db1ac47157dac8e1304c1d2b26affdffb11526a6e42b8769a695cacc87fd6906be54f01ec12d635d25f914fe8c9a8db0e8df78b5
6
+ metadata.gz: f9f649578185a26a1febf822e285032ab202452e7e25961d63b82c900d7f9459c8b523cc628e9fc0ca1f3bdfbfadad08d5568c349121586013dc76a669f830b6
7
+ data.tar.gz: 815effe565c8d3f333dac731b152a7926e2f82d457a5ef5abdb9b3ccc46c5c7941fb4cfcc2899f13eee7480fe26f428e6561ac1919015b63d34fbd1536c3e87b
@@ -4,11 +4,11 @@
4
4
 
5
5
  <div class="form-group field_with_errors">
6
6
  <label>Select a Information</label>
7
- <%= collection_select(:scriptcdn_main, :information_id, Phcmemberspro::Members::Information.order('scripttitle'), :id, :scripttitle, {}, {class: "form-control"}) %>
7
+ <%= collection_select(:scriptcdn_main, :information_id, Phcscriptcdnpro::Scriptcdn::Information.order('scripttitle'), :id, :scripttitle, {}, {class: "form-control"}) %>
8
8
  </div>
9
9
  <div class="form-group field_with_errors">
10
10
  <label>Select a Version</label>
11
- <%= collection_select(:scriptcdn_main, :version_id, Phcmemberspro::Members::Version.order('version'), :id, :version, {}, {class: "form-control"}) %>
11
+ <%= collection_select(:scriptcdn_main, :version_id, Phcscriptcdnpro::Scriptcdn::Version.order('version'), :id, :version, {}, {class: "form-control"}) %>
12
12
  </div>
13
13
  <div class="form-group field_with_error">
14
14
  <%= f.submit class: "btn blue-hoki" %>
@@ -1,3 +1,3 @@
1
1
  module Phcscriptcdnpro
2
- VERSION = "1.8.1"
2
+ VERSION = "1.8.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: 1.8.1
4
+ version: 1.8.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - BradPotts