xcfit 1.0.0 → 1.1.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 1dcd75ea12a30ead98e626905c0cbd095388d283
4
- data.tar.gz: f1f5d887ff1b1b2b3b5d0d5bc3c326e3e135d5dc
3
+ metadata.gz: a1de30a9314e52d4afea09de9cdec348208b3008
4
+ data.tar.gz: 2b241da5176f5f99e698e2fb3eb2930aa82928c7
5
5
  SHA512:
6
- metadata.gz: 3f5afe4f0abc9f9296b572c5b18ddb96c7ac3ff3a8f297107319fd1bb3da3e9f6d8fb8011fdb1ae79c8946d93685230c978e2ed57e8eac94301c9e9500ebe299
7
- data.tar.gz: db19a109862bc34c54af654d0dc20556268978f010bf59ad04a64c71a37b1e0c5a4a877a9217efe32b643a5f08344c71d2c60aa5d629d14cd5c1da5da6d62d91
6
+ metadata.gz: e2136037dbd318bd2a1da5e56faaa32e8a3f50006e3f80e2464e7d59948bf1e9beba409780561db353f0de263060a04b16d9159f1dbe36f2dbaf7162b6ffc964
7
+ data.tar.gz: 36bbf0f4600774d57b5245f0564e81bbc2af1eafca0a7d80d9933361a7f6aa923ec7c9735311ecbff07c3231ee1925e98d7c07655be3d53e311b6a36af74d738
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- xcfit (1.0.0)
4
+ xcfit (1.1.0)
5
5
  thor (~> 0.17.0)
6
6
 
7
7
  GEM
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
@@ -1,3 +1,3 @@
1
1
  module XCFit
2
- VERSION = "1.0.0"
2
+ VERSION = "1.1.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.0.0
4
+ version: 1.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Shashikant86