tomo-plugin-sidekiq 0.2.0 → 0.3.0

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: 115dea9e7b65e30ad6ec570538d5e66c42d7cdf854c90e524e32ea027e340994
4
- data.tar.gz: 39f17c0653605d096d9abed44604f76b25b1dcd4a7f3bc11f694ad697dbd5234
3
+ metadata.gz: 47c78ea155f415b848273527a82d1fa671c90532ef67e99e945121534e5224d7
4
+ data.tar.gz: '0784efa31186c438881bbd1576b4167aa2a7d3fa9441afeb0857903df2042017'
5
5
  SHA512:
6
- metadata.gz: aabe85f407d8f5adc5573d0de60f5f112f8c6f5b470252ccb6b09e6fb07bb133535657905b6e47be9e3b84e5e8f4b8cf1ffb5128f1fc341603ce3833b58735b5
7
- data.tar.gz: 1a03defbf8428e71c99dcd2f00dbd14922c8dffd69e752488970ab639e9865734a6d5f804bbf933f83502c3ee102fc7a61a917b3b6fc3fe334d6cd7afec3f82b
6
+ metadata.gz: 2bca9dca6faeca252354fb70e7b4b0cf8bf464bba27caf40af246923958de3b1415701accdcb6691b589026eb5eb9042cad4e83f0a7f78f782fd16e0c5701012
7
+ data.tar.gz: 80be68025a9714a6f146e1f4e25113af665624766ac0ce644b90ea0e9e923ef2a426246176b5c6a5c339cf3a61d2ddd8aa1beb28f092b9c699c9d102dd28018f
@@ -1,6 +1,6 @@
1
1
  The MIT License (MIT)
2
2
 
3
- Copyright (c) 2019 Matt Brictson
3
+ Copyright (c) 2020 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
@@ -1,6 +1,6 @@
1
1
  require "tomo"
2
- require "tomo/plugin/sidekiq/tasks"
3
- require "tomo/plugin/sidekiq/version"
2
+ require_relative "sidekiq/tasks"
3
+ require_relative "sidekiq/version"
4
4
 
5
5
  module Tomo
6
6
  module Plugin
@@ -9,11 +9,11 @@ module Tomo
9
9
 
10
10
  tasks Tomo::Plugin::Sidekiq::Tasks
11
11
 
12
- # rubocop:disable Metrics/LineLength
12
+ # rubocop:disable Layout/LineLength
13
13
  defaults sidekiq_systemd_service: "sidekiq_%{application}.service",
14
14
  sidekiq_systemd_service_path: ".config/systemd/user/%{sidekiq_systemd_service}",
15
15
  sidekiq_systemd_service_template_path: File.expand_path("sidekiq/service.erb", __dir__)
16
- # rubocop:enable Metrics/LineLength
16
+ # rubocop:enable Layout/LineLength
17
17
  end
18
18
  end
19
19
  end
@@ -1,7 +1,7 @@
1
1
  module Tomo
2
2
  module Plugin
3
3
  module Sidekiq
4
- VERSION = "0.2.0".freeze
4
+ VERSION = "0.3.0".freeze
5
5
  end
6
6
  end
7
7
  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: 0.2.0
4
+ version: 0.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matt Brictson
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2019-11-02 00:00:00.000000000 Z
11
+ date: 2020-01-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tomo
@@ -100,28 +100,28 @@ dependencies:
100
100
  requirements:
101
101
  - - '='
102
102
  - !ruby/object:Gem::Version
103
- version: 0.76.0
103
+ version: 0.79.0
104
104
  type: :development
105
105
  prerelease: false
106
106
  version_requirements: !ruby/object:Gem::Requirement
107
107
  requirements:
108
108
  - - '='
109
109
  - !ruby/object:Gem::Version
110
- version: 0.76.0
110
+ version: 0.79.0
111
111
  - !ruby/object:Gem::Dependency
112
112
  name: rubocop-performance
113
113
  requirement: !ruby/object:Gem::Requirement
114
114
  requirements:
115
115
  - - '='
116
116
  - !ruby/object:Gem::Version
117
- version: 1.5.0
117
+ version: 1.5.2
118
118
  type: :development
119
119
  prerelease: false
120
120
  version_requirements: !ruby/object:Gem::Requirement
121
121
  requirements:
122
122
  - - '='
123
123
  - !ruby/object:Gem::Version
124
- version: 1.5.0
124
+ version: 1.5.2
125
125
  description:
126
126
  email:
127
127
  - opensource@mattbrictson.com
@@ -158,7 +158,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
158
158
  - !ruby/object:Gem::Version
159
159
  version: '0'
160
160
  requirements: []
161
- rubygems_version: 3.0.6
161
+ rubygems_version: 3.1.2
162
162
  signing_key:
163
163
  specification_version: 4
164
164
  summary: sidekiq tasks for tomo