Acai 0.0.0 → 0.0.1

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 (4) hide show
  1. checksums.yaml +4 -4
  2. data/bin/acai +3 -0
  3. data/lib/acai.rb +1 -7
  4. metadata +11 -15
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: db3b09015ffe0fb150edf36b91cdf0116f15bcd3
4
- data.tar.gz: 6ad0ac14192063dfa62fc7d2d71b8af58ffacc16
3
+ metadata.gz: 1670ac9ed05380c4a3b2a5cfe9deeef982557735
4
+ data.tar.gz: c5acf0cd1167f7463c8980581db64b143542904f
5
5
  SHA512:
6
- metadata.gz: d336428b64cf7237a5a4b753bdcd8acfe51263c9d62a0f14a138b53a98032f47148fdd9d60dc39ce70247965bb38db412004e97fe39ad23bbc573c27799d8f00
7
- data.tar.gz: ade524a7f4db5d76e922dd0ad88c940d2769bee2f93c6b066b1da7d21422f2c2ea401c8835c7a9fc3f51e94c48a67247c1c309def15183cf4ea9b2d6ceecb1c0
6
+ metadata.gz: 60c945262e1b29765f7be895979b4d0cf24a877d542fae63470440f467c40c96277b475975bb3c80b2f86f2906861d7640bde3438cb9cd3fd78a385ec0323afa
7
+ data.tar.gz: 8d1f7f595239efe068ad4a32e54cfd2bd4adbaabc32055ad1788c05b4793d1188933b1c929acc983a04723568fbbf24c5562890fe931f88cf322ff080b4f1e6d
@@ -0,0 +1,3 @@
1
+ #!/usr/bin/env ruby
2
+
3
+ require 'acai'
@@ -1,7 +1 @@
1
- class Acai
2
- def self.hello
3
- puts "Hello I'm Açaí!\n"
4
- end
5
- end
6
-
7
- Acai.hello
1
+ puts "ola, eu sou o acai"
metadata CHANGED
@@ -1,30 +1,27 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: Acai
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.0
4
+ version: 0.0.1
5
5
  platform: ruby
6
6
  authors:
7
- - Marcus
8
- - Jefferson
9
- - Cassios
10
- - Mário
11
- - Alisson
12
- - Factati
7
+ - Facta TI
13
8
  autorequire:
14
9
  bindir: bin
15
10
  cert_chain: []
16
- date: 2013-11-12 00:00:00.000000000 Z
11
+ date: 2014-11-13 00:00:00.000000000 Z
17
12
  dependencies: []
18
- description: Generates the documentation of a ruby rails project.
19
- email: marcus@factati.com
20
- executables: []
13
+ description: Teste acai
14
+ email: jefferson@factati.com
15
+ executables:
16
+ - acai
21
17
  extensions: []
22
18
  extra_rdoc_files: []
23
19
  files:
24
20
  - lib/acai.rb
25
- homepage: ''
21
+ - bin/acai
22
+ homepage: http://rubygems.org/gems/acai
26
23
  licenses:
27
- - ''
24
+ - FactaTI
28
25
  metadata: {}
29
26
  post_install_message:
30
27
  rdoc_options: []
@@ -45,6 +42,5 @@ rubyforge_project:
45
42
  rubygems_version: 2.0.7
46
43
  signing_key:
47
44
  specification_version: 4
48
- summary: Generates the documentation of a ruby rails project since its documentation
49
- cucumber.
45
+ summary: Teste acai
50
46
  test_files: []