hola_ryym 0.1.0 → 0.2.0

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 +5 -0
  3. metadata +5 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 20482b292a741158a38952ee32e8d3f920a58b28
4
- data.tar.gz: d505a1668c2438b3bb105ab7ff9ede47380ad380
3
+ metadata.gz: 1a9c0962fe0b4aaade781bd885e1e93b2d414c9b
4
+ data.tar.gz: ee9eb8494aaac85439fa73e197e5888a102b3a58
5
5
  SHA512:
6
- metadata.gz: 91a121536669a442a32814301be840d2f24f27a9fe4ee461b849f0e0edcf62021469e40697d1a62beaa09983611e50d3b06d3e5791e6c0d74a15a3df78157c5a
7
- data.tar.gz: f8cf5f88eaf15977fac7f2a93c51b818e700e91871b9ab39a7c4432d2c8541d7dbb50b8741be15b7c7611fff009f93226169991ce3f16d63c81fc72a4f772366
6
+ metadata.gz: 54fa84b919dbb0028d205a70827283f3b44472c17dff60c919dca5901a47e74b48e0644aca0e25c9147eef98bd134608880fc2a60347c7622de492239872b294
7
+ data.tar.gz: a713834e5ca723218bafd5c17d59eff1f566307dd1aeedebb3157365656900908b631bbf81842f2e856e517dd4e30da6c1a0cd9846c129408f8c72d1b8e904fe
data/bin/hola ADDED
@@ -0,0 +1,5 @@
1
+ #!/usr/bin/env ruby
2
+
3
+ require 'hola'
4
+
5
+ puts Hola.hi(ARGV[0]&.to_sym)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hola_ryym
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - ryym
@@ -10,12 +10,14 @@ bindir: bin
10
10
  cert_chain: []
11
11
  date: 2016-04-24 00:00:00.000000000 Z
12
12
  dependencies: []
13
- description: A simple hello world gem (http://guides.rubygems.org/make-your-own-gem/)
13
+ description: A simple hello world gem
14
14
  email: ryym.64@gmail.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.rb
20
22
  - lib/hola/translator.rb
21
23
  homepage: https://github.com/ryym/hola_ryym