tomo-plugin-sidekiq 1.0.4 → 1.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e237323ed1083b14a2491a5105d3b4d802896b3008d3da4d06ca3fed1a1c7f0f
4
- data.tar.gz: 66dde1726e0f6ac03fd84a28b1d4cf93ba16d41a5aff1c15a65960f84726370e
3
+ metadata.gz: 86c3f9cd2d534d8fdb08ffa1c237eaaf3e90dd8cf55ec45d510a2e491e3685b1
4
+ data.tar.gz: 1a833c1184a6be86f553bdcfb0e92ca574a56021ffff93bcb170f04dcabb8abb
5
5
  SHA512:
6
- metadata.gz: d287e6badc250b09c864031f10aaf2712667c96e10512faee3c7abd013b422e1763d2cab071353cae6487ca64614f07e360936dcc843d16c938b353f2f05939c
7
- data.tar.gz: 7700fe05bd75c62e34aadbf1000a326694c8b501719ee5a0b0fbf396af1cbf563100586735b0a892693927ccb24b937cdf1a7ec03cfdc780ccb0c923b1d02975
6
+ metadata.gz: '042988b83362d5e3f2ba08bee7286708c3bca211b34b62a47b862ae93ade64d4d957cbecdc647cff312a8868df644ad3b7cc1f345554d7362193ae4404facdde'
7
+ data.tar.gz: 8daa2c7504f586a274d8d38f35df2315ed8ca4a94b417008b1c3184974186d3d056a1fb4cef896e7732d81b2f8840ebd125516333cb3df5b7cc78ebe1655092c
data/LICENSE.txt CHANGED
@@ -1,6 +1,6 @@
1
1
  The MIT License (MIT)
2
2
 
3
- Copyright (c) 2021 Matt Brictson
3
+ Copyright (c) 2022 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
@@ -4,5 +4,5 @@ module Tomo
4
4
  end
5
5
 
6
6
  module Tomo::Plugin::Sidekiq
7
- VERSION = "1.0.4".freeze
7
+ VERSION = "1.1.2".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.4
4
+ version: 1.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matt Brictson
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2021-02-08 00:00:00.000000000 Z
11
+ date: 2022-02-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tomo
@@ -45,6 +45,7 @@ metadata:
45
45
  changelog_uri: https://github.com/mattbrictson/tomo-plugin-sidekiq/releases
46
46
  source_code_uri: https://github.com/mattbrictson/tomo-plugin-sidekiq
47
47
  homepage_uri: https://github.com/mattbrictson/tomo-plugin-sidekiq
48
+ rubygems_mfa_required: 'true'
48
49
  post_install_message:
49
50
  rdoc_options: []
50
51
  require_paths:
@@ -53,14 +54,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
53
54
  requirements:
54
55
  - - ">="
55
56
  - !ruby/object:Gem::Version
56
- version: 2.5.0
57
+ version: 2.6.0
57
58
  required_rubygems_version: !ruby/object:Gem::Requirement
58
59
  requirements:
59
60
  - - ">="
60
61
  - !ruby/object:Gem::Version
61
62
  version: '0'
62
63
  requirements: []
63
- rubygems_version: 3.2.7
64
+ rubygems_version: 3.3.7
64
65
  signing_key:
65
66
  specification_version: 4
66
67
  summary: sidekiq tasks for tomo