phcscriptcdnpro 5.3.6 → 5.4.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: 78102e981cdc72b0f8813c06916d4e160ea8c89e
4
- data.tar.gz: d39737a2ead32b921c4bb98dbd44d146aab91b57
3
+ metadata.gz: 255df39317eef6ea158d1ff1528a0a154327aabd
4
+ data.tar.gz: f9d9beba18dabe65b5ac5b59cd5d890c0844be52
5
5
  SHA512:
6
- metadata.gz: 31724705ae12b8fa7b4e35db5bd3c45396123370ea876320a19ea2ef88e89ae4eb99dc28350dae88fc87232ab48616d8568190f1a3f2e14e94ddff1789a37005
7
- data.tar.gz: 1b86d9e1a53aaa534224175ef9bfd0fa29fb9edb5495ad8762fe35bb5f307e2c9e5759632738f765a3dce746250bc37a78e440f08dd0fa5a63346b81b8dd6df2
6
+ metadata.gz: bdcc2bc1bc5ec2320e3c13e405c6a093db13b332edf8a339e63170b6bef8f6d0183e7eaa57038ecef90ea1e80b1ca374b9fff852765f3e2385714e5af369e59f
7
+ data.tar.gz: 77af14a577e36fcf942a5d3e271b8d93def5db24228070c1e1ad1f8ac57fff705cf0a3d07bd6dfed98385ed44059699f5368fcd51f7ff71424ca0843f970890c
@@ -18,6 +18,7 @@ class CreatePhcscriptcdnproScriptListings < ActiveRecord::Migration[5.0]
18
18
  t.string :scriptstatus
19
19
 
20
20
  t.string :user_id
21
+ t.string :user_name
21
22
  t.string :membership_id
22
23
  t.string :oganization_id
23
24
 
@@ -11,6 +11,7 @@ class CreatePhcscriptcdnproScriptAuthors < ActiveRecord::Migration[5.0]
11
11
  t.string :authortwitter
12
12
 
13
13
  t.string :user_id
14
+ t.string :user_name
14
15
  t.string :membership_id
15
16
  t.string :oganization_id
16
17
 
@@ -8,6 +8,7 @@ class CreatePhcscriptcdnproScriptExtensions < ActiveRecord::Migration[5.0]
8
8
  t.string :scriptextension
9
9
 
10
10
  t.string :user_id
11
+ t.string :user_name
11
12
  t.string :membership_id
12
13
  t.string :oganization_id
13
14
 
@@ -15,6 +15,7 @@ class CreatePhcscriptcdnproScriptLicences < ActiveRecord::Migration[5.0]
15
15
  t.string :lcncarvlfedora
16
16
 
17
17
  t.string :user_id
18
+ t.string :user_name
18
19
  t.string :membership_id
19
20
  t.string :oganization_id
20
21
 
@@ -12,6 +12,7 @@ class CreatePhcscriptcdnproScriptUrls < ActiveRecord::Migration[5.0]
12
12
  t.references :extension
13
13
 
14
14
  t.string :user_id
15
+ t.string :user_name
15
16
  t.string :membership_id
16
17
  t.string :oganization_id
17
18
 
@@ -6,6 +6,7 @@ class CreatePhcscriptcdnproScriptVersions < ActiveRecord::Migration[5.0]
6
6
  t.string :scriptversion
7
7
 
8
8
  t.string :user_id
9
+ t.string :user_name
9
10
  t.string :membership_id
10
11
  t.string :oganization_id
11
12
 
@@ -1,3 +1,3 @@
1
1
  module Phcscriptcdnpro
2
- VERSION = "5.3.6"
2
+ VERSION = "5.4.0"
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: 5.3.6
4
+ version: 5.4.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - BradPotts