mcptask-rails-runner 0.3.16 → 0.3.17
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/lib/mcptask_rails_runner/version.rb +1 -1
- 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: 76ed8be9f936bc802dc0c6615e8b105cba17cc2b6716993fe22aabc2e6fb5dcf
|
|
4
|
+
data.tar.gz: 1beacc54f63a3003576ac5ed55b8d36f88bab48c7ed0da7858a9ea5a069ee31f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ee529924cc470f12dc2f79412b6a5228dfb7503211c32de48aa78096190ebf6b4e835c7344f320cef59a952a7e4fe35e25ba52dbf5e2a014b4b723f4a29d55be
|
|
7
|
+
data.tar.gz: 056c88a31e80606d97357f20c63f57983158059f6cc67cada51d9a322f111b74a965e611689db9f6e1069611edfd026a1150e5d68bd5f5cd5ecf61ef9f975b19
|
|
@@ -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.17"
|
|
14
14
|
end
|