Skip to content

Commit

Permalink
version addeD
Browse files Browse the repository at this point in the history
  • Loading branch information
ayushlodhi11 committed Feb 20, 2021
1 parent 1187d67 commit a439938
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions Changes.md
Expand Up @@ -3,6 +3,11 @@ v 1.3.0 (in progress)

- add confirmation dialog when enquing jobs from UI

v 1.2.1
-------

remove poller kill on quiet

v 1.2.0
-------

Expand Down
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
1.2.0
1.2.1
6 changes: 3 additions & 3 deletions sidekiq-cron.gemspec
Expand Up @@ -2,11 +2,11 @@
# DO NOT EDIT THIS FILE DIRECTLY
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
# -*- encoding: utf-8 -*-
# stub: sidekiq-cron 1.2.0 ruby lib
# stub: sidekiq-cron 1.2.1 ruby lib

Gem::Specification.new do |s|
s.name = "sidekiq-cron".freeze
s.version = "1.2.0"
s.version = "1.2.1"

s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
s.require_paths = ["lib".freeze]
Expand Down Expand Up @@ -63,7 +63,7 @@ Gem::Specification.new do |s|
if s.respond_to? :specification_version then
s.specification_version = 4

if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.1') then
s.add_runtime_dependency(%q<sidekiq>.freeze, [">= 4.2.1"])
s.add_runtime_dependency(%q<fugit>.freeze, ["~> 1.1"])
s.add_development_dependency(%q<bundler>.freeze, [">= 0"])
Expand Down

0 comments on commit a439938

Please sign in to comment.