trestle 0.9.7 → 0.9.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 04bc9348c7fc661e106f5735111f2c80ccfcf7200d38a3920e6175c029c237c7
4
- data.tar.gz: d01512738c4301cff441e987b8190467795b4a9bd0ddc957eb290e8ed51481a2
3
+ metadata.gz: e8a9b6c1f4d2b83d9257ed2daa7c2bf4e4a66afd73bda0a56a26663ced8cc9b6
4
+ data.tar.gz: 5ecb674467604a6b4ce4d26a77645439f31b0b6b60ac1bf8f2e9770e054056e3
5
5
  SHA512:
6
- metadata.gz: 0c332cbcc95b02d31c9b4ec178b1fe00d18a071368bfe22fd23ebdce02b702a5d75783b77796687d0a6fa5bf83d0be6d32687f0853721eb3130e37bbd49c93ec
7
- data.tar.gz: 8d691b0b934314623f9b94e4d5b706952fd1fadd3819e3f13633a8f10b2a644377d6c5923f4676f13f33694de1843e3268cea5c1787a88ad1117b68235eba327
6
+ metadata.gz: 5895c063366491326c7b736d92afa03298a5b0afbf3fa231986599dec66a2fd9286588a0d4d473e281f9d2977e2a4cb0b2dc3fe99b3d16bd698560f83e8e4887
7
+ data.tar.gz: e6756a7feab92d97744fdf4d460c5ddb22d3c5b8011c993e2c457bf6e60544ca77a8daf0c0edb56226514978a85f91c7905089c862ee454552b4068bdb4048e2
data/README.md CHANGED
@@ -5,7 +5,7 @@
5
5
  # Trestle
6
6
 
7
7
  [![RubyGem](https://img.shields.io/gem/v/trestle.svg?style=flat&colorB=4065a9)](https://rubygems.org/gems/trestle)
8
- [![Build Status](https://img.shields.io/github/workflow/status/TrestleAdmin/trestle/RSpec?style=flat)](https://github.com/TrestleAdmin/trestle/actions)
8
+ [![Build Status](https://img.shields.io/github/actions/workflow/status/TrestleAdmin/trestle/rspec.yml?style=flat)](https://github.com/TrestleAdmin/trestle/actions)
9
9
  [![Coveralls](https://img.shields.io/coveralls/TrestleAdmin/trestle.svg?style=flat)](https://coveralls.io/github/TrestleAdmin/trestle)
10
10
  [![Code Climate](https://api.codeclimate.com/v1/badges/c529a7a9c500ed81baed/maintainability)](https://codeclimate.com/github/TrestleAdmin/trestle)
11
11