Skip to content

Commit 9eca5c8

Browse files
committed
Prepare version 0.5.0
1 parent e2340bc commit 9eca5c8

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

CHANGELOG.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# next
2-
1+
# 0.5.0
32
- Expand Travis matrix to include Rails 5 and more ruby versions
3+
- Allow `rails_env` option since [resque-scheduler](https://github.com/resque/resque-scheduler) does [#10](https://github.com/JustinAiken/active_scheduler/pull/10) (Thanks @blahutka)
44

55
# 0.4.0
66
- Use job's queue instead of hardcoded `default` [#9](https://github.com/JustinAiken/active_scheduler/pull/9) (Thanks @r3trofitted)

README.markdown

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -81,10 +81,11 @@ simple_job:
8181
- Wrapper class idea by [@ryanwjackson](https://www.github.com/ryanwjackson)
8282
- Special thanks to [Rocketmade](https://www.rocketmade.com/) for development resources.
8383
- Other Contributors:
84-
- @jeremycrosbie
85-
- @ximus
86-
- @jdguzman
87-
- @r3trofitted
84+
- [@jeremycrosbie](https://github.com/jeremycrosbie)
85+
- [@ximus](https://github.com/ximus)
86+
- [@jdguzman](https://github.com/jdguzman)
87+
- [@r3trofitted](https://github.com/r3trofitted)
88+
- [@blahutka](https://github.com/blahutka)
8889

8990
## License
9091

lib/active_scheduler/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module ActiveScheduler
2-
VERSION = "0.4.0"
2+
VERSION = "0.5.0"
33
end

0 commit comments

Comments
 (0)