xcfit 0.4.0 → 0.5.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 +4 -4
- data/Gemfile.lock +1 -1
- data/XCFit_Templates/XCFit/Cucumberish API Test Bundle Base.xctemplate/TemplateInfo.plist +0 -6
- data/XCFit_Templates/XCFit/Cucumberish UI Test Bundle Base.xctemplate/TemplateInfo.plist +0 -6
- data/lib/XCFit/main.rb +1 -1
- data/lib/XCFit/version.rb +1 -1
- metadata +1 -3
- data/XCFit_Templates/XCFit/Cucumberish API Test Bundle Base.xctemplate/demo.feature +0 -12
- data/XCFit_Templates/XCFit/Cucumberish UI Test Bundle Base.xctemplate/demo.feature +0 -11
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 46f3bcfb576a110ac041d8bbdfc7b03224c42382
|
4
|
+
data.tar.gz: 36bc5f3522849f1755f16e71335ba8780f1676ad
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fed39fbbd59405b9a2dd4878d8970e0d1e045f618e9e92bee41d832a4272d6b09540d83ffabba53054bb997bf323b4286e7785a375eb34d1c585929901e1cdd9
|
7
|
+
data.tar.gz: e695a460c85fecdd696e72b96dbbbee2311e1b1d782de803819f86137b2c80193c538bc985c7a85b8af1bbd3be206f3a4bf9c8832098d75f2963de8bd97c0521
|
data/Gemfile.lock
CHANGED
@@ -55,7 +55,6 @@
|
|
55
55
|
</array>
|
56
56
|
<key>Nodes</key>
|
57
57
|
<array>
|
58
|
-
<string>demo.feature</string>
|
59
58
|
<string>Info.plist:PackageType</string>
|
60
59
|
<string>___PACKAGENAMEASIDENTIFIER___-Bridging-Header.h</string>
|
61
60
|
<string>___PACKAGENAMEASIDENTIFIER___.h</string>
|
@@ -64,11 +63,6 @@
|
|
64
63
|
</array>
|
65
64
|
<key>Definitions</key>
|
66
65
|
<dict>
|
67
|
-
<key>demo.feature</key>
|
68
|
-
<dict>
|
69
|
-
<key>Path</key>
|
70
|
-
<string>demo.feature</string>
|
71
|
-
</dict>
|
72
66
|
<key>Info.plist:PackageType</key>
|
73
67
|
<string><key>CFBundlePackageType</key>
|
74
68
|
<string>BNDL</string>
|
@@ -55,7 +55,6 @@
|
|
55
55
|
</array>
|
56
56
|
<key>Nodes</key>
|
57
57
|
<array>
|
58
|
-
<string>demo.feature</string>
|
59
58
|
<string>Info.plist:PackageType</string>
|
60
59
|
<string>___PACKAGENAMEASIDENTIFIER___-Bridging-Header.h</string>
|
61
60
|
<string>___PACKAGENAMEASIDENTIFIER___.h</string>
|
@@ -64,11 +63,6 @@
|
|
64
63
|
</array>
|
65
64
|
<key>Definitions</key>
|
66
65
|
<dict>
|
67
|
-
<key>demo.feature</key>
|
68
|
-
<dict>
|
69
|
-
<key>Path</key>
|
70
|
-
<string>demo.feature</string>
|
71
|
-
</dict>
|
72
66
|
<key>Info.plist:PackageType</key>
|
73
67
|
<string><key>CFBundlePackageType</key>
|
74
68
|
<string>BNDL</string>
|
data/lib/XCFit/main.rb
CHANGED
@@ -69,7 +69,7 @@ module XCFit
|
|
69
69
|
puts " ***************** Enjoy XCFit *****************"
|
70
70
|
end
|
71
71
|
|
72
|
-
desc '
|
72
|
+
desc 'set_xcode_templates', 'Generate All Xcode Templates for the Gherkin Feature Files & targets for Cucumberish and Fitnesse'
|
73
73
|
def setall_templates
|
74
74
|
create_xctargets
|
75
75
|
create_xcgherkin
|
data/lib/XCFit/version.rb
CHANGED
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: 0.
|
4
|
+
version: 0.5.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Shashikant86
|
@@ -1657,7 +1657,6 @@ files:
|
|
1657
1657
|
- XCFit_Templates/XCFit/Cucumberish API Test Bundle Base.xctemplate/___PACKAGENAMEASIDENTIFIER___.h
|
1658
1658
|
- XCFit_Templates/XCFit/Cucumberish API Test Bundle Base.xctemplate/___PACKAGENAMEASIDENTIFIER___.m
|
1659
1659
|
- XCFit_Templates/XCFit/Cucumberish API Test Bundle Base.xctemplate/___PACKAGENAMEASIDENTIFIER___.swift
|
1660
|
-
- XCFit_Templates/XCFit/Cucumberish API Test Bundle Base.xctemplate/demo.feature
|
1661
1660
|
- XCFit_Templates/XCFit/Cucumberish UI Test Bundle Base.xctemplate/TemplateIcon.png
|
1662
1661
|
- XCFit_Templates/XCFit/Cucumberish UI Test Bundle Base.xctemplate/TemplateIcon@2x.png
|
1663
1662
|
- XCFit_Templates/XCFit/Cucumberish UI Test Bundle Base.xctemplate/TemplateInfo.plist
|
@@ -1665,7 +1664,6 @@ files:
|
|
1665
1664
|
- XCFit_Templates/XCFit/Cucumberish UI Test Bundle Base.xctemplate/___PACKAGENAMEASIDENTIFIER___.h
|
1666
1665
|
- XCFit_Templates/XCFit/Cucumberish UI Test Bundle Base.xctemplate/___PACKAGENAMEASIDENTIFIER___.m
|
1667
1666
|
- XCFit_Templates/XCFit/Cucumberish UI Test Bundle Base.xctemplate/___PACKAGENAMEASIDENTIFIER___.swift
|
1668
|
-
- XCFit_Templates/XCFit/Cucumberish UI Test Bundle Base.xctemplate/demo.feature
|
1669
1667
|
- XCFit_Templates/XCFit/Mac Acceptance Tests.xctemplate/Empty.xib
|
1670
1668
|
- XCFit_Templates/XCFit/Mac Acceptance Tests.xctemplate/TemplateInfo.plist
|
1671
1669
|
- XCFit_Templates/XCFit/MacOS API Cucumberish Testing Bundle.xctemplate/TemplateInfo.plist
|