puppet-module-win-system-r 0.0.0 → 0.1.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/bin/puppet-module-win-system-r +4 -0
- data/lib/{hola.rb → puppet-module-win-system-r.rb} +2 -2
- metadata +10 -13
- data/Rakefile +0 -8
- data/bin/hola +0 -4
- data/lib/hola/translator.rb +0 -16
- data/test/test_hola.rb +0 -16
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 80b620f61684c5a65a024ec2a6427d19155fa2492dc31c9244208f0ec4d02d69
|
4
|
+
data.tar.gz: 8da5f91edafb2d5cc7bf695761009ce1ff93880e859385a71f331082aad2bdd0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 95485f187057ae0768b3016b8f9835a9581bc465dbca70e5b4ea046892f0b77479ee3a161dd25069c07091896425304a0ac3ec8ecae5bb89e67fde036df8987f
|
7
|
+
data.tar.gz: 0cf16b0f72ea0742e5836d8ed149de2674ae09010ce8f3bca5ebe379d69f2d293cbd23e2f8f2a365a6a3be206cf6835a57fd96b5d29740b1fa5f664a50c0bd9d
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: puppet-module-win-system-r
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.1.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- "@gopal_ethical"
|
@@ -11,17 +11,15 @@ cert_chain: []
|
|
11
11
|
date: 2024-07-11 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: poc by @gopal_ethical
|
14
|
-
email:
|
15
|
-
executables:
|
14
|
+
email: ftest.first@gmail.com
|
15
|
+
executables:
|
16
|
+
- puppet-module-win-system-r
|
16
17
|
extensions: []
|
17
18
|
extra_rdoc_files: []
|
18
19
|
files:
|
19
|
-
-
|
20
|
-
-
|
21
|
-
|
22
|
-
- lib/hola/translator.rb
|
23
|
-
- test/test_hola.rb
|
24
|
-
homepage: http://rubygems.org/gems/puppet-module-win-system-r
|
20
|
+
- bin/puppet-module-win-system-r
|
21
|
+
- lib/puppet-module-win-system-r.rb
|
22
|
+
homepage:
|
25
23
|
licenses: []
|
26
24
|
metadata: {}
|
27
25
|
post_install_message:
|
@@ -41,7 +39,6 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
41
39
|
requirements: []
|
42
40
|
rubygems_version: 3.3.15
|
43
41
|
signing_key:
|
44
|
-
specification_version:
|
45
|
-
summary:
|
46
|
-
test_files:
|
47
|
-
- test/test_hola.rb
|
42
|
+
specification_version: 4
|
43
|
+
summary: poc by @gopal_ethical
|
44
|
+
test_files: []
|
data/Rakefile
DELETED
data/bin/hola
DELETED
data/lib/hola/translator.rb
DELETED
data/test/test_hola.rb
DELETED
@@ -1,16 +0,0 @@
|
|
1
|
-
require 'test/unit'
|
2
|
-
require 'hola'
|
3
|
-
|
4
|
-
class HolaTest < Test::Unit::TestCase
|
5
|
-
def test_english_hello
|
6
|
-
assert_equal "hello world", Hola.hi("english")
|
7
|
-
end
|
8
|
-
|
9
|
-
def test_any_hello
|
10
|
-
assert_equal "hello world", Hola.hi("ruby")
|
11
|
-
end
|
12
|
-
|
13
|
-
def test_spanish_hello
|
14
|
-
assert_equal "hola mundo", Hola.hi("spanish")
|
15
|
-
end
|
16
|
-
end
|