Sha256: 366402d20ff10a8dde6200940aa7afde4f8a4909eedb530b61ab34bc9dc7b48d

Contents?: true

Size: 922 Bytes

Versions: 4

Compression:

Stored size: 922 Bytes

Contents

# Changelog

## 0.0.4
* More Rspec feature specs. All main functionality is now covered with 
integration tests.
* Timestamps page for a job now correctly shows timestamps for jobs which
inherit from `ActiveJob::Base`.
* Timestamps page for a job shows timestamps as links.
* Some layout and styling improvements.

## 0.0.3
* Fixed timestamps page.
* Added Rspec features to cover more functionality that was previously untested.

## 0.0.2
* Add documentation for methods and classes.
* Clean up lots of Rubocop issues with the code style.
* Set up Travis CI.
* Add various badges to the README.
* Add runtime dependencies to prevent a bug with earlier versions of 
resque-scheduler, which defined `Resque::Scheduler` as a class, rather than a 
module.

## 0.0.1
* Code ported over from the main resque-scheduler gem, extracted from the 
Sinatra interface, and put into a rails engine.
* Test suite converted to use Rspec.

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
resque-scheduler-web-1.1.0 CHANGELOG.md
resque-scheduler-web-1.0.1 CHANGELOG.md
resque-scheduler-web-1.0.0 CHANGELOG.md
resque-scheduler-web-0.0.4 CHANGELOG.md