bddfire 1.8.7 → 1.8.8
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,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
ZDc1NDQzNzJmZWE5ZTMwMjcyMjc0MmMxNzQxYjk5NTZmN2E0MWIwOQ==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
MmNiZjU2Y2M4YTU1ZTc5ZDM2ZjE1NzFlMjlhOGRlY2E0NmEzNDhmZA==
|
|
7
7
|
SHA512:
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
MjQyODY4NGFjZjQwMTMzNGQyZDhiZGYzMWRjNTQ4MTQ4NTNlNTg5YzczMjQx
|
|
10
|
+
ODBjNTIyOWRkZDJkMjk1OTAzY2I0MmMzMGFiYmVkNWY4ZmRjODUzZWM5NjUy
|
|
11
|
+
MDNiOGE2YzUyNDc3N2NiZjAxZTc2YTQwODc0NTdiNzk4ZWZmMmY=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
NzQ0N2Q4NTMxZmRhY2Q2NzkxYzRhMWY2NTg4YjlhNmUzYmYxZjAyMzI1ZjE3
|
|
14
|
+
ZDAwOTU1YzIxMzQ0ZmNhOWIzZmRmNDNlYWU2OWRmYzQ4NzM2ZDU0YzU2NWIw
|
|
15
|
+
YTBkYjNlYmVmODY5ZDI5ZTAzYzJhYTg4OWZlNGEzNzA2NDdjYzE=
|
data/lib/bddfire/version.rb
CHANGED
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.
|
|
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:
|