eip_validator 0.1.0 → 0.2.0

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: 3c7542bb149c300414664dbf78db48be22b880a3
4
- data.tar.gz: 6aa34021d899cc4b9922f1af3d195211f3641927
3
+ metadata.gz: 15ea4a0307af6de25d93f6dd0557427407e88ef9
4
+ data.tar.gz: 219a8f94c903d8a22267f7a81dc6fbf468730455
5
5
  SHA512:
6
- metadata.gz: 8126eec7f3b244efc655b9a7a819cc19fde5566e5ab3c36afcbd021efb4361c5026925e711473ffdecfa3bad685a80630951882f9c8ddf6affac0904a3eab7c9
7
- data.tar.gz: 6f0b4617e46cdb2a2b52709a849c553ba59df210fd9c41f91acade445155d2cf3d7543b10a214ef455b9158280ae3a0e9782cfd2f486c48b22980b53e0b27214
6
+ metadata.gz: aef8e1d2ff6e53bc1aba85ce34df6f8ce789c193d7c1ae8102c212ed4961caf4fc9ebed8be612870c11b39f6f0c43d5c6c7384268331e4240e683236ebb99ab3
7
+ data.tar.gz: 6fa030e3f1385d9a1eb6b646c1b9d1597a95bfc513683aed7dded4b6860a870188614c32a63106dbff142ffc6fca316d66fad3d0af9af1244013c54c60e0539b
data/README.md CHANGED
@@ -32,12 +32,19 @@
32
32
  gem install eip_validator
33
33
  ```
34
34
 
35
- ## Usage
35
+ ## Usage (command line)
36
36
 
37
37
  ```ruby
38
38
  eip_validator "FILE_NAME_WITH_WILDCARD"
39
39
  ```
40
40
 
41
+ ## Usage (as a lib)
42
+
43
+ ```ruby
44
+ require 'eip_validator
45
+ EipValidator::Runner.run "*.md"
46
+ ```
47
+
41
48
  ### Example
42
49
 
43
50
  ```
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
10
10
  spec.email = ["@makoto_inoue"]
11
11
 
12
12
  spec.summary = "Small library to check if EIP doc has valid front matter"
13
- spec.homepage = "https://makoto.github.io/me"
13
+ spec.homepage = "https://github.com/makoto/eip_validator"
14
14
  spec.license = "MIT"
15
15
 
16
16
  # Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host'
@@ -1,3 +1,3 @@
1
1
  module EipValidator
2
- VERSION = "0.1.0"
2
+ VERSION = "0.2.0"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: eip_validator
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Makoto
@@ -74,7 +74,7 @@ files:
74
74
  - lib/eip_validator/loader.rb
75
75
  - lib/eip_validator/validator.rb
76
76
  - lib/eip_validator/version.rb
77
- homepage: https://makoto.github.io/me
77
+ homepage: https://github.com/makoto/eip_validator
78
78
  licenses:
79
79
  - MIT
80
80
  metadata: {}