hello_marshall 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 (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: 1a3a32ef6cb34f3c48f4eb7a8cb69940e7db839b
4
- data.tar.gz: 3443188b6cf8a9b7b5cbc8ac2cf01b60e73b14dc
3
+ metadata.gz: 239b57611f98f24b67ffa43feac5284b293e4784
4
+ data.tar.gz: e2fdb8c2982fb58d103bef5593109a025c5c4a42
5
5
  SHA512:
6
- metadata.gz: ca9fa89e1375900f7719a57d4f8f943f6ac525d15dd92018d0fae0396540a62ec07edd6e072e965636b4ee6bef796f46bd446bc6ed9cdce6ccbe89d129cb4b73
7
- data.tar.gz: fad065e6e2da193fc826b78d5b55e6fea5dbbca114893f4c1923430ddbf797cdba16bf4700a1baca878f3b80e5b42151757cff200d4371043d0b98619241565a
6
+ metadata.gz: 1b3b3864410e0f872887bb1fdfbbcacad1fa092aac868bf25755067824280683a39b1e5729e0cf16a641437c93462f95a214eb58c6837ef6544ce25aab484298
7
+ data.tar.gz: 8306b1f2044b4f828b858e75e94e7b548da0e6dbce1722ed0526220a2c996d15e516774ec6527481cb6a780364af3e6b8e7fd53460056f3668b58ab59317f87c
data/bin/hola ADDED
@@ -0,0 +1,4 @@
1
+ #!/usr/bin/env ruby
2
+
3
+ require 'hello_marshall'
4
+ puts Hola.hello(ARGV[0])
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hello_marshall
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
  - Marshall Hattersley
@@ -12,10 +12,12 @@ date: 2015-06-07 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: a test hello world gem for me
14
14
  email: mwhatters@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/hello_marshall.rb
20
22
  - lib/hola/translator.rb
21
23
  homepage: http://rubygems.org/gems/hello_marshall