mcptask-rails-runner 0.3.6-aarch64-linux → 0.3.7-aarch64-linux

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: d4e96e25efad05d447a3059eac285f3380183e6f63010235e65a9d1ff00b0d31
4
- data.tar.gz: 0e2f6a5be99bdb086e22225e9d93b7951d7d96ce53bba2f97018072887b2a2af
3
+ metadata.gz: 5375ee983de5264614afe2eb36a68c2d0b9d09804c318183efb3acf671be43f2
4
+ data.tar.gz: 68c8db9d69a86a8596ea196d09833f7ef202276687263e52f42c93090b0c9bb8
5
5
  SHA512:
6
- metadata.gz: 7f4cbba698d0e599712e5887e601d83fa575c32b3d108baf19d81d5051beb94439954670addd1643aba35871314ac9a85214dec90a1726541880a724ed707a3b
7
- data.tar.gz: 7aa8018eabdd68a1cbeaa36a1bc50f211d5cd819a4eab6437eaef9b4c42bde43a173dcb1e4c3ab567fa1fa5f563d617511239367f91d73b8969d7b69107512dc
6
+ metadata.gz: 6b957aa7bb86b81f0a6764b33da5fb8516d24bf822998fbc2bfab37546f2f7847395555d996e1d691198367a38822e1e9eb77cdfa9361f42a9c057a8c90d0c36
7
+ data.tar.gz: a3a81455028f0619dc996a6559e3e661c9394464fd018fcb1cb4c84546c02359e282e5ef433161e3dd4868d6e74c1661b89965cec02283abc2037c6668f1a4ca
data/CHANGELOG.md CHANGED
@@ -5,6 +5,22 @@ entries below describe wrapper changes only. Binary changes are listed in the
5
5
  [mcptask-releases](https://github.com/jchsoft/mcptask-releases/releases)
6
6
  release notes for the same tag.
7
7
 
8
+ ## 0.3.7
9
+
10
+ No wrapper changes. Full notes in
11
+ [mcptask-releases v0.3.7](https://github.com/jchsoft/mcptask-releases/releases/tag/v0.3.7).
12
+
13
+ - **0.3.6 only ever reached one platform — 0.3.7 is that release, delivered.**
14
+ rubygems.org was in the middle of an outage while 0.3.6 was being pushed. The
15
+ six platform gems go up one at a time; `aarch64-linux` landed and the next push
16
+ got a 503, which took the rest of the release down with it. Re-running did not
17
+ help either: rubygems refuses to repush a version that already exists, so the
18
+ job died on the gem it had sent and never reached the five it had not. Every
19
+ platform gets 0.3.7; on `aarch64-linux`, 0.3.6 already carries the same binary.
20
+
21
+ The release job now asks rubygems which gems it already has and skips those, so
22
+ a release interrupted half way can be finished by running it again.
23
+
8
24
  ## 0.3.6
9
25
 
10
26
  No wrapper changes. Full notes in
@@ -10,5 +10,5 @@ module McptaskRailsRunner
10
10
  # Binary::INSTALL_DIR. So the pin is per project and per foreground rake
11
11
  # invocation; the installed copy is per machine, and the newest binary any of
12
12
  # those projects offers is the one that stays.
13
- VERSION = "0.3.6"
13
+ VERSION = "0.3.7"
14
14
  end
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mcptask-rails-runner
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.6
4
+ version: 0.3.7
5
5
  platform: aarch64-linux
6
6
  authors:
7
7
  - Josef Chmel