forked from collectiveidea/delayed_job_active_record
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
stree write --print-width=120 lib/**.rb spec/**.rb delayed_job_modern_record.gemspec Gemfile
- Loading branch information
1 parent
85ca3a5
commit 041b677
Showing
5 changed files
with
12 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,4 +7,3 @@ gemspec | |
gem "mysql2", "~> 0.5.6" | ||
gem "trilogy", "~> 2.7.0" | ||
gem "rspec", "~> 3.13" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,24 @@ | ||
# frozen_string_literal: true | ||
|
||
Gem::Specification.new do |spec| | ||
spec.name = "delayed_job_moden_record" | ||
spec.version = "0.0.1" | ||
spec.summary = "Modern ActiveRecord backend for DelayedJob" | ||
spec.name = "delayed_job_moden_record" | ||
spec.version = "0.0.1" | ||
spec.summary = "Modern ActiveRecord backend for DelayedJob" | ||
spec.description = "Modern ActiveRecord backend for Delayed::Job, originally authored by Tobias Lütke" | ||
|
||
spec.licenses = "MIT" | ||
|
||
spec.authors = ["Arkency"] | ||
spec.email = ["dev@arkency.com"] | ||
spec.authors = ["Arkency"] | ||
spec.email = ["dev@arkency.com"] | ||
spec.homepage = "http://github.com/arkency/delayed_job_modern_record" | ||
|
||
spec.files = %w[CONTRIBUTING.md LICENSE.md README.md delayed_job_modern_record.gemspec] + Dir["lib/**/*.rb"] | ||
spec.files = %w[CONTRIBUTING.md LICENSE.md README.md delayed_job_modern_record.gemspec] + Dir["lib/**/*.rb"] | ||
spec.require_paths = ["lib"] | ||
|
||
spec.metadata = { "rubygems_mfa_required" => "true" } | ||
|
||
spec.required_ruby_version = ">= 3.3.0" | ||
|
||
spec.add_dependency "activerecord", [">= 7.1", "< 8.0"] | ||
spec.add_dependency "delayed_job", [">= 4.1.11", "< 5"] | ||
spec.add_dependency "delayed_job", [">= 4.1.11", "< 5"] | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters