Acai 0.0.0

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 +7 -0
  2. data/lib/acai.rb +7 -0
  3. metadata +50 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: db3b09015ffe0fb150edf36b91cdf0116f15bcd3
4
+ data.tar.gz: 6ad0ac14192063dfa62fc7d2d71b8af58ffacc16
5
+ SHA512:
6
+ metadata.gz: d336428b64cf7237a5a4b753bdcd8acfe51263c9d62a0f14a138b53a98032f47148fdd9d60dc39ce70247965bb38db412004e97fe39ad23bbc573c27799d8f00
7
+ data.tar.gz: ade524a7f4db5d76e922dd0ad88c940d2769bee2f93c6b066b1da7d21422f2c2ea401c8835c7a9fc3f51e94c48a67247c1c309def15183cf4ea9b2d6ceecb1c0
data/lib/acai.rb ADDED
@@ -0,0 +1,7 @@
1
+ class Acai
2
+ def self.hello
3
+ puts "Hello I'm Açaí!\n"
4
+ end
5
+ end
6
+
7
+ Acai.hello
metadata ADDED
@@ -0,0 +1,50 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: Acai
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.0
5
+ platform: ruby
6
+ authors:
7
+ - Marcus
8
+ - Jefferson
9
+ - Cassios
10
+ - Mário
11
+ - Alisson
12
+ - Factati
13
+ autorequire:
14
+ bindir: bin
15
+ cert_chain: []
16
+ date: 2013-11-12 00:00:00.000000000 Z
17
+ dependencies: []
18
+ description: Generates the documentation of a ruby rails project.
19
+ email: marcus@factati.com
20
+ executables: []
21
+ extensions: []
22
+ extra_rdoc_files: []
23
+ files:
24
+ - lib/acai.rb
25
+ homepage: ''
26
+ licenses:
27
+ - ''
28
+ metadata: {}
29
+ post_install_message:
30
+ rdoc_options: []
31
+ require_paths:
32
+ - lib
33
+ required_ruby_version: !ruby/object:Gem::Requirement
34
+ requirements:
35
+ - - '>='
36
+ - !ruby/object:Gem::Version
37
+ version: '0'
38
+ required_rubygems_version: !ruby/object:Gem::Requirement
39
+ requirements:
40
+ - - '>='
41
+ - !ruby/object:Gem::Version
42
+ version: '0'
43
+ requirements: []
44
+ rubyforge_project:
45
+ rubygems_version: 2.0.7
46
+ signing_key:
47
+ specification_version: 4
48
+ summary: Generates the documentation of a ruby rails project since its documentation
49
+ cucumber.
50
+ test_files: []