rails-queue-it 0.1.0 → 0.2.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +6 -0
- data/Gemfile.lock +1 -1
- data/README.md +2 -2
- data/lib/queue_it/version.rb +1 -1
- data/queue_it.gemspec +3 -3
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3dbc128ecdaf8a68565f7d8d25b55ace04d3c46609b232305041af691baf25dd
|
4
|
+
data.tar.gz: 67c9dd79eeb5c01f00a2ceff5083ad2e83fc73e1d0102bf107246b6c5295d805
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
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
|
data/lib/queue_it/version.rb
CHANGED
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/
|
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.
|
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-
|
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/
|
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
|