File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 22# DO NOT EDIT THIS FILE DIRECTLY
33# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
44# -*- encoding: utf-8 -*-
5- # stub: sidekiq-cron 1.1 .0 ruby lib
5+ # stub: sidekiq-cron 1.2 .0 ruby lib
66
77Gem ::Specification . new do |s |
88 s . name = "sidekiq-cron" . freeze
9- s . version = "1.1 .0"
9+ s . version = "1.2 .0"
1010
1111 s . required_rubygems_version = Gem ::Requirement . new ( ">= 0" . freeze ) if s . respond_to? :required_rubygems_version=
1212 s . require_paths = [ "lib" . freeze ]
1313 s . authors = [ "Ondrej Bartas" . freeze ]
14- s . date = "2019-01-16 "
14+ s . date = "2020-04-03 "
1515 s . description = "Enables to set jobs to be run in specified time (using CRON notation)" . freeze
1616 s . email = "[email protected] " . freeze 1717 s . extra_rdoc_files = [
@@ -57,7 +57,7 @@ Gem::Specification.new do |s|
5757 ]
5858 s . homepage = "http://github.com/ondrejbartas/sidekiq-cron" . freeze
5959 s . licenses = [ "MIT" . freeze ]
60- s . rubygems_version = "2.5.2.1 " . freeze
60+ s . rubygems_version = "3.0.3 " . freeze
6161 s . summary = "Sidekiq Cron helps to add repeated scheduled jobs" . freeze
6262
6363 if s . respond_to? :specification_version then
You can’t perform that action at this time.
0 commit comments