Skip to content

Commit da08aa6

Browse files
committed
Update description
1 parent 537ec9e commit da08aa6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

carrierwave_backgrounder.gemspec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,20 @@ Gem::Specification.new do |s|
66
s.name = "carrierwave_backgrounder"
77
s.version = CarrierWave::Backgrounder::VERSION
88
s.platform = Gem::Platform::RUBY
9+
910
s.authors = ["Larry Sprock"]
1011
s.email = ["larry@lucidbleu.com"]
1112
s.homepage = "https://github.com/lardawge/carrierwave_backgrounder"
1213
s.licenses = ["MIT"]
13-
s.summary = %q{Offload CarrierWave's image processing and storage to a background process using Delayed Job, Resque, Sidekiq, Qu, Queue Classic or Girl Friday}
14+
s.summary = %q{Offload CarrierWave's image processing and storage to a background process using ActiveJob or Sidekiq.}
1415

1516
s.files = `git ls-files`.split("\n")
1617
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
1718
s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
1819
s.require_paths = ["lib"]
1920

21+
s.required_ruby_version = '>= 3.0'
22+
2023
s.add_dependency "carrierwave", ["> 2.0", "< 4.0"]
2124
s.add_dependency "rails", ["> 6.0", "< 8.1"]
2225

0 commit comments

Comments
 (0)