eip_validator 0.8.0 → 0.8.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/lib/eip_validator/validator.rb +1 -1
- data/lib/eip_validator/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d7b7b6b3e839582956b48ade76b8e8c1ce63072b
|
4
|
+
data.tar.gz: '01978b2a9a0ea829a728a0528784edafac54fc73'
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a947c6dc1bb22826ea91249b3816e34722797f4857728063cacfa6208ee7246e079a010ac9c56a67a2f417570472671bef0cb7d2a964c3a1dc933164926404c6
|
7
|
+
data.tar.gz: ce5d64731849d5b954ccaacd2f9d98ac159a148030186bff66b1c602bf91b8cf4425ed0d4658b8e9517859ca845330d3115c588aa782585d50c0c892b0fc3a18
|
data/README.md
CHANGED
@@ -25,7 +25,7 @@ module EipValidator
|
|
25
25
|
in: %w(Core Networking Interface ERC),
|
26
26
|
if: Proc.new { |v| v.type == 'Standards Track' }
|
27
27
|
validates_inclusion_of :type, in: ['Standards Track', 'Informational', 'Meta']
|
28
|
-
validates_inclusion_of :status, in: ['Draft', '
|
28
|
+
validates_inclusion_of :status, in: ['Draft', 'Last Call', 'Accepted', 'Final', 'Active', 'Abandoned', 'Deferred', 'Rejected', 'Superseded']
|
29
29
|
end
|
30
30
|
end
|
31
31
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: eip_validator
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.8.
|
4
|
+
version: 0.8.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Makoto
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2019-06-30 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -122,7 +122,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
122
122
|
version: '0'
|
123
123
|
requirements: []
|
124
124
|
rubyforge_project:
|
125
|
-
rubygems_version: 2.5.2
|
125
|
+
rubygems_version: 2.5.2.3
|
126
126
|
signing_key:
|
127
127
|
specification_version: 4
|
128
128
|
summary: Small library to check if EIP doc has valid front matter
|