File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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.0.4 ruby lib
5+ # stub: sidekiq-cron 1.1.0 ruby lib
66
77Gem ::Specification . new do |s |
88 s . name = "sidekiq-cron" . freeze
9- s . version = "1.0.4 "
9+ s . version = "1.1.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 = "2018-08-15 "
14+ s . date = "2019-01-16 "
1515 s . description = "Enables to set jobs to be run in specified time (using CRON notation)" . freeze
1616 s . email = "ondrej@bartas.cz" . freeze
1717 s . extra_rdoc_files = [
@@ -44,6 +44,8 @@ Gem::Specification.new do |s|
4444 "lib/sidekiq/cron/support.rb" ,
4545 "lib/sidekiq/cron/views/cron.erb" ,
4646 "lib/sidekiq/cron/views/cron.slim" ,
47+ "lib/sidekiq/cron/views/cron_show.erb" ,
48+ "lib/sidekiq/cron/views/cron_show.slim" ,
4749 "lib/sidekiq/cron/web.rb" ,
4850 "lib/sidekiq/cron/web_extension.rb" ,
4951 "sidekiq-cron.gemspec" ,
You can’t perform that action at this time.
0 commit comments