activejob-status 1.0.0 → 1.0.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/LICENSE +1 -1
- data/README.md +10 -13
- data/lib/activejob-status/version.rb +1 -1
- data/lib/activejob-status.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 843334651f7e39f88ff267202ef1d7bbe239705be4dd5507e97b5c1dcdcd79b6
|
4
|
+
data.tar.gz: 285ec915bd5eddbd58f83ef557beaf7798a59c9def6b2a7437af1d4a26e9ed58
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2d56a7a5b689688deef228d0ec8e7a6ebd68188bf45a9881da5adeddcb7fa2f6ec8baebe7821208c75140015b318b5cb01e23496dd23a7a1baef367b3111f69e
|
7
|
+
data.tar.gz: 35bb63ac0aac832ed79ce3437731b944a3307193ecffdc502d85c2b9b00cdba0769eac511502411b6f7fa81920d621fd624e9b2f4fc3f8a1dbce970910385b8b
|
data/LICENSE
CHANGED
data/README.md
CHANGED
@@ -20,12 +20,9 @@ bundle add activejob-status
|
|
20
20
|
|
21
21
|
## Dependencies
|
22
22
|
|
23
|
-
|
24
|
-
|
25
|
-
* Version `1.x` requires `ActiveSupport >= 6.0`
|
26
|
-
|
27
|
-
If you're still using older Rails version, see [#24](https://github.com/inkstak/activejob-status/issues/24#issuecomment-1436046173).
|
23
|
+
ActiveJob::Status 1.x requires `ActiveSupport >= 6.0`
|
28
24
|
|
25
|
+
If you're still using an older version of Rails, see [v0.5.0](https://github.com/inkstak/activejob-status/releases/tag/v0.5.0).
|
29
26
|
|
30
27
|
## Configuration
|
31
28
|
|
@@ -403,20 +400,20 @@ bundle exec rubocop
|
|
403
400
|
bundle exec standardrb
|
404
401
|
```
|
405
402
|
|
406
|
-
|
407
|
-
|
403
|
+
To run RSpec against various version of Rails dependencies:
|
408
404
|
```bash
|
409
|
-
bundle exec
|
405
|
+
bundle exec appraisal install
|
406
|
+
bundle exec appraisal rspec
|
410
407
|
```
|
411
408
|
|
412
|
-
|
409
|
+
All of them can be run with:
|
410
|
+
|
413
411
|
```bash
|
414
|
-
bundle exec
|
415
|
-
bundle exec appraisal
|
412
|
+
bundle exec rake
|
416
413
|
```
|
417
414
|
|
418
415
|
## License & credits
|
419
416
|
|
420
|
-
Please see [LICENSE](https://github.com/inkstak/
|
417
|
+
Please see [LICENSE](https://github.com/inkstak/activejob-status/blob/main/LICENSE) for further details.
|
421
418
|
|
422
|
-
Contributors: [./graphs/contributors](https://github.com/inkstak/
|
419
|
+
Contributors: [./graphs/contributors](https://github.com/inkstak/activejob-status/graphs/contributors)
|
data/lib/activejob-status.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: activejob-status
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Savater Sebastien
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2024-01-12 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activejob
|
@@ -156,14 +156,14 @@ dependencies:
|
|
156
156
|
requirements:
|
157
157
|
- - ">="
|
158
158
|
- !ruby/object:Gem::Version
|
159
|
-
version: '0'
|
159
|
+
version: '1.0'
|
160
160
|
type: :development
|
161
161
|
prerelease: false
|
162
162
|
version_requirements: !ruby/object:Gem::Requirement
|
163
163
|
requirements:
|
164
164
|
- - ">="
|
165
165
|
- !ruby/object:Gem::Version
|
166
|
-
version: '0'
|
166
|
+
version: '1.0'
|
167
167
|
- !ruby/object:Gem::Dependency
|
168
168
|
name: timecop
|
169
169
|
requirement: !ruby/object:Gem::Requirement
|