From 49b1d2b85dfa7355507b3996358b810cd77985bc Mon Sep 17 00:00:00 2001 From: Dzmitry Plashchynski Date: Sun, 29 May 2022 21:27:53 +0300 Subject: [PATCH] Remove unused badgets --- .travis.yml | 14 -------------- LICENSE | 2 +- NOTICE | 2 +- README.md | 3 --- 4 files changed, 2 insertions(+), 19 deletions(-) delete mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 561136b..0000000 --- a/.travis.yml +++ /dev/null @@ -1,14 +0,0 @@ -language: ruby -os: - - linux - - osx -rvm: - - 2.3.3 - - 2.4.0 -notifications: - webhooks: - urls: - - https://webhooks.gitter.im/e/907e95dada362be2a13c - on_success: change # options: [always|never|change] default: always - on_failure: always # options: [always|never|change] default: always - on_start: never # options: [always|never|change] default: always diff --git a/LICENSE b/LICENSE index 82a09e1..823be47 100644 --- a/LICENSE +++ b/LICENSE @@ -186,7 +186,7 @@ same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright 2017 Dzmitry Plashchynski + Copyright 2022 Dzmitry Plashchynski Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/NOTICE b/NOTICE index b391c43..cc2f894 100644 --- a/NOTICE +++ b/NOTICE @@ -1,2 +1,2 @@ -Copyright 2015 Dzmitry Plashchynski +Copyright 2022 Dzmitry Plashchynski Licensed under the Apache License, Version 2.0 diff --git a/README.md b/README.md index 37a847d..6959af9 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,6 @@ Job scheduler for Rails ------------------------ [![Gem Version](https://badge.fury.io/rb/crono.svg)](http://badge.fury.io/rb/crono) -[![Build Status](https://travis-ci.org/plashchynski/crono.svg?branch=master)](https://travis-ci.org/plashchynski/crono) -[![Code Climate](https://codeclimate.com/github/plashchynski/crono/badges/gpa.svg)](https://codeclimate.com/github/plashchynski/crono) -[![security](https://hakiri.io/github/plashchynski/crono/master.svg)](https://hakiri.io/github/plashchynski/crono/master) Crono is a time-based background job scheduler daemon (just like Cron) for Ruby on Rails.