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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 9fa3dfd73d7a76dcb2b8d70b0ebc3aa3ad420a82
4
- data.tar.gz: 477065eee9980e44e1ddb6c41b1c2a234ce93788
3
+ metadata.gz: 46f3bcfb576a110ac041d8bbdfc7b03224c42382
4
+ data.tar.gz: 36bc5f3522849f1755f16e71335ba8780f1676ad
5
5
  SHA512:
6
- metadata.gz: 25e4c94a24c9859fb23b1b8fd133c2da66f3ebadd6632c135990ae8efb50bbfb5e41e7784a0ac4c3966331399546e132bf862bcdbd10188bc8832f89799db98a
7
- data.tar.gz: 3e7779058ce4d00076942a5d0f045502d57b6ff8a447b7d1a659b28b20286553938c19360c5e12409a471e40dbac2794ca2103ad9176d2b879a57c04505767f6
6
+ metadata.gz: fed39fbbd59405b9a2dd4878d8970e0d1e045f618e9e92bee41d832a4272d6b09540d83ffabba53054bb997bf323b4286e7785a375eb34d1c585929901e1cdd9
7
+ data.tar.gz: e695a460c85fecdd696e72b96dbbbee2311e1b1d782de803819f86137b2c80193c538bc985c7a85b8af1bbd3be206f3a4bf9c8832098d75f2963de8bd97c0521
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- xcfit (0.3.0)
4
+ xcfit (0.4.0)
5
5
  thor (~> 0.17.0)
6
6
 
7
7
  GEM
@@ -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>&lt;key&gt;CFBundlePackageType&lt;/key&gt;
74
68
  &lt;string&gt;BNDL&lt;/string&gt;
@@ -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>&lt;key&gt;CFBundlePackageType&lt;/key&gt;
74
68
  &lt;string&gt;BNDL&lt;/string&gt;
data/lib/XCFit/main.rb CHANGED
@@ -69,7 +69,7 @@ module XCFit
69
69
  puts " ***************** Enjoy XCFit *****************"
70
70
  end
71
71
 
72
- desc 'setall_templates', 'Generate All Xcode Templates for the Gherkin Feature Files & targets for Cucumberish and Fitnesse'
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
@@ -1,3 +1,3 @@
1
1
  module XCFit
2
- VERSION = "0.4.0"
2
+ VERSION = "0.5.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: 0.4.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
@@ -1,12 +0,0 @@
1
- Feature: Template Feature
2
-
3
- In order to
4
- As a
5
- I want to
6
-
7
- # Please refeer Gherkin Syntax to write scenario in Given When Then language
8
-
9
- Scenario: First Scenario
10
- Given I request UR
11
- Then the response should be JSON
12
-
@@ -1,11 +0,0 @@
1
- Feature: Template Feature
2
-
3
- In order to
4
- As a
5
- I want to
6
-
7
- # Please refeer Gherkin Syntax to write scenario in Given When Then language
8
-
9
- Scenario: First Scenario
10
- Given the app is running
11
-