bddfire 1.8.7 → 1.8.8

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- OGE2MDkzN2JmZjk4MDBkNTI2YTA1ODA5OWVlOTFjZjY2YTRlZWY1NQ==
4
+ ZDc1NDQzNzJmZWE5ZTMwMjcyMjc0MmMxNzQxYjk5NTZmN2E0MWIwOQ==
5
5
  data.tar.gz: !binary |-
6
- NmMzN2RkM2VkZDBiMDcyZDNjODc2MmJjYTg1YmI4MjA2ZTM4NzFhOA==
6
+ MmNiZjU2Y2M4YTU1ZTc5ZDM2ZjE1NzFlMjlhOGRlY2E0NmEzNDhmZA==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- OGIyMWM1ODNlYWI5NGE4ZjkwMjk5MWRmMmY0NmNkY2VhN2FkMzU5MWIyZDZm
10
- OWY2OWZiMjc4OWE0ZWYxODVhOGU1YmU5ZTFjY2ZhOWM5MzY4MDFhODVjOTk3
11
- Nzc5YWY3NWE0Y2I5ZWIzNjY1MjMzMjYzNzEyOTAzZTBlNDU0Nzc=
9
+ MjQyODY4NGFjZjQwMTMzNGQyZDhiZGYzMWRjNTQ4MTQ4NTNlNTg5YzczMjQx
10
+ ODBjNTIyOWRkZDJkMjk1OTAzY2I0MmMzMGFiYmVkNWY4ZmRjODUzZWM5NjUy
11
+ MDNiOGE2YzUyNDc3N2NiZjAxZTc2YTQwODc0NTdiNzk4ZWZmMmY=
12
12
  data.tar.gz: !binary |-
13
- YzdlZjFhNjE0OTI0NmQ1MTliNzE1NmU5MzE2NDkyNDdhYjg2ZjRhYjBkZWYx
14
- ODY3MDE0YTdiNTY0YzA0YjNjZjgzNWIyZjU2N2FiMjFlZTM4ZGQ2MjkyODU2
15
- Y2UwNGYyYmZjNzUxMjkxMWIwZWQ1NzVlOGMyNzFhZWNjOTlkMGI=
13
+ NzQ0N2Q4NTMxZmRhY2Q2NzkxYzRhMWY2NTg4YjlhNmUzYmYxZjAyMzI1ZjE3
14
+ ZDAwOTU1YzIxMzQ0ZmNhOWIzZmRmNDNlYWU2OWRmYzQ4NzM2ZDU0YzU2NWIw
15
+ YTBkYjNlYmVmODY5ZDI5ZTAzYzJhYTg4OWZlNGEzNzA2NDdjYzE=
@@ -1,2 +1 @@
1
1
  require 'net/https'
2
- require_relative 'required_files'
@@ -1,3 +1,3 @@
1
1
  module BDDfire
2
- VERSION = "1.8.7"
2
+ VERSION = "1.8.8"
3
3
  end
@@ -1,5 +1,4 @@
1
1
  require 'net/https'
2
- require_relative 'required_files'
3
2
 
4
3
 
5
4
  def check_valid_locator_type? type
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bddfire
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.8.7
4
+ version: 1.8.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Shashikant Jagtap
@@ -136,13 +136,11 @@ files:
136
136
  - lib/bddfire/assertions/assert.rb
137
137
  - lib/bddfire/mobile/mobile_methods.rb
138
138
  - lib/bddfire/mobile/mobile_steps.rb
139
- - lib/bddfire/mobile/required_files.rb
140
139
  - lib/bddfire/page-objects/HomePage.rb
141
140
  - lib/bddfire/require.rb
142
141
  - lib/bddfire/version.rb
143
142
  - lib/bddfire/web/browser_actions.rb
144
143
  - lib/bddfire/web/headless_steps.rb
145
- - lib/bddfire/web/required_files.rb
146
144
  - lib/bddfire/web/web_methods.rb
147
145
  - lib/bddfire/web/web_steps.rb
148
146
  - pre-defined-steps/capybara_steps.md
@@ -203,4 +201,3 @@ specification_version: 4
203
201
  summary: ! 'BDDfire: Automate Mobile & Web apps with less code. An instant Ruby-Cucumber
204
202
  BDD framework'
205
203
  test_files: []
206
- has_rdoc:
@@ -1,8 +0,0 @@
1
- require 'rubygems'
2
- require 'cucumber'
3
- require 'capybara'
4
- require 'rspec'
5
- require 'selenium-webdriver'
6
- require 'open-uri'
7
- require 'rbconfig'
8
- include RbConfig
@@ -1,8 +0,0 @@
1
- require 'rubygems'
2
- require 'cucumber'
3
- require 'capybara'
4
- require 'rspec'
5
- require 'selenium-webdriver'
6
- require 'open-uri'
7
- require 'rbconfig'
8
- include RbConfig