sidekiq-web-workers 1.0.3 → 1.0.4

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: eea74bc35f9ef3a6796bb6b1b47c6e35c17ef4c3e128cb98c725b074e8d167db
4
- data.tar.gz: 0c6124d3f286c0a53666843760d529b208dcb218b3cd0d8d23030e3107517d49
3
+ metadata.gz: f9b36bebc8ef9551f2ee144923cbbc075242e91c2f1fcc10f331e7bba1b16527
4
+ data.tar.gz: a2727a5f6e000c150e1ff3e5e421292aab0332f19e769b2c5d464081cc4149e6
5
5
  SHA512:
6
- metadata.gz: 4b5d83e0f026224e2bc9646ff5b5dcd86b91213d7a25b3b61846ba2098db570f38b4bba7ce453b407f5b9386dfd2d45ccf55d8a2571c43c3e0681e2711a0f17c
7
- data.tar.gz: f66c809faad2c2b23c28a5ee33b5dac693fc50f89856a3338b326fa0d379aa2d074916e85b7a97e900cbb038f533084bde8a051d7c76ca09b62e18747889380c
6
+ metadata.gz: cf686e9292af7626f99351ce5adf9b4ccb1b215791ae24427fcdfe594bf6caf8a57914ea0aebfebb7ebcaea06f5868c8d8244cbd8ada755e016286b2c2b1bd81
7
+ data.tar.gz: 61f82afc7ed3f1c50dd893d34dfb83fc21d615096a668960ad1b4d0007102679ecb8917f00bde46cfc001d4dec1c245c70c87b49654e54ba2763976f19057f8c
data/README.md CHANGED
@@ -34,7 +34,7 @@ To install this gem onto your local machine, run `bundle exec rake install`. To
34
34
 
35
35
  ## Contributing
36
36
 
37
- Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/sidekiq_web_run_jobs. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [code of conduct](https://github.com/etsenake/sidekiq_web_run_jobs/blob/master/CODE_OF_CONDUCT.md).
37
+ Bug reports and pull requests are welcome on GitHub at https://github.com/etsenake/sidekiq_web_run_jobs. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [code of conduct](https://github.com/etsenake/sidekiq_web_run_jobs/blob/master/CODE_OF_CONDUCT.md).
38
38
 
39
39
 
40
40
  ## License
@@ -43,4 +43,4 @@ The gem is available as open source under the terms of the [MIT License](https:/
43
43
 
44
44
  ## Code of Conduct
45
45
 
46
- Everyone interacting in the SidekiqWebRunJobs project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/[USERNAME]/sidekiq_web_run_jobs/blob/master/CODE_OF_CONDUCT.md).
46
+ Everyone interacting in the SidekiqWebRunJobs project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/etsenake/sidekiq_web_run_jobs/blob/master/CODE_OF_CONDUCT.md).
@@ -1,3 +1,3 @@
1
1
  module SidekiqWebRunJobs
2
- VERSION = "1.0.3"
2
+ VERSION = "1.0.4"
3
3
  end
@@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
11
11
  spec.license = "MIT"
12
12
  spec.required_ruby_version = Gem::Requirement.new(">= 2.2.0")
13
13
 
14
- # spec.metadata["allowed_push_host"] = ['https://rubygems.org', 'https://rubygems.pkg.github.com/etsenake']
14
+ spec.metadata["allowed_push_host"] = 'https://rubygems.org'
15
15
 
16
16
  spec.metadata["homepage_uri"] = spec.homepage
17
17
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sidekiq-web-workers
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
  - Josh Etsenake
@@ -100,6 +100,7 @@ homepage: https://github.com/etsenake/sidekiq_web_run_jobs
100
100
  licenses:
101
101
  - MIT
102
102
  metadata:
103
+ allowed_push_host: https://rubygems.org
103
104
  homepage_uri: https://github.com/etsenake/sidekiq_web_run_jobs
104
105
  post_install_message:
105
106
  rdoc_options: []