ruby_raider 0.2.0 → 0.2.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
  SHA256:
3
- metadata.gz: f8a66075dc98e049b9a8c541cb9b3c8a14ab15ca217f9bf1829b258ac5984a9f
4
- data.tar.gz: 85f79fae82e57b2b583be0c0e7398143d56b5bd14bffea3a82f24476a7adf96c
3
+ metadata.gz: 0b04a44917cee86583a600c29b50bba9214fe5b9a34681d067fb55aa93ae13bd
4
+ data.tar.gz: ad70c90273a5325f1802aea66fc86341482b1f150085d995477c4f509632eecf
5
5
  SHA512:
6
- metadata.gz: e1855740986351c969430dbd7594ba98ab4315ee4eeb9b2ecce6de0f547972d0f841521c9aa0f677e628c6e445b84cd686220ce6c458346bc229f9fdde7f24c0
7
- data.tar.gz: cb2e11948b28d6b87d013ff19c1c7c2a37f26cb799bcf19e0f1242d70b2c5ab2244f82d92a54ab9fba4b7af4cb4821c4651f69db0ac0a07b1e1feb8fee2c83ba
6
+ metadata.gz: 27bf3532138c0968c054168bb6ae882d2bdb83d8e9e1f532e8812d976f4d374eeba3c922c417b7a22ce7d2e3ba7e07669752dc70a5a6abeafc8e0fa49ed8ab3e
7
+ data.tar.gz: 5b5d47f815aac25972ee74389c295eaa8033ff972a1d829ce4be3e7f54c7bdbd531e1dd6a0e7a9d02a9c69a119d3d8b4af148e6a39231f51e9fc3c7a3b6e399d
data/README.md CHANGED
@@ -13,11 +13,10 @@ and you will have a new project in the folder you are in
13
13
 
14
14
  Currently we only support:
15
15
 
16
- * Gerating a Selenium with Rspec framework
17
- * Gerating a Watir with Rspec framework
16
+ * Gerating a Selenium with both Cucumber and Rspec framework
17
+ * Gerating a Watir with both Cucumber and Rspec framework
18
+ * Generating an Appium project with Rspec and Cucumber on IOS
18
19
 
19
- We have only tested this in mac and linux, so it works in both platforms.
20
+ In order to run the appium tests, download the example [app](https://github.com/cloudgrey-io/the-app/releases/tag/v1.10.0)
20
21
 
21
- If you wanna follow the development progress
22
-
23
- https://trello.com/b/Nj7UPy0w/ruby-raider
22
+ This works in all the platforms (Tested on Mac OS, Linux and Windows)
@@ -1,5 +1,3 @@
1
- # frozen_string_literal: true
2
-
3
1
  source 'https://rubygems.org'
4
2
 
5
3
  gem 'activesupport'
@@ -1,5 +1,3 @@
1
- # frozen_string_literal: true
2
-
3
1
  require 'yaml'
4
2
 
5
3
  desc 'Selects browser for automation run'
@@ -1,5 +1,3 @@
1
- # frozen_string_literal: true
2
-
3
1
  What is Raider?
4
2
  ===========
5
3
 
data/ruby_raider.gemspec CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = 'ruby_raider'
5
- s.version = '0.2.0'
5
+ s.version = '0.2.1'
6
6
  s.summary = 'A gem to make setup and start of UI automation projects easier'
7
7
  s.description = 'This gem contents everything you need to start doing web automation in one simple package'
8
8
  s.authors = ['Agustin Pequeno']
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ruby_raider
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Agustin Pequeno