rails-hyperdrive-martian-spec 0.3.1 → 0.3.2

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: 761d710c55b5709f60057b13fc4cdd6a48f720c2abdb05a7112ef9b4da93c805
4
- data.tar.gz: 071ff2fe7200c95bdcdb9ea7fc436055e7a2f17e7a587852a34fc3029ee76e00
3
+ metadata.gz: b74fd4c730af4ca74b0c41a2409d2ec9f39513c3b3b53dd7053c07d0b4744ed9
4
+ data.tar.gz: 39403cb8d4e150193fd050f0ce68fe2a4a97ca822d9a4fbe3babfcf4cf6f8b1a
5
5
  SHA512:
6
- metadata.gz: 12fd655921158c815a0cd98331e0cb2f9c25b13f9eec9aa7b5b599e78bfa710f4659c6bfd06276762312bb03c6d8a005c1a34e71a143aec83f706f3a0f91da65
7
- data.tar.gz: c4b8b868e5d97d25e925006b86171402877a3b4d615869a2991d5b037335b4a3c1f08f158418a3a1aeddea2bff42a73eeff4b6be1ecae397105cc38a581bf1d0
6
+ metadata.gz: 5c8ef4b88592ea46769b1d735b1d3088b01a8091afab717f4637a5ee4451671bc551eaf086b7903946cf33a113c2c75b2944612982e0bf62650bf72ff179171a
7
+ data.tar.gz: eb7ebbafa7d1b89a93bd9df35965b3318dfbee8651f6da8198f39c5f4c24a2a83c251c7a65417f74194db5cbdffe5bfc97adc3af46fe4701090c9fa4360ab673
data/CHANGELOG.md CHANGED
@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [0.3.2] - 2026-09-01
11
+
12
+ ### Changed
13
+ - Repository links (gemspec homepage and the derived `source_code_uri` /
14
+ `changelog_uri`, CHANGELOG compare links) point at the `rails-hyperdrive`
15
+ GitHub organization the repository moved to. No content changes.
16
+
10
17
  ## [0.3.1] - 2026-09-01
11
18
 
12
19
  ### Fixed
@@ -86,7 +93,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
86
93
  - `martian-spec` skill description: also triggers when implementing a new
87
94
  feature or fixing a bug, not only when touching spec files directly.
88
95
 
89
- [Unreleased]: https://github.com/izhanov/rails-hyperdrive-martian-spec/compare/v0.3.1...HEAD
90
- [0.3.1]: https://github.com/izhanov/rails-hyperdrive-martian-spec/compare/v0.3.0...v0.3.1
91
- [0.3.0]: https://github.com/izhanov/rails-hyperdrive-martian-spec/releases/tag/v0.3.0
92
- [0.2.0]: https://github.com/izhanov/rails-hyperdrive-martian-spec/releases/tag/v0.2.0
96
+ [Unreleased]: https://github.com/rails-hyperdrive/rails-hyperdrive-martian-spec/compare/v0.3.2...HEAD
97
+ [0.3.2]: https://github.com/rails-hyperdrive/rails-hyperdrive-martian-spec/compare/v0.3.1...v0.3.2
98
+ [0.3.1]: https://github.com/rails-hyperdrive/rails-hyperdrive-martian-spec/compare/v0.3.0...v0.3.1
99
+ [0.3.0]: https://github.com/rails-hyperdrive/rails-hyperdrive-martian-spec/releases/tag/v0.3.0
100
+ [0.2.0]: https://github.com/rails-hyperdrive/rails-hyperdrive-martian-spec/releases/tag/v0.2.0
@@ -1,3 +1,3 @@
1
1
  module RailsHyperdriveMartianSpec
2
- VERSION = "0.3.1"
2
+ VERSION = "0.3.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rails-hyperdrive-martian-spec
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.1
4
+ version: 0.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - izhanov
@@ -40,13 +40,13 @@ files:
40
40
  - lib/rails-hyperdrive-martian-spec/hyperdrive/skills/martian-spec/references/profiling.md
41
41
  - lib/rails-hyperdrive-martian-spec/hyperdrive/skills/martian-spec/references/structure.md
42
42
  - lib/rails-hyperdrive-martian-spec/version.rb
43
- homepage: https://github.com/izhanov/rails-hyperdrive-martian-spec
43
+ homepage: https://github.com/rails-hyperdrive/rails-hyperdrive-martian-spec
44
44
  licenses:
45
45
  - MIT
46
46
  metadata:
47
- homepage_uri: https://github.com/izhanov/rails-hyperdrive-martian-spec
48
- source_code_uri: https://github.com/izhanov/rails-hyperdrive-martian-spec
49
- changelog_uri: https://github.com/izhanov/rails-hyperdrive-martian-spec/blob/main/CHANGELOG.md
47
+ homepage_uri: https://github.com/rails-hyperdrive/rails-hyperdrive-martian-spec
48
+ source_code_uri: https://github.com/rails-hyperdrive/rails-hyperdrive-martian-spec
49
+ changelog_uri: https://github.com/rails-hyperdrive/rails-hyperdrive-martian-spec/blob/main/CHANGELOG.md
50
50
  allowed_push_host: https://rubygems.org
51
51
  rubygems_mfa_required: 'true'
52
52
  hyperdrive_targets: rspec-rails