phcscriptcdnpro 1.9.4 → 1.9.5

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: de070fd102eb9c7018ca225887adbd6a86030298
4
- data.tar.gz: ea07bae6f1de31b683a12015d12b5be98b3bafbb
3
+ metadata.gz: 41a4b7ce0324a7c43d06960f63ea8f93a7fc459a
4
+ data.tar.gz: e3dfa0236d72930cf6004f5a9783006493cbb82a
5
5
  SHA512:
6
- metadata.gz: b85a10624d5a65d3cecbdb113abe88d806f48e9d198cf8f7a44c03af9dc67abac2979d275319955526b2999007d2e975f7648116e293c900245938f3cccb8847
7
- data.tar.gz: 7fdfb45905e7f88f7cd40f4ee2578b4db5490eba4e5bf88de55a9ccac2d33928a73fefe9ddb7d7157e7161afd84a5e2c010f2312c37050c1d23cfa47cb8480c1
6
+ metadata.gz: 306903dfcff231dd4a609ecc23decb6a54709c90f6597bfce4c3215e44aa78e253bf392d973a234c1a9de08ec25e02ede82b7b43f074aa8a7109335832fc941d
7
+ data.tar.gz: a8cec50d9cb49ec4569fcfd06046186a8d146453f1a4393b099a3ad68ac974fbb6bc481098369bd4fed25d1018ea38974c08ea889d881fa3af4fdae6b1719382
@@ -63,7 +63,7 @@ module Phcscriptcdnpro
63
63
 
64
64
  # Whitelist
65
65
  def scriptcdn_author_params
66
- params.require(:scriptcdn_author).permit(:authorfirstname, :authorlastname, :authoremail, :authorgithub, :authortwitter, :main_id)
66
+ params.require(:scriptcdn_author).permit(:authorfirstname, :authorlastname, :authorwebsite, :authorgithub, :authortwitter, :main_id)
67
67
  end
68
68
 
69
69
  end
@@ -3,23 +3,23 @@
3
3
  <%= render 'phcnotifi/validations', :object => @scriptcdn_author %>
4
4
 
5
5
  <div class="form-group field_with_error">
6
- <%= f.label :authorfirstname, "First Name" %>
6
+ <%= f.label :authorfirstname, "Author First Name" %>
7
7
  <%= f.text_field :authorfirstname, placeholder: "Author First Name", class: "form-control" %>
8
8
  </div>
9
9
  <div class="form-group field_with_error">
10
- <%= f.label :authorlastname, "Last Name" %>
10
+ <%= f.label :authorlastname, "Author Last Name" %>
11
11
  <%= f.text_field :authorlastname, placeholder: "Author Last Name", class: "form-control" %>
12
12
  </div>
13
13
  <div class="form-group field_with_error">
14
- <%= f.label :authoremail, "Last Name" %>
15
- <%= f.text_field :authoremail, placeholder: "Author Email", class: "form-control" %>
14
+ <%= f.label :authorwebsite, "Author Website" %>
15
+ <%= f.text_field :authorwebsite, placeholder: "Author Website", class: "form-control" %>
16
16
  </div>
17
17
  <div class="form-group field_with_error">
18
- <%= f.label :authorgithub, "Last Name" %>
18
+ <%= f.label :authorgithub, "Author Github" %>
19
19
  <%= f.text_field :authorgithub, placeholder: "Author Github", class: "form-control" %>
20
20
  </div>
21
21
  <div class="form-group field_with_error">
22
- <%= f.label :authortwitter, "Last Name" %>
22
+ <%= f.label :authortwitter, "Author Twitter" %>
23
23
  <%= f.text_field :authortwitter, placeholder: "Author Twitter", class: "form-control" %>
24
24
  </div>
25
25
  <div class="actions">
@@ -3,23 +3,23 @@
3
3
  <%= render 'phcnotifi/validations', :object => @scriptcdn_author %>
4
4
 
5
5
  <div class="form-group field_with_error">
6
- <%= f.label :authorfirstname, "First Name" %>
6
+ <%= f.label :authorfirstname, "Author First Name" %>
7
7
  <%= f.text_field :authorfirstname, placeholder: "Author First Name", class: "form-control" %>
8
8
  </div>
9
9
  <div class="form-group field_with_error">
10
- <%= f.label :authorlastname, "Last Name" %>
10
+ <%= f.label :authorlastname, "Author Last Name" %>
11
11
  <%= f.text_field :authorlastname, placeholder: "Author Last Name", class: "form-control" %>
12
12
  </div>
13
13
  <div class="form-group field_with_error">
14
- <%= f.label :authoremail, "Last Name" %>
15
- <%= f.text_field :authoremail, placeholder: "Author Email", class: "form-control" %>
14
+ <%= f.label :authorwebsite, "Author Website" %>
15
+ <%= f.text_field :authorwebsite, placeholder: "Author Website", class: "form-control" %>
16
16
  </div>
17
17
  <div class="form-group field_with_error">
18
- <%= f.label :authorgithub, "Last Name" %>
18
+ <%= f.label :authorgithub, "Author Github" %>
19
19
  <%= f.text_field :authorgithub, placeholder: "Author Github", class: "form-control" %>
20
20
  </div>
21
21
  <div class="form-group field_with_error">
22
- <%= f.label :authortwitter, "Last Name" %>
22
+ <%= f.label :authortwitter, "Author Twitter" %>
23
23
  <%= f.text_field :authortwitter, placeholder: "Author Twitter", class: "form-control" %>
24
24
  </div>
25
25
  <div class="actions">
@@ -6,7 +6,7 @@ class CreatePhcscriptcdnproScriptcdnAuthors < ActiveRecord::Migration
6
6
  t.string :authorfirstname
7
7
  t.string :authorlastname
8
8
 
9
- t.string :authoremail
9
+ t.string :authorwebsite
10
10
  t.string :authorgithub
11
11
  t.string :authortwitter
12
12
 
@@ -1,3 +1,3 @@
1
1
  module Phcscriptcdnpro
2
- VERSION = "1.9.4"
2
+ VERSION = "1.9.5"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: phcscriptcdnpro
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.9.4
4
+ version: 1.9.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - BradPotts
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-06-23 00:00:00.000000000 Z
11
+ date: 2016-06-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails