Skip to content

Commit

Permalink
Update spec
Browse files Browse the repository at this point in the history
* Update email address for Ben Kochie.
* Add kramdown-rfc2629 Ruby requirements.
* Add CI test for kdrfc.

Signed-off-by: Ben Kochie <superq@gmail.com>
  • Loading branch information
SuperQ committed Dec 8, 2020
1 parent 6aa66ba commit defac23
Show file tree
Hide file tree
Showing 6 changed files with 2,569 additions and 1 deletion.
17 changes: 17 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ executors:
golang:
docker:
- image: cimg/go:1.15
ruby:
docker:
- image: ruby:2.7

jobs:
build:
Expand All @@ -22,3 +25,17 @@ jobs:
steps:
- checkout
- run: "! make test-impl cmd-parser-text=false"
kdrfc:
executor: ruby
steps:
- checkout
- run: bundle install
- run: bundle exec kdrfc specification/OpenMetrics.md
- run: git diff --exit-code

workflows:
version: 2
openmetrics:
jobs:
- build
- kdrfc
3 changes: 3 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
source 'https://rubygems.org'

gem 'kramdown-rfc2629'
17 changes: 17 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
GEM
remote: https://rubygems.org/
specs:
certified (1.0.0)
kramdown (1.17.0)
kramdown-rfc2629 (1.3.17)
certified (~> 1.0)
kramdown (~> 1.17.0)

PLATFORMS
ruby

DEPENDENCIES
kramdown-rfc2629

BUNDLED WITH
2.1.4
2 changes: 1 addition & 1 deletion specification/OpenMetrics.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ author:
- ins: B. Kochie
name: Ben Kochie
organization: GitLab
email: superq@gmail.com
email: ben@nerp.net
- ins: B. Brazil
name: Brian Brazil
organization: Robust Perception
Expand Down
Loading

0 comments on commit defac23

Please sign in to comment.