another_hola 0.0.0 → 0.0.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/bin/another_hola +4 -0
- data/lib/another_hola.rb +5 -2
- data/lib/another_hola/translator.rb +14 -0
- metadata +5 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0acbcaece33e671b74a9521f622c495f2bf8ce0d
|
4
|
+
data.tar.gz: 7ea23bc06fdec5eb0b9667a16837d2a22264a5af
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7b8f479d7d4dbe121a49d2ee7840fabac66aa1b0c9975fd2159f8f4d53490ffb03f26ac6bc762c7aad699c9bbc69129bae42dba3af8a1b19aefb00e331d80869
|
7
|
+
data.tar.gz: 77f4b6fadf71f07bbf4d752a9642b41a5563c95888f6aedf73e92b07a64e0855bd24ae65d50adcdb2bf2684319c16b5ee602ce11ab2acef82e96c71c26de588d
|
data/bin/another_hola
ADDED
data/lib/another_hola.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: another_hola
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Salsabila Nadhifah
|
@@ -12,11 +12,14 @@ date: 2017-06-15 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
13
13
|
description: A simple hello world gem following hola gem
|
14
14
|
email: salsanads@gmail.com
|
15
|
-
executables:
|
15
|
+
executables:
|
16
|
+
- another_hola
|
16
17
|
extensions: []
|
17
18
|
extra_rdoc_files: []
|
18
19
|
files:
|
20
|
+
- bin/another_hola
|
19
21
|
- lib/another_hola.rb
|
22
|
+
- lib/another_hola/translator.rb
|
20
23
|
homepage:
|
21
24
|
licenses:
|
22
25
|
- MIT
|