saoj-monkey 0.0.3 → 0.0.4

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 (2) hide show
  1. data/bin/monkey +4 -0
  2. metadata +5 -4
data/bin/monkey ADDED
@@ -0,0 +1,4 @@
1
+ #! /usr/bin/env ruby
2
+
3
+ puts "Hello from Monkey!"
4
+
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 3
9
- version: 0.0.3
8
+ - 4
9
+ version: 0.0.4
10
10
  platform: ruby
11
11
  authors:
12
12
  - Sergio Oliveira Jr.
@@ -20,14 +20,15 @@ dependencies: []
20
20
 
21
21
  description:
22
22
  email:
23
- executables: []
24
-
23
+ executables:
24
+ - monkey
25
25
  extensions: []
26
26
 
27
27
  extra_rdoc_files: []
28
28
 
29
29
  files:
30
30
  - lib/monkey.rb
31
+ - bin/monkey
31
32
  has_rdoc: true
32
33
  homepage:
33
34
  licenses: []