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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d8390dcf18d203c7338ff4989d38690c4826a470
4
- data.tar.gz: a6a78734fb013bcb208f8897598cce680bf8d3dc
3
+ metadata.gz: 6dc554f90fe1ab4457a3bbb10834190361356830
4
+ data.tar.gz: bf2d830a91bbd7fb28bee538350542d4a7f53cb6
5
5
  SHA512:
6
- metadata.gz: ee2d8a9111283ca188317c39b707d2520f84a791b750201c233f256507ec28fd325812e758261581aed8b78025ce19dbffd2d10f785a207d60c11a11d571d2c1
7
- data.tar.gz: e3cc50fdcc822f919203ceb2ab3992a48ad6b8a922b20dd72590e42fd76b23d4d6e5135c4155294c5437468ee8d0bde737892955c8e73047625801a4ce5d3ca2
6
+ metadata.gz: 31f03da7d339f2c7721dd80dcfcfdddaf083cecb084fd1420c1113d37d4d6481d8243435a2ec61705192a5492992ea258b29b38a68eae680d88b616c54e48575
7
+ data.tar.gz: 63f541a684880800a08d2be46fdc0cac7195856e8bb5d9214ba31d3d633a4a8994a9977360ef1db3b7223027f7d782b5381902d81222d9730997b06b8e7df816
data/README.md CHANGED
@@ -1,8 +1,10 @@
1
- # GenerateRubyTests
1
+ [![Gem Version](https://badge.fury.io/rb/rubygene.svg)](https://badge.fury.io/rb/rubygene)
2
+ [ ![Codeship Status for brunobatista25/generate_ruby_tests](https://app.codeship.com/projects/6954dcd0-9694-0136-803d-3204db439b3c/status?branch=master)](https://app.codeship.com/projects/304920)
3
+ [![Maintainability](https://api.codeclimate.com/v1/badges/6ac63623b0699225f219/maintainability)](https://codeclimate.com/github/brunobatista25/RubyGene/maintainability)
2
4
 
3
- Bem vindo a gem RubyGene é uma gem baseada na gem [Magneton](https://github.com/concretesolutions/magneton).
5
+ # RubyGene
4
6
 
5
- O intuito da gem RubyGene é conseguir gerar projetos já configurados para um projeto Web, Mobile ou Api. Todos eles baseados na estrutura de um projeto em cucumber.
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
 
@@ -1,3 +1,3 @@
1
1
  module GenerateRubyTests
2
- VERSION = "0.3.0"
2
+ VERSION = "0.3.1"
3
3
  end
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.0
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-10 00:00:00.000000000 Z
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: