phcscriptcdnpro 1.8.5 → 1.8.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: 262f7fd218998792b8d3f00ce4b95bee6b77fadd
4
- data.tar.gz: 7faf9826bb3a983caeb28e7b395b97fcc02914ef
3
+ metadata.gz: 0157ffd5dedf1fcbb4c6632339098ecb4afa2d69
4
+ data.tar.gz: 26ff3b32cd9ba184a2f483a3a0629d7489d09d02
5
5
  SHA512:
6
- metadata.gz: 7da808b615c511d93288093a4ff3de6a4cfbf7ad509912f6059c70a564f020f97d6cfc4b2e70fd572d04766e7d06089943b8fabb4f19f15dfe316e43b065f044
7
- data.tar.gz: ebdf3568e7bc673e5a48aa7526158e8d7acda49237be293d2404b3bf10fcd7e8ab4ad799e3aff2fd05313a76ba51db56a179ad7794fc2df05f6989c3f09d19d7
6
+ metadata.gz: 8e181f60b6a9c3dc11ea53416762ecd1c2e54408798e308207810b58c799a4254d518ab57c0e7d4a9e5644c77138319b1d6b3b9bf3e6b46de4a6fcce2cb6a7f3
7
+ data.tar.gz: 899c728712d38f2ec7fb29d53bef867f25dbc64c1030128ca6a6a386902a759c7b394149920743339b9da4e0a7d5c06e098724133510cb5fc1149e10b174cd79
@@ -7,11 +7,5 @@ module Phcscriptcdnpro
7
7
  has_many :urls, class_name: 'Scriptcdn::Url'
8
8
  has_many :authors, class_name: 'Scriptcdn::Author'
9
9
 
10
- # Validation for Form Fields
11
- validates :scriptname,
12
- uniqueness: true,
13
- presence: true,
14
- length: { minimum: 3 }
15
-
16
10
  end
17
11
  end
@@ -1,3 +1,3 @@
1
1
  module Phcscriptcdnpro
2
- VERSION = "1.8.5"
2
+ VERSION = "1.8.6"
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.8.5
4
+ version: 1.8.6
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-21 00:00:00.000000000 Z
11
+ date: 2016-06-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails