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 +4 -4
- data/CHANGELOG.md +12 -4
- data/lib/rails-hyperdrive-martian-spec/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: b74fd4c730af4ca74b0c41a2409d2ec9f39513c3b3b53dd7053c07d0b4744ed9
|
|
4
|
+
data.tar.gz: 39403cb8d4e150193fd050f0ce68fe2a4a97ca822d9a4fbe3babfcf4cf6f8b1a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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/
|
|
90
|
-
[0.3.
|
|
91
|
-
[0.3.
|
|
92
|
-
[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
|
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.
|
|
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/
|
|
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/
|
|
48
|
-
source_code_uri: https://github.com/
|
|
49
|
-
changelog_uri: https://github.com/
|
|
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
|