Skip to content

Commit 70d00ed

Browse files
committed
Update CI status badge
1 parent f6dfd84 commit 70d00ed

File tree

1 file changed

+14
-19
lines changed

1 file changed

+14
-19
lines changed

README.md

Lines changed: 14 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[gem]: https://rubygems.org/gems/dry-equalizer
2-
[travis]: https://travis-ci.org/dry-rb/dry-equalizer
2+
[ci]: https://github.com/dry-rb/dry-equalizer/actions?query=workflow%3Aci
33
[codeclimate]: https://codeclimate.com/github/dry-rb/dry-equalizer
44
[chat]: https://dry-rb.zulipchat.com
55

@@ -8,14 +8,13 @@
88
Module to define equality, equivalence and inspection methods
99

1010
[![Gem Version](http://img.shields.io/gem/v/dry-equalizer.svg)][gem]
11-
[![Build Status](http://img.shields.io/travis/dry-rb/dry-equalizer.svg)][travis]
11+
[![Build Status](https://github.com/dry-rb/dry-monads/workflows/ci/badge.svg)][ci]
1212
[![Maintainability](https://api.codeclimate.com/v1/badges/5a9a139af1d4a80a28c4/maintainability)][codeclimate]
1313
[![Test Coverage](https://api.codeclimate.com/v1/badges/5a9a139af1d4a80a28c4/test_coverage)][codeclimate]
1414

15-
Examples
16-
--------
15+
## Examples
1716

18-
``` ruby
17+
```ruby
1918
class GeoLocation
2019
include Dry::Equalizer(:latitude, :longitude)
2120

@@ -43,14 +42,13 @@ point_a.eql?(point_c) # => false
4342
point_a.equal?(point_c) # => false
4443
```
4544

46-
Supported Ruby Versions
47-
-----------------------
45+
## Supported Ruby Versions
4846

4947
This library aims to support and is [tested against][travis] the following Ruby
5048
implementations:
5149

52-
* MRI 2.4+
53-
* JRuby 9.x
50+
- MRI 2.4+
51+
- JRuby 9.x
5452

5553
If something doesn't work on one of these versions, it's a bug.
5654

@@ -66,22 +64,19 @@ patches in a timely fashion. If critical issues for a particular implementation
6664
exist at the time of a major release, support for that Ruby version may be
6765
dropped.
6866

69-
Credits
70-
-------
67+
## Credits
7168

7269
This is a fork of the original [equalizer](https://github.com/dkubb/equalizer).
7370

74-
* Dan Kubb ([dkubb](https://github.com/dkubb))
75-
* Piotr Solnica ([solnic](https://github.com/solnic))
76-
* Markus Schirp ([mbj](https://github.com/mbj))
77-
* Erik Michaels-Ober ([sferik](https://github.com/sferik))
71+
- Dan Kubb ([dkubb](https://github.com/dkubb))
72+
- Piotr Solnica ([solnic](https://github.com/solnic))
73+
- Markus Schirp ([mbj](https://github.com/mbj))
74+
- Erik Michaels-Ober ([sferik](https://github.com/sferik))
7875

79-
Contributing
80-
-------------
76+
## Contributing
8177

8278
See [CONTRIBUTING.md](CONTRIBUTING.md) for details.
8379

84-
Copyright
85-
---------
80+
## Copyright
8681

8782
Copyright © 2009-2013 Dan Kubb. See LICENSE for details.

0 commit comments

Comments
 (0)