README.md in rocketjob-1.3.0 vs README.md in rocketjob-2.0.0.rc1

- old
+ new

@@ -1,31 +1,36 @@ -# rocketjob [![Gem Version](https://badge.fury.io/rb/rocketjob.svg)](http://badge.fury.io/rb/rocketjob) [![Build Status](https://secure.travis-ci.org/rocketjob/rocketjob.png?branch=master)](http://travis-ci.org/rocketjob/rocketjob) ![](http://ruby-gem-downloads-badge.herokuapp.com/rocketjob?type=total) +# Rocket Job +[![Gem Version](https://img.shields.io/gem/v/rocketjob.svg)](https://rubygems.org/gems/rocketjob) [![Build Status](https://travis-ci.org/rocketjob/rocketjob.svg?branch=master)](https://travis-ci.org/rocketjob/rocketjob) [![License](https://img.shields.io/badge/license-Apache%202.0-brightgreen.svg)](http://opensource.org/licenses/Apache-2.0) ![](https://img.shields.io/badge/status-Production%20Ready-blue.svg) [![Gitter chat](https://img.shields.io/badge/IRC%20(gitter)-Support-brightgreen.svg)](https://gitter.im/rocketjob/support) -Enterprise Batch Processing System focused on performance, scalability, reliability, and visibility of every job in the system. +Rocket Job is a distributed, priority-based, background job, computation system for Ruby. +Rocket Job makes it easy to reliably process data using jobs written in Ruby. -Outgrown existing solutions? Or, start small and scale up later. +Outgrown existing Ruby background job processing solutions? -Works with or without Rails. +Upgrade to Rocket Job. +Or, start small with Rocket Job and seamlessly scale up to meet future business demands. -## Status +Checkout http://rocketjob.io/ -Production Ready +![Rocket Job](http://rocketjob.io/images/rocket/rocket-icon-512x512.png) -Already in use in production processing large files with millions -of records, as well as large jobs to walk though large databases. - ## Documentation * [Guide](http://rocketjob.io/) * [API Reference](http://www.rubydoc.info/gems/rocketjob/) +## Support + +* Questions? Join the chat room on Gitter for [rocketjob support](https://gitter.im/rocketjob/support) +* [Report bugs](https://github.com/rocketjob/rocketjob/issues) + ## Versioning This project uses [Semantic Versioning](http://semver.org/). ## Author -[Reid Morrison](https://github.com/reidmorrison) :: @reidmorrison +[Reid Morrison](https://github.com/reidmorrison) ## Contributors * [Chris Lamb](https://github.com/lambcr)