xcfit 3.1.3 → 3.1.4

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: a89cfa8568372d32b5f2489f362ec6ba32d1ceb6
4
- data.tar.gz: 9e0316c46b2b815ce225004a693830b34fabcbb6
3
+ metadata.gz: 8210867aec6412aea960c7e0d93ca663612cabed
4
+ data.tar.gz: 24fc4066477df3da6638a9b8dc16fe2014de8114
5
5
  SHA512:
6
- metadata.gz: c3e601f7c0e74606d4f5acfb76a3bc4f4b9f4299ac9677612a4bc4aa01c0c82a05f0985905dfae03349b542bf581b329e71862209ce3ab19789ad147516cdec6
7
- data.tar.gz: 6d7a8a0cfb72771191112ddd6582372802cdcab419d2299d64e86d5aee1733975470cc328d257aeba0fb84acd952cce599914bc81574790ac434c9348b570e11
6
+ metadata.gz: b206d67055916a77db85b47089158bced2d50b261ee7c255e44cec3ca2e073215a3e6e7516ccf5e69a62b1d9f7a79e722427d140d4b8c4f70c15af7a214a11ce
7
+ data.tar.gz: 65ea0b9bf519188f87af8defbdd0f45843c44b0a243583bd1832c35fdf7155fecdb8d42e09b20b6500b49b8ae0d52dfbbd93a34beb44e152f0b0220d9d43f3d8
data/Cartfile ADDED
@@ -0,0 +1 @@
1
+ github "Ahmed-Ali/Cucumberish"
data/Cartfile.resolved ADDED
@@ -0,0 +1 @@
1
+ github "Ahmed-Ali/Cucumberish" "v1.0.6"
data/homebrew/xcfit CHANGED
@@ -3,7 +3,7 @@
3
3
  require 'fileutils'
4
4
  require 'tempfile'
5
5
 
6
- VERSION = "3.1.3"
6
+ VERSION = "3.1.4"
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 = "3.1.3"
2
+ VERSION = "3.1.4"
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: 3.1.3
4
+ version: 3.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Shashikant86
@@ -65,6 +65,8 @@ files:
65
65
  - ".gitignore"
66
66
  - ".swift-version"
67
67
  - ".travis.yml"
68
+ - Cartfile
69
+ - Cartfile.resolved
68
70
  - Dangerfile
69
71
  - Docs/InitialVersion.md
70
72
  - Docs/README_XCFit2.md