mirror of
https://github.com/endofunky/sidetiq.git
synced 2022-11-09 13:53:30 -05:00
Update contact details
This commit is contained in:
parent
6b3eb441e8
commit
77ce954ea6
2 changed files with 7 additions and 7 deletions
12
README.md
12
README.md
|
@ -1,10 +1,10 @@
|
||||||
![Sidetiq](http://f.cl.ly/items/1W3k0R2V2x3n3S1t1M0B/sidetiq.png)
|
![Sidetiq](http://f.cl.ly/items/1W3k0R2V2x3n3S1t1M0B/sidetiq.png)
|
||||||
=========
|
=========
|
||||||
|
|
||||||
[![Build Status](https://travis-ci.org/tobiassvn/sidetiq.png)](https://travis-ci.org/tobiassvn/sidetiq)
|
[![Build Status](https://travis-ci.org/endofunky/sidetiq.png)](https://travis-ci.org/endofunky/sidetiq)
|
||||||
[![Dependency Status](https://gemnasium.com/tobiassvn/sidetiq.png)](https://gemnasium.com/tobiassvn/sidetiq)
|
[![Dependency Status](https://gemnasium.com/endofunky/sidetiq.png)](https://gemnasium.com/endofunky/sidetiq)
|
||||||
[![Coverage Status](https://coveralls.io/repos/tobiassvn/sidetiq/badge.png)](https://coveralls.io/r/tobiassvn/sidetiq)
|
[![Coverage Status](https://coveralls.io/repos/endofunky/sidetiq/badge.png)](https://coveralls.io/r/endofunky/sidetiq)
|
||||||
[![Code Climate](https://codeclimate.com/github/tobiassvn/sidetiq.png)](https://codeclimate.com/github/tobiassvn/sidetiq)
|
[![Code Climate](https://codeclimate.com/github/endofunky/sidetiq.png)](https://codeclimate.com/github/endofunky/sidetiq)
|
||||||
|
|
||||||
Recurring jobs for [Sidekiq](http://mperham.github.com/sidekiq/).
|
Recurring jobs for [Sidekiq](http://mperham.github.com/sidekiq/).
|
||||||
|
|
||||||
|
@ -26,7 +26,7 @@ Sidetiq provides a simple API for defining recurring workers for Sidekiq.
|
||||||
Usage
|
Usage
|
||||||
-----
|
-----
|
||||||
|
|
||||||
Please see the [Sidetiq wiki](http://github.com/tobiassvn/sidetiq/wiki) for more detailed
|
Please see the [Sidetiq wiki](http://github.com/endofunky/sidetiq/wiki) for more detailed
|
||||||
documentation and usage notes.
|
documentation and usage notes.
|
||||||
|
|
||||||
License
|
License
|
||||||
|
@ -37,5 +37,5 @@ Sidetiq is released under the 3-clause BSD. See LICENSE for further details.
|
||||||
Author
|
Author
|
||||||
------
|
------
|
||||||
|
|
||||||
Tobias Svensson, [@tobiassvn](https://twitter.com/tobiassvn), [http://github.com/tobiassvn](http://github.com/tobiassvn)
|
Tobias Svensson, [@endofunky](https://twitter.com/endofunky), [http://github.com/endofunky](http://github.com/endofunky)
|
||||||
|
|
||||||
|
|
|
@ -10,7 +10,7 @@ Gem::Specification.new do |gem|
|
||||||
gem.email = ["tob@tobiassvensson.co.uk"]
|
gem.email = ["tob@tobiassvensson.co.uk"]
|
||||||
gem.description = "Recurring jobs for Sidekiq"
|
gem.description = "Recurring jobs for Sidekiq"
|
||||||
gem.summary = gem.description
|
gem.summary = gem.description
|
||||||
gem.homepage = "http://github.com/tobiassvn/sidetiq"
|
gem.homepage = "http://github.com/endofunky/sidetiq"
|
||||||
gem.license = "3-clause BSD"
|
gem.license = "3-clause BSD"
|
||||||
|
|
||||||
gem.files = `git ls-files`.split($/)
|
gem.files = `git ls-files`.split($/)
|
||||||
|
|
Loading…
Reference in a new issue