From 132d0b4c7ab6debd2c9c5d09103ed82c05c545dc Mon Sep 17 00:00:00 2001 From: John Wilkinson Date: Tue, 19 Apr 2022 16:34:17 -0700 Subject: [PATCH] Change to 0.0.3 to avoid prior simplekiq versions --- CHANGELOG.md | 4 +++- Gemfile.lock | 2 +- lib/simplekiq/version.rb | 2 +- simplekiq.gemspec | 2 +- 4 files changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b136add..5c985e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,11 +4,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [0.0.2] +## [0.0.3] * Misc minimal fixes to get the gem building and releasable [#2](https://github.com/doximity/rake-ui/pull/3) * Copy over library code from prior sources with maintained history [#1](https://github.com/doximity/simplekiq/pull/1) +## [0.0.2] +* Scrubbed version from rubygems, do not use ## [0.0.1] * Scrubbed version from rubygems, do not use diff --git a/Gemfile.lock b/Gemfile.lock index 979938e..c5e64d2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - simplekiq (0.0.2) + simplekiq (0.0.3) sidekiq (~> 5.2.9) GEM diff --git a/lib/simplekiq/version.rb b/lib/simplekiq/version.rb index 780f427..ca8388f 100644 --- a/lib/simplekiq/version.rb +++ b/lib/simplekiq/version.rb @@ -1,3 +1,3 @@ module Simplekiq - VERSION = "0.0.2" + VERSION = "0.0.3" end diff --git a/simplekiq.gemspec b/simplekiq.gemspec index c0f5050..ec0d2d1 100644 --- a/simplekiq.gemspec +++ b/simplekiq.gemspec @@ -8,7 +8,7 @@ Gem::Specification.new do |spec| spec.summary = "Sidekiq-based workflow orchestration library" spec.description = "Provides tools for representing long chains of parallel and serial jobs in a flat, simple way." spec.homepage = "https://github.com/doximity/simplekiq" - spec.license = "MIT" + spec.license = "APACHE-2.0" spec.required_ruby_version = Gem::Requirement.new(">= 2.5.0") spec.metadata["homepage_uri"] = spec.homepage