File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# CHANGELOG
2+
3+ ## [ 0.1.0] ( https://github.com/code-vedas/rails_cron/tree/v0.1.0 ) (2025-11-04)
4+
5+ [ Full Changelog] ( https://github.com/code-vedas/rails_cron/compare/197ad36e7e482b0541b8162d779b55cbd58a4868...v0.1.0 )
6+
7+ ## 📦 Build
8+
9+ - build: rails_cron gem skeleton @niteshpurohit (#15 )
Original file line number Diff line number Diff line change 11# ⏰ RailsCron — Distributed Cron Scheduler for Rails
22
3- > First release 0.0.1 is empty gem.
3+ > First release 0.1.0 is empty gem.
44> A scheduler-agnostic, multi-node-safe cron runner for Ruby and Rails.
55> Designed and maintained by ** Codevedas Inc.**
66
1111![ License] ( https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square )
1212![ PostgreSQL] ( https://img.shields.io/badge/PostgreSQL-12%2B-336791?style=flat-square&logo=postgresql&logoColor=white )
1313![ Redis] ( https://img.shields.io/badge/Redis-6%2B-d92b2b?style=flat-square&logo=redis&logoColor=white )
14- [ ![ License: MIT] ( https://img.shields.io/badge/License-MIT-yellow.svg )] ( LICENSE )
1514
1615---
1716
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ nav_order: 1
66
77# Rails Cron (rails_cron)
88
9- > First release 0.0.1 is empty gem.
9+ > First release 0.1.0 is empty gem.
1010
1111[ ![ Gem] ( https://img.shields.io/gem/v/rails_cron.svg?style=flat-square )] ( https://rubygems.org/gems/rails_cron )
1212[ ![ CI] ( https://github.com/Code-Vedas/rails_cron/actions/workflows/ci.yml/badge.svg )] ( https://github.com/Code-Vedas/rails_cron/actions/workflows/ci.yml )
Original file line number Diff line number Diff line change 11# ⏰ RailsCron
22
3- > First release 0.0.1 is empty gem.
3+ > First release 0.1.0 is empty gem.
44> 🕒 A scheduler-agnostic, multi-node-safe cron runner for Ruby and Rails — with Redis or Postgres advisory locks.
55
66[ ![ Gem] ( https://img.shields.io/gem/v/rails_cron.svg?style=flat-square )] ( https://rubygems.org/gems/rails_cron )
1010![ License] ( https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square )
1111![ PostgreSQL] ( https://img.shields.io/badge/PostgreSQL-12%2B-336791?style=flat-square&logo=postgresql&logoColor=white )
1212![ Redis] ( https://img.shields.io/badge/Redis-6%2B-d92b2b?style=flat-square&logo=redis&logoColor=white )
13- [ ![ License: MIT] ( https://img.shields.io/badge/License-MIT-yellow.svg )] ( LICENSE )
1413
1514---
1615
You can’t perform that action at this time.
0 commit comments