Skip to content

Commit

Permalink
Merge pull request #151 from bnauta/feature/que-1.0.0.beta4
Browse files Browse the repository at this point in the history
Que 1.0.0.beta4 compatability
  • Loading branch information
hlascelles authored Feb 9, 2020
2 parents bdc6e1e + 6b16dcc commit b8083e6
Show file tree
Hide file tree
Showing 15 changed files with 23 additions and 22 deletions.
6 changes: 3 additions & 3 deletions Appraisals
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,15 @@ end

appraise 'activesupport-4-que-1-x' do
gem 'activesupport', '~> 4.0'
gem 'que', '1.0.0.beta3'
gem 'que', '1.0.0.beta4'
end

appraise 'activesupport-5-que-1-x' do
gem 'activesupport', '~> 5.0'
gem 'que', '1.0.0.beta3'
gem 'que', '1.0.0.beta4'
end

appraise 'activesupport-6-que-1-x' do
gem 'activesupport', '~> 6.0'
gem 'que', '1.0.0.beta3'
gem 'que', '1.0.0.beta4'
end
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

- Check for synchronous que [#134](https://github.com/hlascelles/que-scheduler/pull/134)
- Ensure reliable backoff semantics for Que 1.0 [#135](https://github.com/hlascelles/que-scheduler/pull/135)
- Add support for Que 1.0.0.beta4 [#151](https://github.com/hlascelles/que-scheduler/pull/151)

## 3.2.7 (2019-10-19)

Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ PATH
backports (~> 3.10)
fugit (~> 1.1, >= 1.1.8)
hashie (>= 3, < 5)
que (>= 0.12, <= 1.0.0.beta3)
que (>= 0.12, <= 1.0.0.beta4)

GEM
remote: https://rubygems.org/
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/activesupport_4_que_0_12.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ PATH
backports (~> 3.10)
fugit (~> 1.1, >= 1.1.8)
hashie (>= 3, < 5)
que (>= 0.12, <= 1.0.0.beta3)
que (>= 0.12, <= 1.0.0.beta4)

GEM
remote: https://rubygems.org/
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/activesupport_4_que_0_14.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ PATH
backports (~> 3.10)
fugit (~> 1.1, >= 1.1.8)
hashie (>= 3, < 5)
que (>= 0.12, <= 1.0.0.beta3)
que (>= 0.12, <= 1.0.0.beta4)

GEM
remote: https://rubygems.org/
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/activesupport_4_que_1_x.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
source "https://rubygems.org"

gem "activesupport", "~> 4.0"
gem "que", "1.0.0.beta3"
gem "que", "1.0.0.beta4"

gemspec path: "../"
6 changes: 3 additions & 3 deletions gemfiles/activesupport_4_que_1_x.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ PATH
backports (~> 3.10)
fugit (~> 1.1, >= 1.1.8)
hashie (>= 3, < 5)
que (>= 0.12, <= 1.0.0.beta3)
que (>= 0.12, <= 1.0.0.beta4)

GEM
remote: https://rubygems.org/
Expand Down Expand Up @@ -107,7 +107,7 @@ GEM
pry-byebug (3.7.0)
byebug (~> 11.0)
pry (~> 0.10)
que (1.0.0.beta3)
que (1.0.0.beta4)
raabro (1.1.6)
rack (1.6.11)
rack-test (0.6.3)
Expand Down Expand Up @@ -191,7 +191,7 @@ DEPENDENCIES
fasterer
pg (~> 0.21)
pry-byebug
que (= 1.0.0.beta3)
que (= 1.0.0.beta4)
que-scheduler!
rake
reek (= 5.0.2)
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/activesupport_5_que_0_12.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ PATH
backports (~> 3.10)
fugit (~> 1.1, >= 1.1.8)
hashie (>= 3, < 5)
que (>= 0.12, <= 1.0.0.beta3)
que (>= 0.12, <= 1.0.0.beta4)

GEM
remote: https://rubygems.org/
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/activesupport_5_que_0_14.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ PATH
backports (~> 3.10)
fugit (~> 1.1, >= 1.1.8)
hashie (>= 3, < 5)
que (>= 0.12, <= 1.0.0.beta3)
que (>= 0.12, <= 1.0.0.beta4)

GEM
remote: https://rubygems.org/
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/activesupport_5_que_1_x.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
source "https://rubygems.org"

gem "activesupport", "~> 5.0"
gem "que", "1.0.0.beta3"
gem "que", "1.0.0.beta4"

gemspec path: "../"
6 changes: 3 additions & 3 deletions gemfiles/activesupport_5_que_1_x.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ PATH
backports (~> 3.10)
fugit (~> 1.1, >= 1.1.8)
hashie (>= 3, < 5)
que (>= 0.12, <= 1.0.0.beta3)
que (>= 0.12, <= 1.0.0.beta4)

GEM
remote: https://rubygems.org/
Expand Down Expand Up @@ -106,7 +106,7 @@ GEM
pry-byebug (3.7.0)
byebug (~> 11.0)
pry (~> 0.10)
que (1.0.0.beta3)
que (1.0.0.beta4)
raabro (1.1.6)
rack (2.0.7)
rack-test (1.1.0)
Expand Down Expand Up @@ -188,7 +188,7 @@ DEPENDENCIES
fasterer
pg (~> 0.21)
pry-byebug
que (= 1.0.0.beta3)
que (= 1.0.0.beta4)
que-scheduler!
rake
reek (= 5.0.2)
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/activesupport_6_que_0_14.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ PATH
backports (~> 3.10)
fugit (~> 1.1, >= 1.1.8)
hashie (>= 3, < 5)
que (>= 0.12, <= 1.0.0.beta3)
que (>= 0.12, <= 1.0.0.beta4)

GEM
remote: https://rubygems.org/
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/activesupport_6_que_1_x.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
source "https://rubygems.org"

gem "activesupport", "~> 6.0"
gem "que", "1.0.0.beta3"
gem "que", "1.0.0.beta4"

gemspec path: "../"
6 changes: 3 additions & 3 deletions gemfiles/activesupport_6_que_1_x.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ PATH
backports (~> 3.10)
fugit (~> 1.1, >= 1.1.8)
hashie (>= 3, < 5)
que (>= 0.12, <= 1.0.0.beta3)
que (>= 0.12, <= 1.0.0.beta4)

GEM
remote: https://rubygems.org/
Expand Down Expand Up @@ -105,7 +105,7 @@ GEM
pry-byebug (3.7.0)
byebug (~> 11.0)
pry (~> 0.10)
que (1.0.0.beta3)
que (1.0.0.beta4)
raabro (1.1.6)
rack (2.0.7)
rack-test (1.1.0)
Expand Down Expand Up @@ -188,7 +188,7 @@ DEPENDENCIES
fasterer
pg (~> 0.21)
pry-byebug
que (= 1.0.0.beta3)
que (= 1.0.0.beta4)
que-scheduler!
rake
reek (= 5.0.2)
Expand Down
2 changes: 1 addition & 1 deletion que-scheduler.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Gem::Specification.new do |spec|
spec.add_dependency 'backports', '~> 3.10'
spec.add_dependency 'fugit', '~> 1.1', '>= 1.1.8' # 1.1.8 fixes "disallow zero months in cron"
spec.add_dependency 'hashie', '>= 3', '< 5'
spec.add_dependency 'que', '>= 0.12', '<= 1.0.0.beta3'
spec.add_dependency 'que', '>= 0.12', '<= 1.0.0.beta4'

spec.add_development_dependency 'activerecord', '>= 4.0'
spec.add_development_dependency 'appraisal'
Expand Down

0 comments on commit b8083e6

Please sign in to comment.