rubygene 0.3.0 → 0.3.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.
- checksums.yaml +4 -4
- data/README.md +6 -3
- data/lib/generate_ruby_tests/version.rb +1 -1
- data/rubygene.gemspec +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6dc554f90fe1ab4457a3bbb10834190361356830
|
|
4
|
+
data.tar.gz: bf2d830a91bbd7fb28bee538350542d4a7f53cb6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 31f03da7d339f2c7721dd80dcfcfdddaf083cecb084fd1420c1113d37d4d6481d8243435a2ec61705192a5492992ea258b29b38a68eae680d88b616c54e48575
|
|
7
|
+
data.tar.gz: 63f541a684880800a08d2be46fdc0cac7195856e8bb5d9214ba31d3d633a4a8994a9977360ef1db3b7223027f7d782b5381902d81222d9730997b06b8e7df816
|
data/README.md
CHANGED
|
@@ -1,8 +1,10 @@
|
|
|
1
|
-
|
|
1
|
+
[](https://badge.fury.io/rb/rubygene)
|
|
2
|
+
[ ](https://app.codeship.com/projects/304920)
|
|
3
|
+
[](https://codeclimate.com/github/brunobatista25/RubyGene/maintainability)
|
|
2
4
|
|
|
3
|
-
|
|
5
|
+
# RubyGene
|
|
4
6
|
|
|
5
|
-
O intuito da
|
|
7
|
+
O intuito da RubyGene é conseguir gerar projetos já configurados para um projeto Web, Mobile ou Api. Todos eles baseados na estrutura de um projeto em cucumber, page objects e relatórios.
|
|
6
8
|
|
|
7
9
|
## Instalação
|
|
8
10
|
|
|
@@ -136,6 +138,7 @@ rubygene generate all_api --lang=pt
|
|
|
136
138
|
- Adicionar gerador pra JsonSchema
|
|
137
139
|
- Adicionar gerador de projeto calabash
|
|
138
140
|
- Adicionar gerador para projetos Rspec pra Web, Mobile e Api.
|
|
141
|
+
- Adicionar gerador de drivers(baixar o driver específico e instalar no local correto.)
|
|
139
142
|
|
|
140
143
|
## Contribuição
|
|
141
144
|
|
data/rubygene.gemspec
CHANGED
|
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
|
|
|
10
10
|
spec.summary = %q{Generates an Web,Api and Mobile Test Automation project with Cucumber,
|
|
11
11
|
SitePrism, Capybara, Selenium, Httparty and JsonSchema.}
|
|
12
12
|
spec.description = %q{A simple gem to generate all files needed in a
|
|
13
|
-
project Mobile, Web and Api.}
|
|
13
|
+
project Mobile, Web and Api for Testing Automation.}
|
|
14
14
|
spec.homepage = 'https://github.com/brunobatista25/RubyGene'
|
|
15
15
|
spec.license = 'MIT'
|
|
16
16
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rubygene
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.3.
|
|
4
|
+
version: 0.3.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- brunobatista25
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2018-09-
|
|
11
|
+
date: 2018-09-13 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -96,7 +96,7 @@ dependencies:
|
|
|
96
96
|
version: 0.20.0
|
|
97
97
|
description: |-
|
|
98
98
|
A simple gem to generate all files needed in a
|
|
99
|
-
project Mobile, Web and Api.
|
|
99
|
+
project Mobile, Web and Api for Testing Automation.
|
|
100
100
|
email:
|
|
101
101
|
- brunobatista101@gmail.com
|
|
102
102
|
executables:
|