lightek_vpm 0.2.4 → 0.2.6
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 25533010a6b6fe6878a1231a888447f5bb9c11fa14fea2f124986d6d4379ae69
|
4
|
+
data.tar.gz: 0e488eeb97e824b2e1a3bb113c064da71fbbe9ec7ab006040792413faff1c39e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f0e12c9effae5e1753dd451fee984a9b1c3b7893c5cdb80b41bdbb7e99bd883a016f05a0e13cee6e26749725f47858521a19b6bdb244f9be60af2e7bac6e8d5e
|
7
|
+
data.tar.gz: 422165982f5fc38dc8a5f4e9915648d4224969eef2ec5c2cbd294ab7d019a28b1bd03689b27c4c2418ed26976286bf49e6b8de09f1efe865d6cef2c35c557f4b
|
@@ -1,11 +1,12 @@
|
|
1
|
-
require
|
1
|
+
require 'rails/generators'
|
2
2
|
module LightekVpm
|
3
|
-
|
4
|
-
|
3
|
+
module Generators
|
4
|
+
class TestGenerator < Rails::Generators::Base
|
5
5
|
|
6
|
-
def
|
7
|
-
|
6
|
+
def test_this_code
|
7
|
+
puts "Testing this out to see if I got it right"
|
8
8
|
|
9
9
|
end
|
10
10
|
end
|
11
|
+
end
|
11
12
|
end
|
data/lib/lightek_vpm/version.rb
CHANGED
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.6
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Marlon Henry
|
@@ -17,11 +17,10 @@ executables: []
|
|
17
17
|
extensions: []
|
18
18
|
extra_rdoc_files: []
|
19
19
|
files:
|
20
|
-
- lib/generators/lightek_vpm/marlon_generator.rb
|
21
20
|
- lib/generators/lightek_vpm/test_generator.rb
|
21
|
+
- lib/generators/test_generator.rb
|
22
22
|
- lib/lightek_vpm.rb
|
23
23
|
- lib/lightek_vpm/version.rb
|
24
|
-
- lib/test_generator.rb
|
25
24
|
homepage: http://lighteksystems.tech
|
26
25
|
licenses:
|
27
26
|
- MIT
|
File without changes
|