hola_chq 0.0.2 → 0.0.3

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 (4) hide show
  1. checksums.yaml +4 -4
  2. data/bin/hola_chq +2 -0
  3. data/lib/hola_chq.rb +10 -1
  4. metadata +4 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 20d603cea5d60e50541452a3c02799dcd4ec841c
4
- data.tar.gz: 79d68ed84f3cfc03aa447d8f5206087c1c3e774e
3
+ metadata.gz: befd2535227a69de36088d6c37df9819f76aeeeb
4
+ data.tar.gz: a7a049b95e94f2ffc47427ccf0e6ec81dc434038
5
5
  SHA512:
6
- metadata.gz: f502e6f4f3936a0bb7d5e42d3fb1a47312b2b82dd7a39d68dbee4101977f27179ecd90698abf5aaf34d43af299b6a8969e1694617a5a1a67850fc95befbc0312
7
- data.tar.gz: af5bf57e7b161fdd2a2ccd12b5eb48c689481ff1bbbd05b70e973c477e183a2003076e586e3a42e2e4747b61fbece75ab997da81a82e1aee1856656007c31aa7
6
+ metadata.gz: 9d3ff0507ebff5441179beeb652f3973337f17a35d28c32403239796f84051bde63415dd3fc46dc142ad2b5d884de00010e6cca01012ea17db74a01764408409
7
+ data.tar.gz: b940612383d871cef8336e7b9abf97a72f5bf1d27770cc6ae5dcdafef098b9483121c816e2e0238163be8b29150072dd63f4190965fb3cc04f8dea25d1bfdab2
data/bin/hola_chq ADDED
@@ -0,0 +1,2 @@
1
+ require 'hola'
2
+ puts Hola.hi
data/lib/hola_chq.rb CHANGED
@@ -1,5 +1,14 @@
1
+ # The main Hola driver
1
2
  class Hola_chq
3
+ # Say hi to the world!
4
+ #
5
+ # Example:
6
+ # >> Hola.hi("spanish")
7
+ # => hola mundo
8
+ #
9
+ # Arguments:
10
+ # language: (String)
2
11
  def self.hi
3
- puts "Hello world!"
12
+ "Hello world!"
4
13
  end
5
14
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hola_chq
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nick Quaranto
@@ -12,10 +12,12 @@ date: 2010-04-28 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: A simple hello world gem
14
14
  email: nick@quaran.to
15
- executables: []
15
+ executables:
16
+ - hola_chq
16
17
  extensions: []
17
18
  extra_rdoc_files: []
18
19
  files:
20
+ - bin/hola_chq
19
21
  - lib/hola_chq.rb
20
22
  homepage: http://rubygems.org/gems/hola_chq
21
23
  licenses: