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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 93b7a1ae26b497459d19707e053485b8fc6fa240336dfb99affe54d4e0dda745
4
- data.tar.gz: f130cc222121c16a99c974810f83d0dc0cb71ed8f5fcb9f3abcf87becf8ed42b
3
+ metadata.gz: 5b9232dc8ead33490ce70c5f76b84b3520375f8ad4d64149f50ff0f8339d140f
4
+ data.tar.gz: 0c807a645b386902e6f5ccb4256c44c6af46b86b389c70a74598fa0289a8c0c9
5
5
  SHA512:
6
- metadata.gz: 78ea3674c8b05d87c10e2d9163ffac5b9338ece76a84de06574a39210070fd78f36a90bece78c8230c2fc889a5a8bdd4a1fb4939588585c4c9e5a580169175d7
7
- data.tar.gz: 3d0ad83877fbff306dd3f54b4bdd7325ea398493013f9c1374c3e28deefc4941b546e2f1643680bbe5c12604382309fe856e98f0a0db98a0f07c54303b1f963d
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/chanjman/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.
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/chanjman/otb-job-queue/blob/master/CODE_OF_CONDUCT.md).
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).
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module OtbJobQueue
4
- VERSION = "0.1.0"
4
+ VERSION = "0.1.1"
5
5
  end
@@ -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/chanjman/otb-job-queue"
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.0
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: 2018-12-05 00:00:00.000000000 Z
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/chanjman/otb-job-queue
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
- rubyforge_project:
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: []