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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d86dd83ab47f5cdc21e98eccb6e0e31d601cae0c808be8860496cad87729fa6d
4
- data.tar.gz: b33242818b08a4dc54fe5b7271421f24f7a5f5e3e2a1127de3036eaadbf532cc
3
+ metadata.gz: '03315799c050fc3b6cfa24043db308b69164455d91ba55aaf1652d33a004660f'
4
+ data.tar.gz: 7a49692627a57b4318cfc50dbed7ecabeaa9c97d8400af3c54d3a2bcc7b467ba
5
5
  SHA512:
6
- metadata.gz: ec32489dd3032e32e6f0d2d7c676ea758dbcd0a54eea6dc203930f3a74349961e3f9ae0c5f17ee01f5a30ab0beea3ee2f9dd487cd1147851635876261edeb3f8
7
- data.tar.gz: 97edac8538345e742d81397d58ca2304618487ed9926baa598b5c0a64e12cf28c2877eca5f26fdcbd26d8a636b5c1cd7d90e3b3d19821d4496c16994701d0dd7
6
+ metadata.gz: 8df6c1ce3ef348702a0442bca8e281867204737b2fe2ad6b213d438df784f74d5a82f5780bd7ae3a763d821e5dd8a4ecec1dfdb4370bc1c445d430a2f5554a67
7
+ data.tar.gz: 01b8b0b692118021dae0ac0cab0138627188694e75b035ee7429c7fbd1e57d3837d33eda3a553315955fa1b706006758d562c492b2bd347a36d8f9a92f0c7c9f
data/.rubocop.yml CHANGED
@@ -2,6 +2,8 @@ AllCops:
2
2
  TargetRubyVersion: 3.0
3
3
  NewCops: enable
4
4
  SuggestExtensions: false
5
+ Exclude:
6
+ - '*.gemspec'
5
7
 
6
8
  Style/StringLiterals:
7
9
  EnforcedStyle: double_quotes
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  ## [Unreleased]
2
2
 
3
+ ## [0.1.1] - 2025-07-31
4
+
5
+ ### Fixed
6
+ - Corrected GitHub URLs in gemspec and documentation
7
+
3
8
  ## [0.1.0] - 2025-07-31
4
9
 
5
10
  ### Added
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/obiefernandez/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/obiefernandez/after_attached/blob/main/CODE_OF_CONDUCT.md).
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/obiefernandez/after_attached/blob/main/CODE_OF_CONDUCT.md).
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).
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module AfterAttached
4
- VERSION = "0.1.0"
4
+ VERSION = "0.1.1"
5
5
  end
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.0
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/obiefernandez/after_attached
62
+ homepage: https://github.com/obie/after_attached
63
63
  licenses:
64
64
  - MIT
65
65
  metadata:
66
- homepage_uri: https://github.com/obiefernandez/after_attached
67
- source_code_uri: https://github.com/obiefernandez/after_attached
68
- changelog_uri: https://github.com/obiefernandez/after_attached/blob/main/CHANGELOG.md
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: []