hola_chi_alex 0.0.1 → 0.0.2

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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/bin/hola +4 -0
  3. metadata +4 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e0df7a72b05a8575dfbc8aa3d5ca04a07e6dd8cf
4
- data.tar.gz: 1bd085946175b218c0c3c05e17c0c6b3803dac58
3
+ metadata.gz: d3530bbdb5f4eef5854a5786902b18116e582158
4
+ data.tar.gz: 180e20ee0189319347548a3948401eff4981aa3f
5
5
  SHA512:
6
- metadata.gz: 76ea75fb3e456cfc8daf5efaf40fb2be5dc2af9a308a68259699964789256ddc52c9790b7881d7cc0fdc7eaf8380b0ad4f53bfb19305358feaca8475338ac4c2
7
- data.tar.gz: 84fd36aabed1e0465d284dd7a9518cf3db52c20fe6d1a303a6005c755e80a23fcc643d22e0428f2ac666fb861507af651fa7924561226f7ee5c75401df79d3b7
6
+ metadata.gz: b1ea6b62a39412fada9f14de6ccca9251fd187028d0bb7e54c0d18b9fac3bfe036566bb07e14ef77140a433028ec9647cae39d043cda3eeb1ef0e310a0faafb0
7
+ data.tar.gz: 01c88663cb4c3e1a864cfdc6fa028348b6cabc61e914d60837f221507bc143a3a647fd1dac98f63b5928f2cb6be1751c485416737ad8ca5cecf0b85b9435f4de
@@ -0,0 +1,4 @@
1
+ #!/usr/bin/env ruby
2
+
3
+ require 'hola_chi_alex'
4
+ puts Hola.hi(ARGV[0])
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hola_chi_alex
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chi and Alex
@@ -12,10 +12,12 @@ date: 2016-08-15 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: A simple hello world gem
14
14
  email: chi_bui@outlook.com
15
- executables: []
15
+ executables:
16
+ - hola
16
17
  extensions: []
17
18
  extra_rdoc_files: []
18
19
  files:
20
+ - bin/hola
19
21
  - lib/hola/translator.rb
20
22
  - lib/hola_chi_alex.rb
21
23
  homepage: http://rubygems.org/gems/hola_chi_alex