aipim 0.0.0 → 0.0.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/bin/aipim +3 -0
- data/lib/aipim.rb +1 -21
- metadata +11 -9
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7ede350d5f7df4a7d7254d8e6e3e0a3f69ea0cec
|
4
|
+
data.tar.gz: 231f18b6ae6c2ed858d9a7a695176df47a8909af
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 94c15227f734a602d38c30c61c34e41f6c39707f469edee21ffee320e7cac161f8879a48dcfb1155923c840b9b58001453572055775a0000442f4cd597d0b93a
|
7
|
+
data.tar.gz: 46d25677a76ecb80fc0c73115804adc8211a4a0e0e6f8e45a10b707be04011714621f73f803905d89cda46ed57a090874e80b53a3e672371f4109879beeae854
|
data/bin/aipim
ADDED
data/lib/aipim.rb
CHANGED
@@ -1,21 +1 @@
|
|
1
|
-
|
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.
|
4
|
+
version: 0.0.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
|
-
-
|
7
|
+
- Facta TI
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2014-11-13 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
|
-
description:
|
14
|
-
email:
|
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
|
-
|
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:
|
45
|
+
summary: Teste aipim
|
44
46
|
test_files: []
|