README.md in sps_king-0.1.1 vs README.md in sps_king-0.2.0
- old
+ new
@@ -1,20 +1,20 @@
# Ruby gem for creating SPS XML files
-[![Build Status](https://travis-ci.org/Barzahlen/sps_king.svg)](http://travis-ci.org/Barzahlen/sps_king)
+![Build Status](https://github.com/viafintech/sps_king/actions/workflows/test.yml/badge.svg)
[![Gem Version](https://badge.fury.io/rb/sps_king.svg)](http://badge.fury.io/rb/sps_king)
sps_king is a Ruby gem which implements **pain** (**Pa**yment **In**itiation) file building for the Swiss Payment Standard, which is a subset of the ISO 20022 standard.
This is currently implemented in v1.8 for Swiss Credit Transfers (`pain.001.001.03.ch.02`) and v1.2 for Swiss Direct Debits (`pain.008.001.02.ch.03`).
If you are looking for SEPA **pain** file building, take a look at [sepa_king](https://github.com/salesking/sepa_king).
This gem is forked of `sepa_king` and therefore heavily inspired by the structure and the API.
## Requirements
-* Ruby 2.1 or newer
-* ActiveModel 3.1 or newer
+* Ruby 2.7 or newer
+* ActiveModel 5.0 or newer
## Installation
gem install sps_king
@@ -239,8 +239,8 @@
## License
Released under the MIT license
-Copyright (c) 2018 Tobias Schoknecht
+Copyright (c) 2018-2023 Tobias Schoknecht
Copyright (c) 2013-2017 Georg Leciejewski (Sales King GmbH) & Georg Ledermann for portions of this project copied from sepa_king