lazycuke 0.0.3 → 0.0.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +8 -8
- data/lazycuke.gemspec +3 -6
- data/lib/lazycuke.rb +2 -0
- data/lib/lazycuke/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
---
|
2
2
|
!binary "U0hBMQ==":
|
3
3
|
metadata.gz: !binary |-
|
4
|
-
|
4
|
+
OTg5MjJkMjVkNDA3Nzk1ZGIzYTRmZjM2MGJjYWJkOTdjMGUwYWUwZA==
|
5
5
|
data.tar.gz: !binary |-
|
6
|
-
|
6
|
+
ZTFhOGYzYmQwYjkwNTcyYWVhNDE1M2Y4OTg1NjJmNWVhMDA5NWNhZg==
|
7
7
|
SHA512:
|
8
8
|
metadata.gz: !binary |-
|
9
|
-
|
10
|
-
|
11
|
-
|
9
|
+
MjIzYjg5MGVmNDg3OTFkNTFiNzg0NDMyMTVmMDQzM2EwZjI5NzBkZDdlYWVl
|
10
|
+
ZWJiYjQwZGJkOGI3N2FmMjFlODI4NzdiNTJhZTM1NThmYjcxYjBmODU5YzQw
|
11
|
+
OGRkMDAzNmQ3NGYwM2U0YmVlNmIwOThkOTA2YTQyODdlNTdjNzA=
|
12
12
|
data.tar.gz: !binary |-
|
13
|
-
|
14
|
-
|
15
|
-
|
13
|
+
MTY3ZjY2YjZkOGQyNGE5MzEzZjk5NWU3YTg5Y2QwM2YzYTI4NDk5YWQyNzk5
|
14
|
+
ZTliYTBhMzAyMDlkZDc4Y2YyYzZjMGI1MGIxNDdhZGFmNmYwMzg3MDhmOGQy
|
15
|
+
M2EyYzdjNTNiNzQzMjdiOGY1Nzg5OWJjNWJiODUyZWNmMDljZWE=
|
data/lazycuke.gemspec
CHANGED
@@ -8,18 +8,15 @@ Gem::Specification.new do |spec|
|
|
8
8
|
spec.version = Lazycuke::VERSION
|
9
9
|
spec.authors = ["Shashikant86"]
|
10
10
|
spec.email = ["shashikant.jagtap@aol.co.uk"]
|
11
|
-
spec.summary = %q{BDD framework for Selenium, Appium, Cucumber and
|
11
|
+
spec.summary = %q{BDD framework for Selenium, Appium, Cucumber and friendspec.}
|
12
12
|
spec.description = %q{Test automation framework to be used with Ruby Cucumber, Selenium and mobile automation framework Appium.}
|
13
13
|
spec.homepage = ""
|
14
14
|
spec.license = "MIT"
|
15
15
|
spec.date = Time.now
|
16
16
|
spec.platform = Gem::Platform::RUBY
|
17
|
-
|
18
|
-
spec.
|
19
|
-
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
|
20
|
-
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
|
17
|
+
spec.files = `git ls-files`.split("\n")
|
18
|
+
spec.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
|
21
19
|
spec.require_paths = ["lib"]
|
22
|
-
|
23
20
|
spec.add_development_dependency "bundler", "~> 1.7"
|
24
21
|
spec.add_development_dependency "rake", "~> 10.0"
|
25
22
|
spec.add_dependency "thor"
|
data/lib/lazycuke.rb
CHANGED
data/lib/lazycuke/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: lazycuke
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Shashikant86
|
@@ -179,6 +179,6 @@ rubyforge_project:
|
|
179
179
|
rubygems_version: 2.4.5
|
180
180
|
signing_key:
|
181
181
|
specification_version: 4
|
182
|
-
summary: BDD framework for Selenium, Appium, Cucumber and
|
182
|
+
summary: BDD framework for Selenium, Appium, Cucumber and friendspec.
|
183
183
|
test_files: []
|
184
184
|
has_rdoc:
|