tomo-plugin-sidekiq 1.0.3 → 1.0.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ab8d3bfcd455038f11bf371192ce0fe21fa5f10af585c9a9e63f7f3f73270156
4
- data.tar.gz: 0c43b64551134c8c6d2b6677206e434a8063ce7bb6446ef951ece3b8b253ded5
3
+ metadata.gz: e237323ed1083b14a2491a5105d3b4d802896b3008d3da4d06ca3fed1a1c7f0f
4
+ data.tar.gz: 66dde1726e0f6ac03fd84a28b1d4cf93ba16d41a5aff1c15a65960f84726370e
5
5
  SHA512:
6
- metadata.gz: 7121ab32ff394bc65d37fa8eb7765c9ffd0af5fda9b7c56425900ef43b51f337567a8ee59eff94f14cbc460f09b65ed674b4496c83a7ff12c601abe6ad7e809c
7
- data.tar.gz: 6c76a5163d930d99aa55d6ef377f8d4c3b66cfd4cebc925b7220b8fa61221a80e14f2e0b29764383ade9ef6058e7b85c99c508749f74fcda700616f456502c9b
6
+ metadata.gz: d287e6badc250b09c864031f10aaf2712667c96e10512faee3c7abd013b422e1763d2cab071353cae6487ca64614f07e360936dcc843d16c938b353f2f05939c
7
+ data.tar.gz: 7700fe05bd75c62e34aadbf1000a326694c8b501719ee5a0b0fbf396af1cbf563100586735b0a892693927ccb24b937cdf1a7ec03cfdc780ccb0c923b1d02975
data/LICENSE.txt CHANGED
@@ -1,6 +1,6 @@
1
1
  The MIT License (MIT)
2
2
 
3
- Copyright (c) 2020 Matt Brictson
3
+ Copyright (c) 2021 Matt Brictson
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
data/README.md CHANGED
@@ -1,7 +1,6 @@
1
1
  # tomo-plugin-sidekiq
2
2
 
3
3
  [![Gem Version](https://badge.fury.io/rb/tomo-plugin-sidekiq.svg)](https://rubygems.org/gems/tomo-plugin-sidekiq)
4
- [![Travis](https://img.shields.io/travis/mattbrictson/tomo-plugin-sidekiq.svg?label=travis)](https://travis-ci.org/mattbrictson/tomo-plugin-sidekiq)
5
4
  [![Circle](https://circleci.com/gh/mattbrictson/tomo-plugin-sidekiq/tree/main.svg?style=shield)](https://app.circleci.com/pipelines/github/mattbrictson/tomo-plugin-sidekiq?branch=main)
6
5
  [![Code Climate](https://codeclimate.com/github/mattbrictson/tomo-plugin-sidekiq/badges/gpa.svg)](https://codeclimate.com/github/mattbrictson/tomo-plugin-sidekiq)
7
6
 
@@ -4,5 +4,5 @@ module Tomo
4
4
  end
5
5
 
6
6
  module Tomo::Plugin::Sidekiq
7
- VERSION = "1.0.3".freeze
7
+ VERSION = "1.0.4".freeze
8
8
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tomo-plugin-sidekiq
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.3
4
+ version: 1.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matt Brictson
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2020-11-04 00:00:00.000000000 Z
11
+ date: 2021-02-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tomo
@@ -60,7 +60,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
60
60
  - !ruby/object:Gem::Version
61
61
  version: '0'
62
62
  requirements: []
63
- rubygems_version: 3.1.4
63
+ rubygems_version: 3.2.7
64
64
  signing_key:
65
65
  specification_version: 4
66
66
  summary: sidekiq tasks for tomo