bddfire 1.7.9 → 1.8.0
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 +8 -8
- data/bddfire.gemspec +1 -1
- data/lib/bddfire/version.rb +1 -1
- metadata +5 -4
checksums.yaml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
ZGQ4ODNiZTQ0MDE3OWVmNjAyZDgyODZlNjY2ODEzYzI5MTAyMGVkYw==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
NTk0ZGYyYjcwNmY1M2Q5NTY4MjNiOWQwN2M3N2RhYWIwNzUwMDg1OA==
|
|
7
7
|
SHA512:
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
NmVlMDVjMDNmYmVkMTMzYWFkZDM0M2E5MjRlY2M0YTJmNTc5MWVkNjY1MDYy
|
|
10
|
+
YzYzMmY5MDM2ZjllYTViZjY1ODE4MjNmN2EyYmE0ZWQzMDYyYmJmOTgxMDE5
|
|
11
|
+
ODlhZTAyZTU4ZWM2ZWY3Yjk5ODg0MDFmMDllNWUyYzYwOGFkOGQ=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
MzE5M2EwZTliOTk5ZmVhZTEyNDhlZjAyY2ViYWIwNGExZTRhNjQzMGI3NmU1
|
|
14
|
+
MDE4OGExNjFjODE1MDIxOTliYmQ2NzI1OGM4Y2VhNjEwOWQyODY1MTk4YWQ0
|
|
15
|
+
NzM0MmMwMjYxMjJjMzQwNGRkZWQxMTE5MDFmMGNmY2YxMDAwYzE=
|
data/bddfire.gemspec
CHANGED
|
@@ -12,7 +12,7 @@ Gem::Specification.new do |s|
|
|
|
12
12
|
s.license = 'MIT'
|
|
13
13
|
s.required_ruby_version = '>= 1.9.3'
|
|
14
14
|
s.summary = "BDDfire: Automate Mobile & Web apps with less code. An instant Ruby-Cucumber BDD framework"
|
|
15
|
-
s.description = %q{Instant BDD
|
|
15
|
+
s.description = %q{BDDfire: Automate Mobile and Web apps with less code - Instant BDD framework with Ruby, Cucumber, Capybara, selenium, Appium, Saucelabs, Browserstack, Testingbot, poltergeist, cuke_sniffer, rubocop, relish, yard and many more awesome libraries}
|
|
16
16
|
s.add_runtime_dependency "cucumber", '~> 1.3', '>= 1.3.18'
|
|
17
17
|
s.add_runtime_dependency "capybara", '~> 2.4.4', '>= 2.4.1'
|
|
18
18
|
s.add_runtime_dependency "rspec", '~> 3.2.0', '>= 3.0.0'
|
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.
|
|
4
|
+
version: 1.8.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Shashikant Jagtap
|
|
@@ -90,9 +90,10 @@ dependencies:
|
|
|
90
90
|
- - ! '>='
|
|
91
91
|
- !ruby/object:Gem::Version
|
|
92
92
|
version: 2.41.0
|
|
93
|
-
description:
|
|
94
|
-
|
|
95
|
-
more awesome
|
|
93
|
+
description: ! 'BDDfire: Automate Mobile and Web apps with less code - Instant BDD
|
|
94
|
+
framework with Ruby, Cucumber, Capybara, selenium, Appium, Saucelabs, Browserstack,
|
|
95
|
+
Testingbot, poltergeist, cuke_sniffer, rubocop, relish, yard and many more awesome
|
|
96
|
+
libraries'
|
|
96
97
|
email:
|
|
97
98
|
- shashikant.jagtap@aol.co.uk
|
|
98
99
|
executables:
|