lazycuke 0.0.3 → 0.0.4

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
- ZDY1MzFlM2ZkOTAzN2U4ZjUwNTdiZjA4MmYyMjA4MGFkYmE5Y2NlYw==
4
+ OTg5MjJkMjVkNDA3Nzk1ZGIzYTRmZjM2MGJjYWJkOTdjMGUwYWUwZA==
5
5
  data.tar.gz: !binary |-
6
- ODMyZTEyMWYwMjg0YzA3OTFkOGQxNmQ4Yjg1Y2NmODY2MmEzZDY5NA==
6
+ ZTFhOGYzYmQwYjkwNTcyYWVhNDE1M2Y4OTg1NjJmNWVhMDA5NWNhZg==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- ZDAyYTkyMzBkNGNhZTllYmY4MjIzZWI0NjFlN2I0NDFiN2U0YTc2MzFkMjBi
10
- ZDc4YzgxZmE1ODc3YTBhYTcyNjNlODVlMDVhZmY0NmRlMWQ0NTBhMGY2NjRk
11
- ZDI3ZmY1YjAxMDllOTI2YzUyNDAxOTMyYzg2ZWUwZTY2Zjc0Yjg=
9
+ MjIzYjg5MGVmNDg3OTFkNTFiNzg0NDMyMTVmMDQzM2EwZjI5NzBkZDdlYWVl
10
+ ZWJiYjQwZGJkOGI3N2FmMjFlODI4NzdiNTJhZTM1NThmYjcxYjBmODU5YzQw
11
+ OGRkMDAzNmQ3NGYwM2U0YmVlNmIwOThkOTA2YTQyODdlNTdjNzA=
12
12
  data.tar.gz: !binary |-
13
- ZDkxNDViNzhjNjM4MGQxOTgwOGJhYWUxODVhODIwMzdjM2E3MWY0MGYzNDNj
14
- MjIzYWU5MmY0MWM4NWZhYjM4YzUzYjFkMTlkYzVlMWQ1MjVjN2IyOWY3NDgz
15
- NDg2MDgyM2Y4NmFiYjdiOTQ0YWRiNjJlZmI5OGI1OTdlY2NjYWE=
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 friends.}
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.files = `git ls-files -z`.split("\x0")
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
@@ -1,3 +1,5 @@
1
+ Dir[File.dirname(__FILE__) + '/lazycuke/*.rb'].each {|file| require file }
2
+
1
3
  require "lazycuke/version"
2
4
 
3
5
  module Lazycuke
@@ -1,3 +1,3 @@
1
1
  module Lazycuke
2
- VERSION = "0.0.3"
2
+ VERSION = "0.0.4"
3
3
  end
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.3
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 friends.
182
+ summary: BDD framework for Selenium, Appium, Cucumber and friendspec.
183
183
  test_files: []
184
184
  has_rdoc: