File tree 3 files changed +30
-2
lines changed
3 files changed +30
-2
lines changed Original file line number Diff line number Diff line change
1
+ name : Publish Gem
2
+
3
+ on :
4
+ push :
5
+ tags :
6
+ - v*
7
+
8
+ jobs :
9
+ push :
10
+ if : github.repository == 'collectiveidea/delayed_job_active_record'
11
+ runs-on : ubuntu-latest
12
+ environment : publishing
13
+
14
+ permissions :
15
+ contents : write
16
+ id-token : write
17
+
18
+ steps :
19
+ # Set up
20
+ - uses : actions/checkout@v4
21
+ - name : Set up Ruby
22
+ uses : ruby/setup-ruby@v1
23
+ with :
24
+ bundler-cache : true
25
+ ruby-version : ruby
26
+
27
+ # Release
28
+ - uses : rubygems/release-gem@v1
Original file line number Diff line number Diff line change 1
1
** If you're viewing this at https://github.com/collectiveidea/delayed_job_active_record ,
2
2
you're reading the documentation for the master branch.
3
3
[ View documentation for the latest release
4
- (4.1.7 ).] ( https://github.com/collectiveidea/delayed_job_active_record/tree/v4.1.8 ) **
4
+ (4.1.9.rc1 ).] ( https://github.com/collectiveidea/delayed_job_active_record/tree/v4.1.9.rc1 ) **
5
5
6
6
# DelayedJob ActiveRecord Backend
7
7
Original file line number Diff line number Diff line change 2
2
3
3
Gem ::Specification . new do |spec |
4
4
spec . name = "delayed_job_active_record"
5
- spec . version = "4.1.8 "
5
+ spec . version = "4.1.9.rc1 "
6
6
spec . summary = "ActiveRecord backend for DelayedJob"
7
7
spec . description = "ActiveRecord backend for Delayed::Job, originally authored by Tobias Lütke"
8
8
You can’t perform that action at this time.
0 commit comments