Skip to content

Commit

Permalink
Change to 0.0.3 to avoid prior simplekiq versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jcwilk committed Apr 19, 2022
1 parent 9e008c2 commit 132d0b4
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
simplekiq (0.0.2)
simplekiq (0.0.3)
sidekiq (~> 5.2.9)

GEM
Expand Down
2 changes: 1 addition & 1 deletion lib/simplekiq/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Simplekiq
VERSION = "0.0.2"
VERSION = "0.0.3"
end
2 changes: 1 addition & 1 deletion simplekiq.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 132d0b4

Please sign in to comment.