File tree Expand file tree Collapse file tree 3 files changed +14
-6
lines changed Expand file tree Collapse file tree 3 files changed +14
-6
lines changed Original file line number Diff line number Diff line change 1
- # Next
1
+ # 0.3.0
2
2
3
- - :boom : :gem : active_support:gem : dependency
3
+ - :boom : active_support dependency
4
+ - Updated testing matrix for more rubies 💎💎💎
5
+ - Support named args [ #6 ] ( https://github.com/JustinAiken/active_scheduler/pull/6 ) (Thanks @jdguzman )
4
6
5
7
# 0.2.0
6
8
7
- - Deprecate ` arguments ` in favor of ` args ` [ #5 ] ( https://github.com/JustinAiken/active_scheduler/pull/5 )
9
+ - Deprecate ` arguments ` in favor of ` args ` [ #5 ] ( https://github.com/JustinAiken/active_scheduler/pull/5 ) (Thanks @ ximus )
8
10
9
11
# 0.1.0
10
12
11
- - Only wrap jobs that are descendants of ` ActiveJob::Base ` [ #3 ] ( https://github.com/JustinAiken/active_scheduler/pull/3 )
13
+ - Only wrap jobs that are descendants of ` ActiveJob::Base ` [ #3 ] ( https://github.com/JustinAiken/active_scheduler/pull/3 ) (Thanks @ ximus )
12
14
13
15
# 0.0.3
16
+
17
+ - Use schedule name as class name if unspecified [ #1 ] ( https://github.com/JustinAiken/active_scheduler/pull/1 ) (Thanks @jeremycrosbie )
Original file line number Diff line number Diff line change @@ -78,7 +78,11 @@ simple_job:
78
78
79
79
- Written by [@JustinAiken](https://www.github.com/JustinAiken)
80
80
- Wrapper class idea by [@ryanwjackson](https://www.github.com/ryanwjackson)
81
- - Special thanks to [Rocketmade](http://www.rocketmade.com/) for development resources.
81
+ - Special thanks to [Rocketmade](https://www.rocketmade.com/) for development resources.
82
+ - Other Contributors :
83
+ - @jeremycrosbie
84
+ - @ximus
85
+ - @jdguzman
82
86
83
87
# # License
84
88
Original file line number Diff line number Diff line change 1
1
module ActiveScheduler
2
- VERSION = "0.2 .0"
2
+ VERSION = "0.3 .0"
3
3
end
You can’t perform that action at this time.
0 commit comments