rails-queue-it 0.1.0 → 0.2.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: 0463e68ab653afbe7da1d46430eb9c2ff115990ad4a0699421152ae3f208ad9f
4
- data.tar.gz: e11c88dd8992e773f51b6b967ffacbf422fc5a4c7bf6f27507d413d67b509da0
3
+ metadata.gz: 3dbc128ecdaf8a68565f7d8d25b55ace04d3c46609b232305041af691baf25dd
4
+ data.tar.gz: 67c9dd79eeb5c01f00a2ceff5083ad2e83fc73e1d0102bf107246b6c5295d805
5
5
  SHA512:
6
- metadata.gz: 244fb35fc7f94fd3431a619305b4888a2b3828b54557d32fcf8947d2257b9ba3152bde208caea71589f8883dbdc95beaddf1e33a0c54423d7f70d517a7c55b2f
7
- data.tar.gz: 0f6d0ba7f1058d7c1460efd9ec8b729f3ede026acaafc24eae2525961341a80909ff5aba59abc53719df8339e22dd0a4137fae4a432a8cb0e15a7de723393d1c
6
+ metadata.gz: 29cb900375f9060117186e4acab9bd7dca13eeb43fc388f723db41e12215eef79da349e72ac19537bb35a7adcc0696b4404aca085c678846fb1dd2e88553a331
7
+ data.tar.gz: 11a6fbad544dbb39052e78cef9970f785ded7f14ce254d43d9200cd1a8448c4d12beb0ab85defa9b90c44bdf9e968b4580baf7a525b9dc583f2fa4087e329d78
data/CHANGELOG.md CHANGED
@@ -2,6 +2,12 @@
2
2
  All notable changes to this project will be documented in this file.
3
3
  This project adheres to [Semantic Versioning](http://semver.org/).
4
4
 
5
+ ### v0.2.0
6
+
7
+ #### Changed
8
+
9
+ * Modify gemspec to point github repository
10
+
5
11
  ### v0.1.0
6
12
 
7
13
  * Initial release.
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- rails-queue-it (0.1.0)
4
+ rails-queue-it (0.2.0)
5
5
  rails (>= 6.0)
6
6
 
7
7
  GEM
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Queue It
2
2
 
3
- [![Gem Version](https://badge.fury.io/rb/queue-it.svg)](https://badge.fury.io/rb/queue-it)
3
+ [![Gem Version](https://badge.fury.io/rb/rails-queue-it.svg)](https://badge.fury.io/rb/queue-it)
4
4
  [![CircleCI](https://circleci.com/gh/platanus/queue-it.svg?style=shield)](https://app.circleci.com/pipelines/github/platanus/queue-it)
5
5
 
6
6
  This gem has been develope to manage recurrent processes that need someone (or something) responsable.
@@ -13,7 +13,7 @@ This gem installs an engine in your rails app.
13
13
  Add to your Gemfile:
14
14
 
15
15
  ```ruby
16
- gem "queue-it"
16
+ gem "rails-queue-it"
17
17
  ```
18
18
 
19
19
  ```bash
@@ -1,3 +1,3 @@
1
1
  module QueueIt
2
- VERSION = '0.1.0'
2
+ VERSION = '0.2.0'
3
3
  end
data/queue_it.gemspec CHANGED
@@ -9,9 +9,9 @@ Gem::Specification.new do |s|
9
9
  s.version = QueueIt::VERSION
10
10
  s.authors = ["Platanus", "Gabriel Lyon"]
11
11
  s.email = ["rubygems@platan.us", "gabriel@platan.us"]
12
- s.homepage = "https://github.com/platanus/queue_it/master"
13
- s.summary = ""
14
- s.description = ""
12
+ s.homepage = "https://github.com/platanus/queue-it"
13
+ s.summary = "Queue's for recurrent processes that need someone (or something) responsable."
14
+ s.description = "This gem allows you to queue objects through a simple to use interface."
15
15
  s.license = "MIT"
16
16
 
17
17
  s.files = `git ls-files`.split($/).reject { |fn| fn.start_with? "spec" }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rails-queue-it
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Platanus
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: exe
11
11
  cert_chain: []
12
- date: 2021-08-19 00:00:00.000000000 Z
12
+ date: 2021-08-25 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails
@@ -235,7 +235,7 @@ dependencies:
235
235
  - - ">="
236
236
  - !ruby/object:Gem::Version
237
237
  version: '0'
238
- description: ''
238
+ description: This gem allows you to queue objects through a simple to use interface.
239
239
  email:
240
240
  - rubygems@platan.us
241
241
  - gabriel@platan.us
@@ -349,7 +349,7 @@ files:
349
349
  - spec/rails_helper.rb
350
350
  - spec/spec_helper.rb
351
351
  - spec/support/test_helpers.rb
352
- homepage: https://github.com/platanus/queue_it/master
352
+ homepage: https://github.com/platanus/queue-it
353
353
  licenses:
354
354
  - MIT
355
355
  metadata: {}
@@ -371,7 +371,7 @@ requirements: []
371
371
  rubygems_version: 3.1.6
372
372
  signing_key:
373
373
  specification_version: 4
374
- summary: ''
374
+ summary: Queue's for recurrent processes that need someone (or something) responsable.
375
375
  test_files:
376
376
  - spec/concerns/queue_it/queable_spec.rb
377
377
  - spec/dummy/Rakefile