xcfit 1.2.0 → 1.3.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a74b688422a38c56852a8ce9164b519ab224dad0
4
- data.tar.gz: 5cedc233c7c776df7986d91f5befa397f0debaf1
3
+ metadata.gz: c4cea274dd78afb393eb4387e4cc33040618680f
4
+ data.tar.gz: bd2265c9ee0d56313ca73f98189c5612970353df
5
5
  SHA512:
6
- metadata.gz: 22c4a5e58b221c25a9147c810121dab5eaa3e1984f3260125aeb8b2a2d30222f2b5da6774b7d0a321e583d2d8c1b31cbdcbc3dd286fb16081b2d13868aca731c
7
- data.tar.gz: 06d94bb965ef438c52dd7892925f597ea291f4304b0518f568e66b8f06dbf7cedd54f6a874ec41e0bc8f3a69633c99c9f95bf0d4e7b14625bdcee2b777443a5f
6
+ metadata.gz: 8ebfe00c197a2b0cca0ef0c9ccc076c4e9efad1fd26841ca5e8d94db60c144bce0dc6a0c3e69e4377b737e761e4092f070c3d754d1b40422f3c16432d208dec2
7
+ data.tar.gz: ebfecd264e82269a0d61ab6488e3e3a5585fd4126cfaa066247533db9d9c541b9af3d7d774b7122e5b6e87d437c9c34ed678ac6856c6040ba5c30c97aab78eb6
@@ -13,7 +13,7 @@ Gem::Specification.new do |spec|
13
13
  spec.description = %q{XCFit is a full stack BDD framework in Xcode for iOS and macOS apps with Swift using Cucumberish and Fitnesse. Native Xcode implementation, No Appium, No Calabash, No Ruby or any other non iOS language. Checkout XCFIT POD}
14
14
  spec.homepage = "https://github.com/Shashikant86/XCFit"
15
15
 
16
- spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|XCFitDemo|spec|features|_Pods.xcodeproj)/}) }
16
+ spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|XCFitDemo|XCFitnesse|spec|features|_Pods.xcodeproj)/}) }
17
17
  spec.files.reject! { |fn| fn.include? "_Pods.xcodeproj" }
18
18
  spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
19
19
  spec.require_paths = ["lib"]
@@ -20,6 +20,6 @@ class ___PACKAGENAMEASIDENTIFIER___: NSObject {
20
20
 
21
21
  }
22
22
  //Tell Cucumberish the name of your features folder and let it execute them for you...
23
- Cucumberish.executeFeaturesInDirectory("Features", featureTags: nil)
23
+ Cucumberish.executeFeatures(inDirectory: "Features", includeTags: nil, excludeTags: nil)
24
24
  }
25
- }
25
+ }
@@ -1,3 +1,3 @@
1
1
  module XCFit
2
- VERSION = "1.2.0"
2
+ VERSION = "1.3.0"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: xcfit
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.0
4
+ version: 1.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Shashikant86