happy-birthday 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/happy-birthday +4 -0
  3. metadata +4 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 51263a1f9c779a5b914835a8e525905f4242643a
4
- data.tar.gz: a4a0c3eef190d2b1737779ff12c2ddbb1588066d
3
+ metadata.gz: f0af0ea1f731909beccd1de1df3341b50c63e947
4
+ data.tar.gz: 42b197b45b0ad66df42a04d17f95aa1ca1864164
5
5
  SHA512:
6
- metadata.gz: 558ea29bce58ef6e1efb47a14fb85995646de78483770555cc451d4753bd66dec67974b7f2a3f3f12ee5174b64bd9c2dec318e30ac4245a0dbc975547c5f0b9e
7
- data.tar.gz: 1bd4176bae882f8ebbdd2e7c0bb7dfeb966a0b95b0e0ebb5e667864de108d74d7927bf463de8a3e5369b4af5b6675b8fb633637fd669b2045cd17ee61d839f7d
6
+ metadata.gz: 6190a75330d14916d5b6840a4120d0b9763c7e48caee5a1aae7a05da364c78ed6fb8a3eb64432812759be7ecb1d36068066a8be003dc26dac31fce50d86bce53
7
+ data.tar.gz: e4602b52c06ae24747a466ddffe80ae2fbb3e144d6b19d801b90964be1a153207a6f499f74e2ad7920473bc187c66bf5e171bf3f3b522f176059114caacc9055
@@ -0,0 +1,4 @@
1
+ #!/usr/bin/env ruby
2
+
3
+ require 'happy-birthday'
4
+ puts HappBirthday.say(ARGV[0])
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: happy-birthday
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
  - André Luis
@@ -12,10 +12,12 @@ date: 2015-05-09 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Gem to say Happy Birthday!
14
14
  email: andrelugomes@gmail.com
15
- executables: []
15
+ executables:
16
+ - happy-birthday
16
17
  extensions: []
17
18
  extra_rdoc_files: []
18
19
  files:
20
+ - bin/happy-birthday
19
21
  - lib/happy-birthday.rb
20
22
  homepage: http://rubygems.org/gems/happy-birthday
21
23
  licenses: