Skip to content

Commit

Permalink
Preparing for v2.3.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
meatballhat committed Nov 7, 2013
1 parent 64deea6 commit cb58d5b
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
9 changes: 8 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
---
language: ruby
rvm:
- ree
Expand All @@ -8,3 +7,11 @@ script: bundle exec rake rubocop test
notifications:
email:
recipients: [email protected]
deploy:
provider: rubygems
api_key:
secure: dM97lL/jTu14mEHD2Ih/vQfZ8cWJWb+DQ8UKZjkD2JfYtvwEAlkPG9RrrDkSHb5qkYxG2VAhjyx/0MZJ0TsVL6wrLMC9gcJb3yomw2Sch2Noj68tEndiSUHnxrB9gKzbhHbjLQXDqYf4Hco9/PHHQp4piFPJhLzNZRehIuTJPcA=
gem: resque-scheduler
on:
tags: true
repo: resque/resque-scheduler
10 changes: 10 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## 2.3.0 (2013-11-07)

* Fix re-introduced `ThreadError` on Ruby 2
* **BREAKING CHANGE**: Added `RESQUE_SCHEDULER_INTERVAL` in place of `INTERVAL`
* Use `Float()` instead of `Integer()` to calculate poll sleep amount
* Upgraded dependence of Resque to support 1.25
* Add rufus scheduler `every` notice to README
* Use `Resque.validate` instead of custom `.validate_job!`
* Specify MIT license in gemspec

## 2.2.0 (2013-10-13)

* Locking rufus-scheduler dependency to `~> 2.0`
Expand Down
2 changes: 1 addition & 1 deletion lib/resque_scheduler/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module ResqueScheduler
VERSION = '2.2.1'
VERSION = '2.3.0'
end

0 comments on commit cb58d5b

Please sign in to comment.