lightek_vpm 0.2.1 → 0.2.3
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/generators/lightek_vpm/test_generator.rb +1 -1
- data/lib/lightek_vpm/version.rb +1 -1
- data/lib/test_generator.rb +8 -8
- metadata +4 -8
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 48023e79279775ef3cafd4f9ed21a66c190cf52931ef42bbc3c729adcb329dfc
|
4
|
+
data.tar.gz: 37ef3ebec1a133341131f7802b5cf96e8a3a8f07c1f3757ffae0a7e831dc04ac
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1c1c06e9a8d42c05256e822251b6c921432f92f92ea8666f990bb9a37982b62ebead2434f6fce6bc374f591db86d8d73ad08fda1b3e6ab7765af2b364389ee28
|
7
|
+
data.tar.gz: 26b6efdae31f1f0eaadcdb6e667b32c7ff619c70920bdceb9ce1b810561a4a9aff31660de4f98d0d6079ced7305a34b653b4f399d9ebe75e5b8b60827df9b283
|
data/lib/lightek_vpm/version.rb
CHANGED
data/lib/test_generator.rb
CHANGED
@@ -1,11 +1,11 @@
|
|
1
1
|
require "thor"
|
2
|
+
|
2
3
|
module LightekVpm
|
3
|
-
|
4
|
-
|
4
|
+
class TestGenerator < Thor::Group
|
5
|
+
include Thor::Actions
|
5
6
|
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
end
|
7
|
+
def testing
|
8
|
+
say "Testing this out to see if I got it right"
|
9
|
+
end
|
10
|
+
end
|
11
|
+
end
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: lightek_vpm
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Marlon Henry
|
@@ -10,7 +10,7 @@ bindir: exe
|
|
10
10
|
cert_chain: []
|
11
11
|
date: 2024-05-07 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
|
-
description:
|
13
|
+
description: LightekVPM is a versatile solution that helps you manage X and Y efficiently.
|
14
14
|
email:
|
15
15
|
- mrlightek@gmail.com
|
16
16
|
executables: []
|
@@ -24,11 +24,7 @@ files:
|
|
24
24
|
homepage: http://lighteksystems.tech
|
25
25
|
licenses:
|
26
26
|
- MIT
|
27
|
-
metadata:
|
28
|
-
allowed_push_host: https://rubygems.org
|
29
|
-
homepage_uri: http://lighteksystems.tech
|
30
|
-
source_code_uri: https://github.com/trinithunder/lightekvpm.git
|
31
|
-
changelog_uri: https://github.com/trinithunder/lightekvpm/blob/master/CHANGELOG.md
|
27
|
+
metadata: {}
|
32
28
|
post_install_message:
|
33
29
|
rdoc_options: []
|
34
30
|
require_paths:
|
@@ -47,5 +43,5 @@ requirements: []
|
|
47
43
|
rubygems_version: 3.4.19
|
48
44
|
signing_key:
|
49
45
|
specification_version: 4
|
50
|
-
summary: LightekVPM is
|
46
|
+
summary: LightekVPM is a solution for managing X and Y.
|
51
47
|
test_files: []
|