Skip to content

Commit

Permalink
Update build badge and dates
Browse files Browse the repository at this point in the history
RIP Travis CI
Long live GitHub Actions
  • Loading branch information
acook committed Jan 3, 2024
1 parent 85ba140 commit 32146d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ That Object is So Basic!
TOISB lets you play with BasicObject and other weird objects in Ruby in style and without breaking (as many) things.

[![Gem](https://img.shields.io/gem/v/that_object_is_so_basic.svg?style=for-the-badge)](https://rubygems.org/gems/that_object_is_so_basic)
[![Travis (.org)](https://img.shields.io/travis/acook/that_object_is_so_basic.svg?style=for-the-badge)](https://travis-ci.org/acook/that_object_is_so_basic)
[![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/acook/that_object_is_so_basic/ruby.yml?style=for-the-badge)](https://github.com/acook/that_object_is_so_basic/actions)
[![Code Climate maintainability](https://img.shields.io/codeclimate/maintainability/acook/that_object_is_so_basic.svg?style=for-the-badge)](https://codeclimate.com/github/acook/that_object_is_so_basic)

Usage
Expand Down Expand Up @@ -33,4 +33,4 @@ toisb.safe_send :to_s #=> "#<TestObject:0x00005563c4965d48>"
Author
------

> © 2019 Anthony M. Cook
> © 2019-2024 Anthony M. Cook

0 comments on commit 32146d1

Please sign in to comment.