From 32146d1d0db644d81398514051182dc5a79e5ab5 Mon Sep 17 00:00:00 2001 From: "Anthony M. Cook" Date: Wed, 3 Jan 2024 01:57:28 -0600 Subject: [PATCH] Update build badge and dates RIP Travis CI Long live GitHub Actions --- README.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.markdown b/README.markdown index 0238309..46142a5 100644 --- a/README.markdown +++ b/README.markdown @@ -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 @@ -33,4 +33,4 @@ toisb.safe_send :to_s #=> "#" Author ------ -> © 2019 Anthony M. Cook +> © 2019-2024 Anthony M. Cook