forked from realm/SwiftLint
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2efa8de
commit e92503a
Showing
10 changed files
with
17 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
github "jpsim/SourceKitten" "master" | ||
github "scottrhoyt/SwiftyTextTable" ~> 0.3.1 | ||
github "scottrhoyt/SwiftyTextTable" ~> 0.5.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
github "Carthage/Commandant" ~> 0.10.1 | ||
github "Carthage/Commandant" ~> 0.11 | ||
github "jspahrsummers/xcconfigs" "master" | ||
github "behrang/YamlSwift" ~> 1.5 | ||
github "behrang/YamlSwift" ~> 2.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
github "antitypical/Result" "2.1.3" | ||
github "drmohundro/SWXMLHash" "2.5.1" | ||
github "scottrhoyt/SwiftyTextTable" "0.3.1" | ||
github "behrang/YamlSwift" "1.5.0" | ||
github "jspahrsummers/xcconfigs" "e2d4f524ab910fc4211ded76d090cc86df361ebb" | ||
github "Carthage/Commandant" "0.10.1" | ||
github "jpsim/SourceKitten" "798ce07577c2f192ea150ddfee83499bccfdd538" | ||
github "antitypical/Result" "3.0.0" | ||
github "drmohundro/SWXMLHash" "3.0.2" | ||
github "scottrhoyt/SwiftyTextTable" "0.5.0" | ||
github "behrang/YamlSwift" "2.0.1" | ||
github "jspahrsummers/xcconfigs" "cc451b08e052b6146f5caf66bc1120420c529c7b" | ||
github "Carthage/Commandant" "0.11.1" | ||
github "jpsim/SourceKitten" "e6997b2f653f337af2ae1f60301baef06318437e" |
Submodule Commandant
updated
27 files
+1 −1 | .gitmodules | |
+1 −1 | .swift-version | |
+3 −11 | .travis.yml | |
+1 −1 | Cartfile | |
+2 −2 | Cartfile.private | |
+3 −3 | Cartfile.resolved | |
+1 −1 | Carthage/Checkouts/Nimble | |
+1 −1 | Carthage/Checkouts/Quick | |
+1 −1 | Carthage/Checkouts/Result | |
+20 −17 | Commandant.xcodeproj/project.pbxproj | |
+14 −4 | Package.swift | |
+22 −22 | Sources/Commandant/Argument.swift | |
+28 −28 | Sources/Commandant/ArgumentParser.swift | |
+41 −0 | Sources/Commandant/ArgumentProtocol.swift | |
+0 −32 | Sources/Commandant/ArgumentType.swift | |
+42 −31 | Sources/Commandant/Command.swift | |
+29 −31 | Sources/Commandant/Errors.swift | |
+8 −8 | Sources/Commandant/HelpCommand.swift | |
+1 −1 | Sources/Commandant/Info.plist | |
+14 −0 | Sources/Commandant/LinuxSupport.swift | |
+47 −48 | Sources/Commandant/Option.swift | |
+0 −70 | Sources/Commandant/Swift3to22.swift | |
+6 −6 | Sources/Commandant/Switch.swift | |
+3 −3 | Tests/CommandantTests/CommandSpec.swift | |
+1 −1 | Tests/CommandantTests/Info.plist | |
+7 −7 | Tests/CommandantTests/OptionSpec.swift | |
+9 −0 | Tests/LinuxMain.swift |
Submodule Result
updated
11 files
+1 −1 | .swift-version | |
+11 −19 | .travis.yml | |
+2 −2 | Result.podspec | |
+51 −25 | Result.xcodeproj/project.pbxproj | |
+1 −1 | Result/Info.plist | |
+48 −123 | Result/Result.swift | |
+182 −0 | Result/ResultProtocol.swift | |
+0 −264 | Result/ResultType.swift | |
+1 −1 | Tests/LinuxMain.swift | |
+1 −1 | Tests/ResultTests/Info.plist | |
+35 −52 | Tests/ResultTests/ResultTests.swift |
Submodule SWXMLHash
updated
28 files
Submodule SourceKitten
updated
66 files
Submodule SwiftyTextTable
updated
9 files
+4 −11 | .travis.yml | |
+48 −2 | CHANGELOG.md | |
+46 −10 | README.md | |
+75 −71 | Source/SwiftyTextTable/TextTable.swift | |
+8 −5 | SwiftyTextTable.xcodeproj/project.pbxproj | |
+1 −1 | Tests/LinuxMain.swift | |
+0 −130 | Tests/SwiftyTextTable/SwiftyTextTableTests.swift | |
+0 −0 | Tests/SwiftyTextTableTests/Supporting Files/Info.plist | |
+221 −0 | Tests/SwiftyTextTableTests/SwiftyTextTableTests.swift |
Submodule YamlSwift
updated
12 files
+1 −0 | .swift-version | |
+8 −0 | Tests/LinuxMain.swift | |
+47 −6 | Tests/YamlTests/ExampleTests.swift | |
+29 −2 | Tests/YamlTests/YamlTests.swift | |
+1 −1 | Yaml.podspec | |
+15 −14 | Yaml.xcodeproj/project.pbxproj | |
+4 −4 | Yaml/Operators.swift | |
+63 −63 | Yaml/Parser.swift | |
+48 −31 | Yaml/Regex.swift | |
+23 −18 | Yaml/Result.swift | |
+13 −13 | Yaml/Tokenizer.swift | |
+14 −14 | Yaml/Yaml.swift |
Submodule xcconfigs
updated
from e2d4f5 to cc451b