after_attached 0.1.0 → 0.1.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/.rubocop.yml +2 -0
- data/CHANGELOG.md +5 -0
- data/README.md +2 -2
- data/lib/after_attached/version.rb +1 -1
- 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: '03315799c050fc3b6cfa24043db308b69164455d91ba55aaf1652d33a004660f'
|
4
|
+
data.tar.gz: 7a49692627a57b4318cfc50dbed7ecabeaa9c97d8400af3c54d3a2bcc7b467ba
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8df6c1ce3ef348702a0442bca8e281867204737b2fe2ad6b213d438df784f74d5a82f5780bd7ae3a763d821e5dd8a4ecec1dfdb4370bc1c445d430a2f5554a67
|
7
|
+
data.tar.gz: 01b8b0b692118021dae0ac0cab0138627188694e75b035ee7429c7fbd1e57d3837d33eda3a553315955fa1b706006758d562c492b2bd347a36d8f9a92f0c7c9f
|
data/.rubocop.yml
CHANGED
data/CHANGELOG.md
CHANGED
data/README.md
CHANGED
@@ -169,7 +169,7 @@ To install this gem onto your local machine, run `bundle exec rake install`.
|
|
169
169
|
|
170
170
|
## Contributing
|
171
171
|
|
172
|
-
Bug reports and pull requests are welcome on GitHub at https://github.com/
|
172
|
+
Bug reports and pull requests are welcome on GitHub at https://github.com/obie/after_attached. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [code of conduct](https://github.com/obie/after_attached/blob/main/CODE_OF_CONDUCT.md).
|
173
173
|
|
174
174
|
## License
|
175
175
|
|
@@ -177,4 +177,4 @@ The gem is available as open source under the terms of the [MIT License](https:/
|
|
177
177
|
|
178
178
|
## Code of Conduct
|
179
179
|
|
180
|
-
Everyone interacting in the AfterAttached project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/
|
180
|
+
Everyone interacting in the AfterAttached project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/obie/after_attached/blob/main/CODE_OF_CONDUCT.md).
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: after_attached
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Obie Fernandez
|
@@ -59,13 +59,13 @@ files:
|
|
59
59
|
- log/development.log
|
60
60
|
- log/test.log
|
61
61
|
- sig/after_attached.rbs
|
62
|
-
homepage: https://github.com/
|
62
|
+
homepage: https://github.com/obie/after_attached
|
63
63
|
licenses:
|
64
64
|
- MIT
|
65
65
|
metadata:
|
66
|
-
homepage_uri: https://github.com/
|
67
|
-
source_code_uri: https://github.com/
|
68
|
-
changelog_uri: https://github.com/
|
66
|
+
homepage_uri: https://github.com/obie/after_attached
|
67
|
+
source_code_uri: https://github.com/obie/after_attached
|
68
|
+
changelog_uri: https://github.com/obie/after_attached/blob/main/CHANGELOG.md
|
69
69
|
rubygems_mfa_required: 'false'
|
70
70
|
post_install_message:
|
71
71
|
rdoc_options: []
|