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 +4 -4
- data/CHANGELOG.md +16 -0
- data/lib/mcptask_rails_runner/version.rb +1 -1
- data/libexec/mcptask_runner +0 -0
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5375ee983de5264614afe2eb36a68c2d0b9d09804c318183efb3acf671be43f2
|
|
4
|
+
data.tar.gz: 68c8db9d69a86a8596ea196d09833f7ef202276687263e52f42c93090b0c9bb8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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.
|
|
13
|
+
VERSION = "0.3.7"
|
|
14
14
|
end
|
data/libexec/mcptask_runner
CHANGED
|
Binary file
|