piRituba 0.0.666
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.
- data/README +1 -0
- data/bin/piRituba +17 -0
- metadata +52 -0
data/README
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
e o first de pirituba
|
data/bin/piRituba
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
#!/usr/bin/ruby
|
|
2
|
+
#encoding: utf-8
|
|
3
|
+
while true
|
|
4
|
+
trap("INT") do
|
|
5
|
+
puts "\nVocê sai de piRituba mas piRituba não sai de você"
|
|
6
|
+
while x = gets
|
|
7
|
+
message = "\nPirituba é quem!? É [...]"
|
|
8
|
+
if(x.strip == "NOIS" || x.strip == "NÓIS")
|
|
9
|
+
puts "\n\n\nÉ NÓIS memo, vagabundo!\n\n\n"
|
|
10
|
+
exit(0)
|
|
11
|
+
elsif(x.strip == "nois" || x.strip == "nóis")
|
|
12
|
+
message = "\n\n\nNÓIS é mais mano! NÓIS é maior!\n\n"
|
|
13
|
+
end
|
|
14
|
+
puts message
|
|
15
|
+
end
|
|
16
|
+
end
|
|
17
|
+
end
|
metadata
ADDED
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
|
2
|
+
name: piRituba
|
|
3
|
+
version: !ruby/object:Gem::Version
|
|
4
|
+
version: 0.0.666
|
|
5
|
+
prerelease:
|
|
6
|
+
platform: ruby
|
|
7
|
+
authors:
|
|
8
|
+
- Ricardo Valeriano
|
|
9
|
+
- Diego Chohfi
|
|
10
|
+
- Hanneli Tavante
|
|
11
|
+
autorequire:
|
|
12
|
+
bindir: bin
|
|
13
|
+
cert_chain: []
|
|
14
|
+
date: 2012-01-04 00:00:00.000000000Z
|
|
15
|
+
dependencies: []
|
|
16
|
+
description: piRituba é nois
|
|
17
|
+
email:
|
|
18
|
+
- ricardovaleriano@gmail.com
|
|
19
|
+
- dchohfi@gmail.com
|
|
20
|
+
- haneelita@gmail.com
|
|
21
|
+
executables:
|
|
22
|
+
- piRituba
|
|
23
|
+
extensions: []
|
|
24
|
+
extra_rdoc_files: []
|
|
25
|
+
files:
|
|
26
|
+
- README
|
|
27
|
+
- bin/piRituba
|
|
28
|
+
homepage: http://tem.nao
|
|
29
|
+
licenses: []
|
|
30
|
+
post_install_message:
|
|
31
|
+
rdoc_options: []
|
|
32
|
+
require_paths:
|
|
33
|
+
- lib
|
|
34
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
|
35
|
+
none: false
|
|
36
|
+
requirements:
|
|
37
|
+
- - ! '>='
|
|
38
|
+
- !ruby/object:Gem::Version
|
|
39
|
+
version: '0'
|
|
40
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
41
|
+
none: false
|
|
42
|
+
requirements:
|
|
43
|
+
- - ! '>='
|
|
44
|
+
- !ruby/object:Gem::Version
|
|
45
|
+
version: '0'
|
|
46
|
+
requirements: []
|
|
47
|
+
rubyforge_project:
|
|
48
|
+
rubygems_version: 1.8.13
|
|
49
|
+
signing_key:
|
|
50
|
+
specification_version: 3
|
|
51
|
+
summary: Foda
|
|
52
|
+
test_files: []
|