File tree Expand file tree Collapse file tree 7 files changed +7
-23
lines changed
Expand file tree Collapse file tree 7 files changed +7
-23
lines changed Original file line number Diff line number Diff line change 2323 - ' 3.1'
2424 - ' 3.2'
2525 - ' 3.3'
26+ - ' 3.4'
2627 gemfile :
2728 - ' resque_1'
2829 - ' resque_2'
Original file line number Diff line number Diff line change 88 remote: https://rubygems.org/
99 specs:
1010 ast (2.4.2 )
11- codecov (0.2.12 )
12- json
13- simplecov
1411 coderay (1.1.3 )
1512 docile (1.4.0 )
1613 json (2.6.3 )
1714 language_server-protocol (3.17.0.3 )
1815 method_source (1.0.0 )
19- minitest (5.18.1 )
16+ minitest (5.25.4 )
2017 minitest-rg (5.2.0 )
2118 minitest (~> 5.0 )
22- mocha (2.0.4 )
19+ mocha (2.7.1 )
2320 ruby2_keywords (>= 0.0.5 )
2421 mono_logger (1.1.2 )
2522 multi_json (1.15.0 )
@@ -84,7 +81,6 @@ PLATFORMS
8481 ruby
8582
8683DEPENDENCIES
87- codecov
8884 minitest
8985 minitest-rg
9086 mocha
Original file line number Diff line number Diff line change 11# Resque::Disable::Job
22
33[ ![ Build Status] ( https://travis-ci.org/zendesk/resque-disable-job.svg?branch=master )] ( https://travis-ci.org/zendesk/resque-disable-job )
4- [ ![ codecov] ( https://codecov.io/gh/zendesk/resque-disable-job/branch/master/graph/badge.svg )] ( https://codecov.io/gh/zendesk/resque-disable-job )
54
65
76This is a Resque plugin that allows us to disable jobs from being processed, by using the job class name and arguments.
Original file line number Diff line number Diff line change 44
55gemspec path : '../'
66
7- gem 'codecov'
87gem 'minitest'
98gem 'minitest-rg'
109gem 'mocha'
Original file line number Diff line number Diff line change 88 remote: https://rubygems.org/
99 specs:
1010 ast (2.4.2)
11- codecov (0.2.12)
12- json
13- simplecov
1411 coderay (1.1.3)
1512 docile (1.4.0)
1613 json (2.6.3)
1714 language_server-protocol (3.17.0.3)
1815 method_source (1.0.0)
19- minitest (5.18.1 )
16+ minitest (5.25.4 )
2017 minitest-rg (5.2.0)
2118 minitest (~> 5.0)
22- mocha (2.0.4 )
19+ mocha (2.7.1 )
2320 ruby2_keywords (>= 0.0.5)
2421 mono_logger (1.1.2)
2522 multi_json (1.15.0)
@@ -84,7 +81,6 @@ PLATFORMS
8481 ruby
8582
8683DEPENDENCIES
87- codecov
8884 minitest
8985 minitest-rg
9086 mocha
Original file line number Diff line number Diff line change 88 remote: https://rubygems.org/
99 specs:
1010 ast (2.4.2)
11- codecov (0.2.12)
12- json
13- simplecov
1411 coderay (1.1.3)
1512 connection_pool (2.4.1)
1613 docile (1.4.0)
1714 json (2.6.3)
1815 language_server-protocol (3.17.0.3)
1916 method_source (1.0.0)
20- minitest (5.18.1 )
17+ minitest (5.25.4 )
2118 minitest-rg (5.2.0)
2219 minitest (~> 5.0)
23- mocha (2.0.4 )
20+ mocha (2.7.1 )
2421 ruby2_keywords (>= 0.0.5)
2522 mono_logger (1.1.2)
2623 multi_json (1.15.0)
@@ -85,7 +82,6 @@ PLATFORMS
8582 ruby
8683
8784DEPENDENCIES
88- codecov
8985 minitest
9086 minitest-rg
9187 mocha
Original file line number Diff line number Diff line change 55 add_filter '/spec/'
66end
77
8- require 'codecov'
9- SimpleCov . formatter = SimpleCov ::Formatter ::Codecov
10-
118require 'bundler/setup'
129require 'resque'
1310require 'resque-disable-job'
You can’t perform that action at this time.
0 commit comments