xcfit 4.0.6 → 4.0.7

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: 0c4b38a7f190fc59012425909b597cf6fcdd1a04
4
- data.tar.gz: 84bfe7cfd3edba615c6b7d7b95430403d7103152
3
+ metadata.gz: f43527bbbb191356bb0fe798fc370901f13855cf
4
+ data.tar.gz: 71a990057a5c23f37163bc02f0dd7ceda11c2ebe
5
5
  SHA512:
6
- metadata.gz: 94e3a4ad1acf20b558678d297ad58e85b22df1628a75ffed68cb2f8241604041703313f1ecfa12bf86e41a2df7a7fcc5d421dce3ff39147e4aeecfdbd3410a82
7
- data.tar.gz: 51c52f8b5ec956e88bd6a5b3a17b1937bafac7efaa75771d0d39ab9315df40a1cbdf3676c72d59ae8e202ed0efb301b6cf6568813c8e81ceafd78d63fc7bdd1a
6
+ metadata.gz: db32ad238eed4131902fde92479fa8b10172b9e9a84877c916e72cfb3dd211649f0af5f21f63fb89b14565214612350966c1ded553f0fd35ac960e3fb3bd98fc
7
+ data.tar.gz: 91f008496ffcf75e034825375a82e624991e7c27d88f111b079db641e5a7be2161e08ef9cada3b47f4d72fef115fe93d10ef99afd5b5d759a05688bc59addfed
data/.swift-version CHANGED
@@ -1 +1 @@
1
- 3.1-dev
1
+ 3.1
data/Cocoapods/Podfile CHANGED
@@ -18,7 +18,7 @@ target PAGE_OBJECT_TEST_TARGET do
18
18
  end
19
19
 
20
20
  target CUCUMBER_TEST_TARGET do
21
- pod 'XCFit'
21
+ pod 'Cucumberish'
22
22
  end
23
23
 
24
24
  target FITNESSE_ACCEPTANCE_TEST_TARGET do
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- xcfit (4.0.5)
4
+ xcfit (4.0.6)
5
5
  thor (~> 0.17.0)
6
6
 
7
7
  GEM
data/XCFit.podspec CHANGED
@@ -1,10 +1,10 @@
1
1
  Pod::Spec.new do |s|
2
2
  s.name = 'XCFit'
3
- s.version = '4.0.5'
3
+ s.version = '4.0.7'
4
4
  s.summary = 'Full Stack BDD for iOS and macOS Apps with Swift, Xcode using XCUITest, Cucumberish, FitNesse and friends.'
5
5
 
6
6
  s.description = <<-DESC
7
- XCFit is a full stack BDD framework 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.
7
+ XCFit is a full stack BDD framework for iOS apps with Swift supports Protocol Oriented BDD and Page Object Pattern.
8
8
  DESC
9
9
 
10
10
  s.homepage = 'https://github.com/Shashikant86/XCFit'
@@ -18,7 +18,5 @@ XCFit is a full stack BDD framework for iOS and macOS apps with Swift using Cucu
18
18
  s.ios.deployment_target = '9.0'
19
19
  s.source_files = 'Sources/*.swift'
20
20
  s.framework = "XCTest"
21
- s.dependency 'Cucumberish'
22
- s.xcconfig = { "GCC_PREPROCESSOR_DEFINITIONS" => "SRC_ROOT=@\\\"$(SRCROOT)\\\"" }
23
21
  s.xcconfig = { "ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES" => "NO" }
24
22
  end
data/homebrew/xcfit CHANGED
@@ -3,7 +3,7 @@
3
3
  require 'fileutils'
4
4
  require 'tempfile'
5
5
 
6
- VERSION = "4.0.6"
6
+ VERSION = "4.0.7"
7
7
 
8
8
  @root_dir = File.expand_path('~')
9
9
  @root_lib_dir = File.join(@root_dir, 'Library')
data/lib/XCFit/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module XCFit
2
- VERSION = "4.0.6"
2
+ VERSION = "4.0.7"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: xcfit
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.0.6
4
+ version: 4.0.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Shashikant86
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-04-10 00:00:00.000000000 Z
11
+ date: 2017-04-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: thor
@@ -65,8 +65,6 @@ files:
65
65
  - ".gitignore"
66
66
  - ".swift-version"
67
67
  - ".travis.yml"
68
- - Cartfile
69
- - Cartfile.resolved
70
68
  - Cocoapods/Podfile
71
69
  - Dangerfile
72
70
  - Fastlane/Fastfile
data/Cartfile DELETED
@@ -1 +0,0 @@
1
- github "Ahmed-Ali/Cucumberish"
data/Cartfile.resolved DELETED
@@ -1 +0,0 @@
1
- github "Ahmed-Ali/Cucumberish" "v1.0.6"