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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f7c4f41b82ba707282b163c6da084d0c8083a460
4
- data.tar.gz: 5a21589f93d050480b6c6f4c0f20255f02a1947f
3
+ metadata.gz: d7b7b6b3e839582956b48ade76b8e8c1ce63072b
4
+ data.tar.gz: '01978b2a9a0ea829a728a0528784edafac54fc73'
5
5
  SHA512:
6
- metadata.gz: eef146ee77b57f51644bf34bc3a62430d71501d2a13b408daeb7ab5f38bf8043649348ae3a0e413b11cb438730b9c8bb0507be79aa4bb116f00535ec7f7d852a
7
- data.tar.gz: 3af87281331ed61488a963c15b09bcec6f72d4b2903e4d04dcf2333736ac1d8bc98dcfee9e26fda83a23050cce3d7d379ef11313b4a2537b798f7149b73ae380
6
+ metadata.gz: a947c6dc1bb22826ea91249b3816e34722797f4857728063cacfa6208ee7246e079a010ac9c56a67a2f417570472671bef0cb7d2a964c3a1dc933164926404c6
7
+ data.tar.gz: ce5d64731849d5b954ccaacd2f9d98ac159a148030186bff66b1c602bf91b8cf4425ed0d4658b8e9517859ca845330d3115c588aa782585d50c0c892b0fc3a18
data/README.md CHANGED
@@ -20,7 +20,7 @@
20
20
 
21
21
  ### Mandatory values
22
22
 
23
- - `status` must be `Draft`, `Accepted`, `Final`, or `Deferred`
23
+ - `status` must be 'Draft', 'Last Call', 'Accepted', 'Final', 'Active', 'Abandoned', 'Deferred', 'Rejected', or 'Superseded'
24
24
 
25
25
  ## Prerequisite
26
26
 
@@ -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', 'Active', 'Accepted', 'Final', 'Deferred', 'Last Call']
28
+ validates_inclusion_of :status, in: ['Draft', 'Last Call', 'Accepted', 'Final', 'Active', 'Abandoned', 'Deferred', 'Rejected', 'Superseded']
29
29
  end
30
30
  end
31
31
 
@@ -1,3 +1,3 @@
1
1
  module EipValidator
2
- VERSION = "0.8.0"
2
+ VERSION = "0.8.1"
3
3
  end
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.0
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: 2018-06-05 00:00:00.000000000 Z
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