llmed 0.1.13 → 0.1.14
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/llmed.rb +1 -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: f9a72f5adba83a14146323330f7c97636982a0c4b1c0572743d4df1a2880ecc8
|
4
|
+
data.tar.gz: 47eb82716df32a3f44ca34e5cfb04265a47646a4decd32264ca4144b90118d12
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d4dae07f84ef2679397688cafbfe32995f50d8af3ff3e3f792ad6f469258b1d13f2163d5741f6d0857332d6a7549a50d35220494c42c58939c77fc93cfed5b01
|
7
|
+
data.tar.gz: e84827166b379ec1e80cd7b2a7f5a70ece603ec025684fcb8c7afa8e4eb85770baa6c685cc29019157c38fdb17105bea05b7e833cdd7f9f87bfdd0dafd124388
|
data/lib/llmed.rb
CHANGED
@@ -218,6 +218,7 @@ You must only modify the following source code:
|
|
218
218
|
|
219
219
|
def compile(output_dir:, release_dir: nil)
|
220
220
|
@applications.each { |app|
|
221
|
+
app.notify("COMPILE START")
|
221
222
|
_, elapsed_seconds = measure do
|
222
223
|
compile_application(app, output_dir, release_dir)
|
223
224
|
end
|