Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
codez committed Jun 30, 2017
1 parent 0f58382 commit 573289b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion LICENSE.txt → LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2014 Pascal Zumkehr
Copyright (c) 2014-2017 Pascal Zumkehr

MIT License

Expand Down
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Delayed::Cron::Job

{<img src="https://secure.travis-ci.org/codez/delayed_cron_job.png" />}[http://travis-ci.org/codez/delayed_cron_job]

Delayed::Cron::Job is an extension to Delayed::Job that allows you to set
cron expressions for your jobs to run repeatedly.

Expand Down Expand Up @@ -36,7 +38,7 @@ Any crontab compatible cron expressions are supported (see `man 5 crontab`).
The credits for the `Cronline` class used go to
[rufus-scheduler](https://github.com/jmettraux/rufus-scheduler).

## Details
## Details

The initial `run_at` value is computed during the `#enqueue` method call.
If you create `Delayed::Job` database entries directly, make sure to set
Expand Down Expand Up @@ -65,3 +67,8 @@ jobs.
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create a new Pull Request

## License

Delayed::Cron::Job is released under the terms of the MIT License.
Copyright 2014-2017 Pascal Zumkehr. See LICENSE for further information.
2 changes: 1 addition & 1 deletion lib/delayed_cron_job/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module DelayedCronJob
VERSION = '0.7.1'
VERSION = '0.7.2'
end

0 comments on commit 573289b

Please sign in to comment.