disqualified 0.5.0 → 0.5.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 +4 -4
- data/README.md +4 -0
- data/disqualified.gemspec +2 -0
- data/lib/disqualified/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6c792cca8195272d00f6f55adc0384d98d55b7b777ff20b151d9f712b4a0b3b2
|
|
4
|
+
data.tar.gz: cd93d8bc19cdcec9ff6824dcdbf16e8aeb445e29d21fb52352511b6463ee3eed
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f6e7ef1182d6889dc023dadc50b0813a345cf11a2760bdf639607f0a0ec2d3ec92f448f79b2c564fa36a53fd3cc17fcd867b2aab91778bc0823fe7849ebacc47
|
|
7
|
+
data.tar.gz: 9cb2967ff78a215111a013823f6da72833d185a2b8876aaa44926317ad2adf6d7fdaf50a409254f0dc37dc5566579144cee3db54aa058d00dc2c7de2e8b89479
|
data/README.md
CHANGED
|
@@ -62,6 +62,10 @@ bundle exec rails generate disqualified:install
|
|
|
62
62
|
bundle binstub disqualified
|
|
63
63
|
```
|
|
64
64
|
|
|
65
|
+
Please remember to run `rails generate disqualified:install` when upgrading
|
|
66
|
+
Disqualified! It is mostly an idempotent command and will prepare any necessary
|
|
67
|
+
database migrations.
|
|
68
|
+
|
|
65
69
|
|
|
66
70
|
### ActiveJob
|
|
67
71
|
|
data/disqualified.gemspec
CHANGED
|
@@ -22,6 +22,8 @@ Gem::Specification.new do |spec|
|
|
|
22
22
|
|
|
23
23
|
spec.required_ruby_version = ">= 3.1.0"
|
|
24
24
|
|
|
25
|
+
spec.post_install_message = "Remember to update! Run `rails g disqualified:install`"
|
|
26
|
+
|
|
25
27
|
spec.add_dependency "rails", ">= 7.0.0"
|
|
26
28
|
spec.add_dependency "concurrent-ruby", "~> 1.0"
|
|
27
29
|
end
|
data/lib/disqualified/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: disqualified
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.5.
|
|
4
|
+
version: 0.5.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Zach Ahn
|
|
@@ -77,7 +77,7 @@ metadata:
|
|
|
77
77
|
homepage_uri: https://github.com/zachahn/disqualified
|
|
78
78
|
source_code_uri: https://github.com/zachahn/disqualified
|
|
79
79
|
changelog_uri: https://github.com/zachahn/disqualified/blob/main/CHANGELOG.md
|
|
80
|
-
post_install_message:
|
|
80
|
+
post_install_message: Remember to update! Run `rails g disqualified:install`
|
|
81
81
|
rdoc_options: []
|
|
82
82
|
require_paths:
|
|
83
83
|
- lib
|