Skip to content

Commit 19fb0f3

Browse files
committed
📝 Documentation cleanup
1 parent 3e59a24 commit 19fb0f3

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/heads.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ concurrency:
2626

2727
jobs:
2828
test:
29-
name: Specs - Ruby ${{ matrix.ruby }} ${{ matrix.name_extra || '' }}
29+
name: Specs - Ruby ${{ matrix.ruby }}${{ matrix.name_extra || '' }}
3030
if: "!contains(github.event.commits[0].message, '[ci skip]') && !contains(github.event.commits[0].message, '[skip ci]')"
3131
env: # $BUNDLE_GEMFILE must be set at the job level, so it is set for all steps
3232
BUNDLE_GEMFILE: ${{ github.workspace }}/gemfiles/${{ matrix.gemfile }}.gemfile

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,12 +65,11 @@ A Ruby library for verifying and serving OpenID identities.
6565
* Comprehensive test suite
6666
* Supports both OpenID 1 and OpenID 2 transparently
6767

68-
| Project | GemBench |
68+
| Namespace | OpenID |
6969
|----------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
7070
| gem name | [ruby-openid2](https://rubygems.org/gems/ruby-openid2) |
7171
| code triage | [![Open Source Helpers](https://www.codetriage.com/oauth-xx/ruby-openid2/badges/users.svg)](https://www.codetriage.com/oauth-xx/ruby-openid2) |
7272
| documentation | [on Github.com][homepage], [on Rdoc.info][documentation] |
73-
| documentation | |
7473
| expert support | [![Get help on Codementor](https://cdn.codementor.io/badges/get_help_github.svg)](https://www.codementor.io/peterboling?utm_source=github&utm_medium=button&utm_term=peterboling&utm_campaign=github) |
7574
| `...` 💖 | [![Liberapay Patrons][⛳liberapay-img]][⛳liberapay] [![Sponsor Me][🖇sponsor-img]][🖇sponsor] [![Follow Me on LinkedIn][🖇linkedin-img]][🖇linkedin] [![Find Me on WellFound:][✌️wellfound-img]][✌️wellfound] [![Find Me on CrunchBase][💲crunchbase-img]][💲crunchbase] [![My LinkTree][🌳linktree-img]][🌳linktree] [![Follow Me on Ruby.Social][🐘ruby-mast-img]][🐘ruby-mast] [![Tweet @ Peter][🐦tweet-img]][🐦tweet] [💻][coderme] [🌏][aboutme] |
7675

0 commit comments

Comments
 (0)