-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Initial commit that credits @jondot and explains why Kicks exists
- Loading branch information
1 parent
2182270
commit bf76254
Showing
2 changed files
with
14 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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") | ||
|
||
|