rush_job_mongoid 1.0.0 → 1.0.2
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/app/presenters/rush_job_mongoid/queue_groups_presenter.rb +1 -1
- data/lib/rush_job_mongoid/version.rb +1 -1
- metadata +2 -16
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2f28c7c2c4e104dc11b22069a6940aa245d2d04d34097734c30578cdbf34bbc6
|
4
|
+
data.tar.gz: 8e4e9c6bc9327bcbd714c3c8ae244cdc8903352c87611250380e789047b6a01f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 65d6681219965aca166d49ebd65f0d6f02abcc16a9d77a4249a0dda76877e67692bc75d899dd4ca3b6af5d468154268e5c3cfab13f33a487243eb447f8025fad
|
7
|
+
data.tar.gz: ac4a9d4963b9488b3d29464543c61dcc26b5e53a940911c24eaafeb65f05180440beb98ff15561a68c7a7f3408391ef54a5ac63b35beb53bce1d9dd85b1d2a66
|
data/README.md
CHANGED
@@ -30,7 +30,7 @@ Queues on the dashboard are eager loaded. If there are lots of queues this can a
|
|
30
30
|
Add this line to your Ruby on Rails application's Gemfile:
|
31
31
|
|
32
32
|
```ruby
|
33
|
-
gem 'rush_job', '~> 1.0.
|
33
|
+
gem 'rush_job', '~> 1.0.2'
|
34
34
|
```
|
35
35
|
|
36
36
|
And then execute:
|
@@ -40,7 +40,7 @@ $ bundle install
|
|
40
40
|
|
41
41
|
Add the following to your `config/routes.rb` file:
|
42
42
|
```ruby
|
43
|
-
mount
|
43
|
+
mount RushJobMongoid::Engine => '/rush_job_mongoid'
|
44
44
|
```
|
45
45
|
|
46
46
|
## Contributing
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rush_job_mongoid
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- JavaKoala
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-
|
11
|
+
date: 2024-05-27 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: actionview
|
@@ -24,20 +24,6 @@ dependencies:
|
|
24
24
|
- - "~>"
|
25
25
|
- !ruby/object:Gem::Version
|
26
26
|
version: '7.0'
|
27
|
-
- !ruby/object:Gem::Dependency
|
28
|
-
name: activerecord
|
29
|
-
requirement: !ruby/object:Gem::Requirement
|
30
|
-
requirements:
|
31
|
-
- - "~>"
|
32
|
-
- !ruby/object:Gem::Version
|
33
|
-
version: '7.0'
|
34
|
-
type: :runtime
|
35
|
-
prerelease: false
|
36
|
-
version_requirements: !ruby/object:Gem::Requirement
|
37
|
-
requirements:
|
38
|
-
- - "~>"
|
39
|
-
- !ruby/object:Gem::Version
|
40
|
-
version: '7.0'
|
41
27
|
- !ruby/object:Gem::Dependency
|
42
28
|
name: activesupport
|
43
29
|
requirement: !ruby/object:Gem::Requirement
|