xcfit 1.0.0 → 1.1.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/bin/xcfit +6 -7
- data/lib/XCFit/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a1de30a9314e52d4afea09de9cdec348208b3008
|
4
|
+
data.tar.gz: 2b241da5176f5f99e698e2fb3eb2930aa82928c7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e2136037dbd318bd2a1da5e56faaa32e8a3f50006e3f80e2464e7d59948bf1e9beba409780561db353f0de263060a04b16d9159f1dbe36f2dbaf7162b6ffc964
|
7
|
+
data.tar.gz: 36bbf0f4600774d57b5245f0564e81bbc2af1eafca0a7d80d9933361a7f6aa923ec7c9735311ecbff07c3231ee1925e98d7c07655be3d53e311b6a36af74d738
|
data/Gemfile.lock
CHANGED
data/bin/xcfit
CHANGED
@@ -38,10 +38,10 @@ XCFit::Main.start(ARGV)
|
|
38
38
|
|
39
39
|
# FileUtils.cp_r(@source_xcfit_dir, @root_template_dir)
|
40
40
|
|
41
|
-
# end
|
41
|
+
# end
|
42
42
|
|
43
43
|
# def setup_gherkin
|
44
|
-
|
44
|
+
|
45
45
|
# if File.exist?(@root_gherkin_dir)
|
46
46
|
# puts 'There is already Gherkin directory. Please move existing Gherkin directory to carry on '
|
47
47
|
# exit 1
|
@@ -49,13 +49,13 @@ XCFit::Main.start(ARGV)
|
|
49
49
|
|
50
50
|
# FileUtils.cp_r(@source_gherkin_dir, @root_template_dir)
|
51
51
|
|
52
|
-
# end
|
52
|
+
# end
|
53
53
|
|
54
54
|
|
55
55
|
# def print_usage
|
56
56
|
# puts <<EOF
|
57
57
|
|
58
|
-
# Usage: xcfit <command-name>
|
58
|
+
# Usage: xcfit <command-name>
|
59
59
|
|
60
60
|
# <command-name> can be one of
|
61
61
|
# help
|
@@ -63,7 +63,7 @@ XCFit::Main.start(ARGV)
|
|
63
63
|
# setup_xcfit
|
64
64
|
# generate a Xcode Templates for the Cucumberish and Fitnesse
|
65
65
|
# setup_gherkin
|
66
|
-
# generate Xcode Templates for the Gherkin Feature Files
|
66
|
+
# generate Xcode Templates for the Gherkin Feature Files
|
67
67
|
# version
|
68
68
|
# prints the gem version
|
69
69
|
|
@@ -76,7 +76,7 @@ XCFit::Main.start(ARGV)
|
|
76
76
|
# def print_help
|
77
77
|
# puts <<EOF
|
78
78
|
|
79
|
-
# Usage: xcfit <command-name>
|
79
|
+
# Usage: xcfit <command-name>
|
80
80
|
|
81
81
|
# <command-name> can be one of
|
82
82
|
# help
|
@@ -114,4 +114,3 @@ XCFit::Main.start(ARGV)
|
|
114
114
|
# print_usage
|
115
115
|
# end
|
116
116
|
# end
|
117
|
-
|
data/lib/XCFit/version.rb
CHANGED