Skip to content

Commit

Permalink
Initial commit that credits @jondot and explains why Kicks exists
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelklishin committed Jun 26, 2024
1 parent 2182270 commit bf76254
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 8 deletions.
16 changes: 11 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Sneakers
# Kicks, né Sneakers

[![CI](https://github.com/jondot/sneakers/actions/workflows/ci.yml/badge.svg)](https://github.com/jondot/sneakers/actions/workflows/ci.yml)
[![CI](https://github.com/ruby-amqp/kicks/actions/workflows/ci.yml/badge.svg)](https://github.com/ruby-amqp/kicks/actions/workflows/ci.yml)

```
__
Expand All @@ -9,10 +9,16 @@
```

A high-performance RabbitMQ background processing framework for
Ruby.
## What is Kicks?

Kicks is a high-performance RabbitMQ background processing framework for
Ruby, originally developed by @jondot 👏 under the name of [Sneakers](https://github.com/jondot/sneakers).
The original repo was abandoned by the person who has exclusive control
over the RubyGems project, so the community of users has decided to move it
to this "fork" (continuation) under the new name.

By virtue of its Sneakers lineage, Kicks is a mature project that has been around since 2016.

Sneakers is being used in production for both I/O and CPU intensive workloads, and have achieved the goals of high-performance and 0-maintenance, as designed.

## Installation

Expand Down
6 changes: 3 additions & 3 deletions sneakers.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ require 'sneakers/version'
Gem::Specification.new do |gem|
gem.name = 'sneakers'
gem.version = Sneakers::VERSION
gem.authors = ['Dotan Nahum']
gem.email = ['[email protected]']
gem.authors = ['Dotan Nahum', 'Michael Klishin']
gem.email = ['[email protected]']
gem.description = %q( Fast background processing framework for Ruby and RabbitMQ )
gem.summary = %q( Fast background processing framework for Ruby and RabbitMQ )
gem.homepage = 'https://github.com/jondot/sneakers'
gem.homepage = 'https://github.com/ruby-amqp/kicks'
gem.license = 'MIT'
gem.required_ruby_version = Gem::Requirement.new(">= 2.5")

Expand Down

0 comments on commit bf76254

Please sign in to comment.