README.md in jess-1.2.5 vs README.md in jess-1.3.0
- old
+ new
@@ -1,10 +1,11 @@
# Jess
-[![Gem Version](https://badge.fury.io/rb/jess.svg)](http://badge.fury.io/rb/jess)
-[![Build Status](https://mattbrictson.semaphoreci.com/badges/jess/branches/main.svg?style=shields)](https://mattbrictson.semaphoreci.com/projects/jess)
-[![Code Climate](https://codeclimate.com/github/mattbrictson/jess/badges/gpa.svg)](https://codeclimate.com/github/mattbrictson/jess)
+[![Gem Version](https://img.shields.io/gem/v/jess)](https://rubygems.org/gems/jess)
+[![Gem Downloads](https://img.shields.io/gem/dt/jess)](https://www.ruby-toolbox.com/projects/jess)
+[![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/mattbrictson/jess/ci.yml)](https://github.com/mattbrictson/jess/actions/workflows/ci.yml)
+[![Code Climate maintainability](https://img.shields.io/codeclimate/maintainability/mattbrictson/jess)](https://codeclimate.com/github/mattbrictson/jess)
**Jess is an extremely lightweight, read-only client for the JAMF Software Server (JSS) API.**
Currently it only provides access to computer and mobile device records.
Jess aims to be:
@@ -29,10 +30,10 @@
Or install it yourself as:
$ gem install jess
-*Note that Jess requires Ruby 2.6 or newer.*
+*Note that Jess requires Ruby 3.0 or newer.*
## Usage
First establish a connection.