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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6236dc5d7798b249b91958d7ef775ef047e7928012b8db879aaa916e60300f52
4
- data.tar.gz: dbe5ac493b79cd0d01ce5e861b8737c9b4e5efeec7701f074cece9c827c1eb61
3
+ metadata.gz: 48023e79279775ef3cafd4f9ed21a66c190cf52931ef42bbc3c729adcb329dfc
4
+ data.tar.gz: 37ef3ebec1a133341131f7802b5cf96e8a3a8f07c1f3757ffae0a7e831dc04ac
5
5
  SHA512:
6
- metadata.gz: b7adbb469e0e4a255abb74f9271333cb964c7fd0f58582ac13abad4b2e2e1e0f446d696079841009ad9bcb82b7eab4db69d4b996ae7ca57776025067e3b139cf
7
- data.tar.gz: 88bdd8bbe9baeb1ecf31a5d89d7cf53a94f3699df44e308eb6af2711e570d6538f7050130d4fc77fde473ad4a8c07ecd1c5b058e194d889ec7d9453d72da7cbb
6
+ metadata.gz: 1c1c06e9a8d42c05256e822251b6c921432f92f92ea8666f990bb9a37982b62ebead2434f6fce6bc374f591db86d8d73ad08fda1b3e6ab7765af2b364389ee28
7
+ data.tar.gz: 26b6efdae31f1f0eaadcdb6e667b32c7ff619c70920bdceb9ce1b810561a4a9aff31660de4f98d0d6079ced7305a34b653b4f399d9ebe75e5b8b60827df9b283
@@ -3,7 +3,7 @@ module LightekVpm
3
3
  class TestGenerator < Thor::Group
4
4
  include Thor::Actions
5
5
 
6
- def testing
6
+ def test
7
7
  say "Testing this out to see if I got it right"
8
8
 
9
9
  end
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module LightekVpm
4
- VERSION = "0.1.0"
4
+ VERSION = "0.2.3"
5
5
  end
@@ -1,11 +1,11 @@
1
1
  require "thor"
2
+
2
3
  module LightekVpm
3
- class TestGenerator < Thor::Group
4
- include Thor::Actions
4
+ class TestGenerator < Thor::Group
5
+ include Thor::Actions
5
6
 
6
- def testing
7
- say "Testing this out to see if I got it right"
8
-
9
- end
10
- end
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.1
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: I got tired of looking for the perfect solution so I made it for myself.
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 the solution to do everything that I need
46
+ summary: LightekVPM is a solution for managing X and Y.
51
47
  test_files: []