lightek_vpm 0.2.1 → 0.2.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6236dc5d7798b249b91958d7ef775ef047e7928012b8db879aaa916e60300f52
4
- data.tar.gz: dbe5ac493b79cd0d01ce5e861b8737c9b4e5efeec7701f074cece9c827c1eb61
3
+ metadata.gz: 5c91994bd849d7f23a9d6bcd24a50b6a329ae85c186bf63e1838445775012ad9
4
+ data.tar.gz: 5dac79b2a855ccf85b915fefafff37f67545b2bac591d34be058034a5ef4c626
5
5
  SHA512:
6
- metadata.gz: b7adbb469e0e4a255abb74f9271333cb964c7fd0f58582ac13abad4b2e2e1e0f446d696079841009ad9bcb82b7eab4db69d4b996ae7ca57776025067e3b139cf
7
- data.tar.gz: 88bdd8bbe9baeb1ecf31a5d89d7cf53a94f3699df44e308eb6af2711e570d6538f7050130d4fc77fde473ad4a8c07ecd1c5b058e194d889ec7d9453d72da7cbb
6
+ metadata.gz: 6f8fbbe2304fa727d9a40282454614311651e1c950b941cca8f066e35c7718951b374ddf54fa631c674fe1ce2ae98a13b64d031379473da791e49af25aa6b463
7
+ data.tar.gz: 53e6610e168d7ccc60614f6ae90593a05ec9c2ec02925a0b094e140838a5f712bf4bf0cbbc7d5a481d8cccc3f50b134202e8aad58709c843f3bc8ff1ed7eedcb
@@ -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.2"
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.2
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: []