saludando_al_mundo 0.0.3 → 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/bin/hola +4 -0
  2. metadata +4 -2
data/bin/hola ADDED
@@ -0,0 +1,4 @@
1
+ #!/usr/bin/env ruby
2
+
3
+ require 'saludando_al_mundo'
4
+ puts SaludandoAlMundo.hi(ARGV[0])
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: saludando_al_mundo
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.1.0
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -13,11 +13,13 @@ date: 2013-04-30 00:00:00.000000000 Z
13
13
  dependencies: []
14
14
  description: Una gema 'Hello world!'
15
15
  email: nizzle@nizzledev.com
16
- executables: []
16
+ executables:
17
+ - hola
17
18
  extensions: []
18
19
  extra_rdoc_files: []
19
20
  files:
20
21
  - lib/saludando_al_mundo.rb
22
+ - bin/hola
21
23
  homepage: http://rubygems.org/gems/saludando_al_mundo
22
24
  licenses: []
23
25
  post_install_message: