otb_job_queue 0.1.0 → 0.1.1
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 +4 -4
- data/README.md +2 -2
- data/lib/otb_job_queue/version.rb +1 -1
- data/otb_job_queue.gemspec +1 -1
- metadata +4 -8
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5b9232dc8ead33490ce70c5f76b84b3520375f8ad4d64149f50ff0f8339d140f
|
4
|
+
data.tar.gz: 0c807a645b386902e6f5ccb4256c44c6af46b86b389c70a74598fa0289a8c0c9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a11a77b68edc5df4fa580cd99d709feb2e227c6b5d36fb2180be6b11f225440bb319ab44c64ed865938e454a9106d0f8a7a941b845416bc2f397813225390d59
|
7
|
+
data.tar.gz: 9ebe871b8b16de2305061715a5b1faf84dfee73fe7f3e90c966d9c9d9eaea7ce7f07a80dd1c0dd36799e5cc22c8c227e392d2f5105bf4c00edf698383cc2ad8b
|
data/README.md
CHANGED
@@ -73,7 +73,7 @@ To install this gem onto your local machine, run `bundle exec rake install`. To
|
|
73
73
|
|
74
74
|
## Contributing
|
75
75
|
|
76
|
-
Bug reports and pull requests are welcome on GitLab at https://gitlab.com/
|
76
|
+
Bug reports and pull requests are welcome on GitLab at https://gitlab.com/mariozugaj/otb-job-queue. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
|
77
77
|
|
78
78
|
## License
|
79
79
|
|
@@ -81,4 +81,4 @@ The gem is available as open source under the terms of the [MIT License](https:/
|
|
81
81
|
|
82
82
|
## Code of Conduct
|
83
83
|
|
84
|
-
Everyone interacting in the OtbJobQueue project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://gitlab.com/
|
84
|
+
Everyone interacting in the OtbJobQueue project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://gitlab.com/mariozugaj/otb-job-queue/blob/master/CODE_OF_CONDUCT.md).
|
data/otb_job_queue.gemspec
CHANGED
@@ -12,7 +12,7 @@ Gem::Specification.new do |spec|
|
|
12
12
|
|
13
13
|
spec.summary = "OTB Job Queue"
|
14
14
|
spec.description = "Solution for the OTB Job Queue Challenge"
|
15
|
-
spec.homepage = "https://gitlab.com/
|
15
|
+
spec.homepage = "https://gitlab.com/mariozugaj/otb-job-queue"
|
16
16
|
spec.license = "MIT"
|
17
17
|
|
18
18
|
# Specify which files should be added to the gem when it is released.
|
metadata
CHANGED
@@ -1,14 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: otb_job_queue
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Mario Zugaj
|
8
|
-
autorequire:
|
9
8
|
bindir: exe
|
10
9
|
cert_chain: []
|
11
|
-
date:
|
10
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
12
11
|
dependencies:
|
13
12
|
- !ruby/object:Gem::Dependency
|
14
13
|
name: bundler
|
@@ -118,11 +117,10 @@ files:
|
|
118
117
|
- lib/otb_job_queue/jobs_sequencer.rb
|
119
118
|
- lib/otb_job_queue/version.rb
|
120
119
|
- otb_job_queue.gemspec
|
121
|
-
homepage: https://gitlab.com/
|
120
|
+
homepage: https://gitlab.com/mariozugaj/otb-job-queue
|
122
121
|
licenses:
|
123
122
|
- MIT
|
124
123
|
metadata: {}
|
125
|
-
post_install_message:
|
126
124
|
rdoc_options: []
|
127
125
|
require_paths:
|
128
126
|
- lib
|
@@ -137,9 +135,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
137
135
|
- !ruby/object:Gem::Version
|
138
136
|
version: '0'
|
139
137
|
requirements: []
|
140
|
-
|
141
|
-
rubygems_version: 2.7.6
|
142
|
-
signing_key:
|
138
|
+
rubygems_version: 3.6.9
|
143
139
|
specification_version: 4
|
144
140
|
summary: OTB Job Queue
|
145
141
|
test_files: []
|