Skip to content

Commit ea82f5e

Browse files
committed
Update CI for main branch and add badges
- GitHub Actions CI triggers on main instead of master - Add badges: gem version, CI status, code quality, license
1 parent 0357a77 commit ea82f5e

2 files changed

Lines changed: 8 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: CI
22

33
on:
44
push:
5-
branches: [master]
5+
branches: [main]
66
pull_request:
7-
branches: [master]
7+
branches: [main]
88

99
jobs:
1010
test:

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
1+
[![Version ](https://img.shields.io/gem/v/him.svg)](https://rubygems.org/gems/him)
2+
[![CI Status ](https://github.com/TwilightCoders/him/actions/workflows/ci.yml/badge.svg)](https://github.com/TwilightCoders/him/actions/workflows/ci.yml)
3+
[![Code Quality](https://img.shields.io/badge/code%20quality-qlty-blue)](https://qlty.sh/gh/TwilightCoders/him)
4+
[![License ](https://img.shields.io/github/license/TwilightCoders/him.svg)](https://github.com/TwilightCoders/him/blob/main/LICENSE)
5+
16
# Him
27

38
Him is an ORM (Object Relational Mapper) that maps REST resources to Ruby objects.
49
It is designed to build applications that are powered by a RESTful API instead of a database.
510

6-
Forked from [Her](https://github.com/remi/her) and modernized for current Ruby/Rails.
11+
The spiritual successor of [Her](https://github.com/remi/her), modernized for current Ruby/Rails.
712

813
**Requirements:** Ruby >= 3.1, ActiveModel >= 6.1, Faraday >= 2.0
914

0 commit comments

Comments
 (0)