rails_accessibility_testing 1.4.0 → 1.4.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: 5ed11e69796995b294eeaa17e2627e46b3122356d7383e2e1ad3b213c8f2ac78
4
- data.tar.gz: 410f9e2c88b5e27e0a6319fb62bb854d832f8e74a25d7b3970aaf9b3f07a0fe5
3
+ metadata.gz: bdfb13e559e3d6d786ac41d4027b1b89272b5595d2bc6b9324db3ee6082a8d90
4
+ data.tar.gz: b8b3420d7ba19cb20bb2a6b3601196e996e5e372aab780ec3de0a6ae7b44f22d
5
5
  SHA512:
6
- metadata.gz: b3c309bbcc50838e5a981cf997c74051e10a79ce0b03d67450ad3e0dac8486d6ed79cfad4cd201e2cd25abf432370d80799a67ca9f136e11e2c055724e5f9dee
7
- data.tar.gz: d8f2aaaad2e708e83dc4c9f7fd283ec815904557549f33c2f4b491fdeeed6c196b55c759b79effe7074bfda21cb4e3d07ccdefedcf07e065cdf4302f4395b74d
6
+ metadata.gz: c2abe639249eca589eb405aeb0432b7fa57c45214c8de1b044c4fc1a5118c229ae16d90d04b7368ed3430830400ae77ef7a3848623edb587ec222a28b50f9376
7
+ data.tar.gz: ddc8a6f229e2038c080d923f0c9d25a21949543e581c8131b23c7e3536ffb633a9ee0ad855dce7d2bd2e9482a959a07f7171e021e08a7c5f5d831f0fb0994d1d
data/CHANGELOG.md CHANGED
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
+ ## [1.4.1] - 2025-11-18
9
+
10
+ ### Changed
11
+ - Updated RubyGems homepage to point to GitHub Pages documentation site for better discoverability
12
+ - Users can now easily access comprehensive documentation directly from the RubyGems gem page
13
+
8
14
  ## [1.4.0] - 2025-11-18
9
15
 
10
16
  ### Changed
@@ -149,6 +155,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
149
155
  - Compatible with RSpec Rails 6.0+
150
156
  - Modular architecture with rule engine and check definitions
151
157
 
158
+ [1.4.1]: https://github.com/rayraycodes/rails-accessibility-testing/releases/tag/v1.4.1
159
+ [1.4.0]: https://github.com/rayraycodes/rails-accessibility-testing/releases/tag/v1.4.0
152
160
  [1.3.0]: https://github.com/rayraycodes/rails-accessibility-testing/releases/tag/v1.3.0
153
161
  [1.2.0]: https://github.com/rayraycodes/rails-accessibility-testing/releases/tag/v1.2.0
154
162
  [1.1.6]: https://github.com/rayraycodes/rails-accessibility-testing/releases/tag/v1.1.6
data/README.md CHANGED
@@ -7,7 +7,7 @@
7
7
 
8
8
  **The RSpec + RuboCop of accessibility for Rails. Catch WCAG violations before they reach production.**
9
9
 
10
- **Current Version:** 1.4.0
10
+ **Current Version:** 1.4.1
11
11
 
12
12
  📖 **[📚 Full Documentation](https://rayraycodes.github.io/rails-accessibility-testing/)** | [💻 GitHub](https://github.com/rayraycodes/rails-accessibility-testing) | [💎 RubyGems](https://rubygems.org/gems/rails_accessibility_testing)
13
13
 
@@ -1,4 +1,4 @@
1
1
  module RailsAccessibilityTesting
2
- VERSION = "1.4.0"
2
+ VERSION = "1.4.1"
3
3
  end
4
4
 
@@ -5,7 +5,7 @@
5
5
  # Automatically configures accessibility testing for Rails system specs with
6
6
  # comprehensive checks and detailed error messages.
7
7
  #
8
- # @version 1.4.0
8
+ # @version 1.4.1
9
9
  # @author Regan Maharjan
10
10
  #
11
11
  # @example Basic usage
@@ -38,7 +38,7 @@ begin
38
38
  require_relative 'rails_accessibility_testing/version'
39
39
  rescue LoadError
40
40
  module RailsAccessibilityTesting
41
- VERSION = '1.4.0'
41
+ VERSION = '1.4.1'
42
42
  end
43
43
  end
44
44
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rails_accessibility_testing
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.0
4
+ version: 1.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Regan Maharjan
@@ -131,11 +131,11 @@ files:
131
131
  - lib/rails_accessibility_testing/shared_examples.rb
132
132
  - lib/rails_accessibility_testing/version.rb
133
133
  - lib/tasks/accessibility.rake
134
- homepage: https://github.com/rayraycodes/rails-accessibility-testing
134
+ homepage: https://rayraycodes.github.io/rails-accessibility-testing/
135
135
  licenses:
136
136
  - MIT
137
137
  metadata:
138
- homepage_uri: https://github.com/rayraycodes/rails-accessibility-testing
138
+ homepage_uri: https://rayraycodes.github.io/rails-accessibility-testing/
139
139
  source_code_uri: https://github.com/rayraycodes/rails-accessibility-testing
140
140
  changelog_uri: https://github.com/rayraycodes/rails-accessibility-testing/blob/main/CHANGELOG.md
141
141
  documentation_uri: https://rayraycodes.github.io/rails-accessibility-testing/