llmed 0.1.10 → 0.1.12
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 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8849e2c64fd853a6dae5a742e10de8f9f24e762887e55c4996b7c3465d7d2403
|
4
|
+
data.tar.gz: ab8d292686c034067997384f088b1450c3ff94963a9f24f87f3669c05b218017
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: aa0256b4d9ffc17a8ed36563eb3479cb71a0418bb1cb8fbc15825a87553625f18da93d5180d8739ed97c0c48810c385d01e24252b6d5db59cbd807ac24133732
|
7
|
+
data.tar.gz: 95a50d243b0b24ff3f3a6084d02d765b4833616a37e8d21e2d10950434a45b1a6dfeffcaf90eefb4084c8c6b11023b1e1f34a0e2b77a9e2e560b0de9d0bf82f9
|
data/lib/llmed.rb
CHANGED
@@ -159,7 +159,7 @@ You must only modify the following source code:
|
|
159
159
|
@logger.info("APPLICATION #{@name} RELEASE FILE #{release_source_code}")
|
160
160
|
end
|
161
161
|
@logger.info("APPLICATION #{@name} INPUT RELEASE FILE #{release_main_source_code}")
|
162
|
-
File.read(
|
162
|
+
File.read(release_source_code)
|
163
163
|
end
|
164
164
|
|
165
165
|
def output_file(output_dir, mode = 'w', &block)
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: llmed
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.12
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Jovany Leandro G.C
|
@@ -78,11 +78,11 @@ files:
|
|
78
78
|
- exe/llmed
|
79
79
|
- lib/llm.rb
|
80
80
|
- lib/llmed.rb
|
81
|
-
homepage: https://github.com/bit4bit/
|
81
|
+
homepage: https://github.com/bit4bit/llmed
|
82
82
|
licenses:
|
83
83
|
- GPL-3.0
|
84
84
|
metadata:
|
85
|
-
source_code_uri: https://github.com/bit4bit/
|
85
|
+
source_code_uri: https://github.com/bit4bit/llmed
|
86
86
|
post_install_message:
|
87
87
|
rdoc_options: []
|
88
88
|
require_paths:
|