aipim 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/aipim +3 -0
  3. data/lib/aipim.rb +1 -21
  4. metadata +11 -9
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 5682594735080cfe5484035597e72cda59efc6bb
4
- data.tar.gz: c0d3e1edf8ae200d6c924a3242426e8638901944
3
+ metadata.gz: 7ede350d5f7df4a7d7254d8e6e3e0a3f69ea0cec
4
+ data.tar.gz: 231f18b6ae6c2ed858d9a7a695176df47a8909af
5
5
  SHA512:
6
- metadata.gz: 42ad0e7b6f8aae935c18d1239d127a6803eeba33337477064d33a35e1da98ac40cedcf4496261e9408ccd9ac5d6ce781aff95ee4452231d7b1a243a8d2b4fe29
7
- data.tar.gz: a8d3740da500e80c4f0d82c6f79defe2ef27a43791a8318b8a870483f029036139c920b7d85bf8e4e076100983f8c060cb4320f08bdef11e8e9e39cdd843c1e5
6
+ metadata.gz: 94c15227f734a602d38c30c61c34e41f6c39707f469edee21ffee320e7cac161f8879a48dcfb1155923c840b9b58001453572055775a0000442f4cd597d0b93a
7
+ data.tar.gz: 46d25677a76ecb80fc0c73115804adc8211a4a0e0e6f8e45a10b707be04011714621f73f803905d89cda46ed57a090874e80b53a3e672371f4109879beeae854
@@ -0,0 +1,3 @@
1
+ #!/usr/bin/env ruby
2
+
3
+ require 'acai'
@@ -1,21 +1 @@
1
- class Aipim
2
- def self.merge_files
3
- saida = ''
4
- path = (%x[pwd]).gsub("\n", "")
5
- result = %x[ls features/*.feature]
6
- result = result.split("\n").each do |r|
7
- saida << File.open(r, 'r').read
8
- saida << "\n--------------------------------------\n"
9
- end
10
-
11
- File.open('./saida.txt', 'w') do |f2|
12
- f2.puts saida
13
- end
14
- end
15
-
16
- def self.hello
17
- puts "Hello!\n"
18
- end
19
- end
20
-
21
- Aipim.hello
1
+ puts "ola, eu sou o aipim"
metadata CHANGED
@@ -1,25 +1,27 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aipim
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
7
+ - Facta TI
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-11-05 00:00:00.000000000 Z
11
+ date: 2014-11-13 00:00:00.000000000 Z
12
12
  dependencies: []
13
- description: Gem para gerar documentação de um projeto a partir de suas features (cucumber).
14
- email: marcus@gmail.com
15
- executables: []
13
+ description: Teste aipim
14
+ email: jefferson@factati.com
15
+ executables:
16
+ - aipim
16
17
  extensions: []
17
18
  extra_rdoc_files: []
18
19
  files:
19
20
  - lib/aipim.rb
20
- homepage: ''
21
+ - bin/aipim
22
+ homepage: http://rubygems.org/gems/aipim
21
23
  licenses:
22
- - ''
24
+ - FactaTI
23
25
  metadata: {}
24
26
  post_install_message:
25
27
  rdoc_options: []
@@ -40,5 +42,5 @@ rubyforge_project:
40
42
  rubygems_version: 2.0.7
41
43
  signing_key:
42
44
  specification_version: 4
43
- summary: Gera documentação.
45
+ summary: Teste aipim
44
46
  test_files: []