Skip to content

Commit

Permalink
Update SourceKitten to 0.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelofabri committed Apr 24, 2018
1 parent b338918 commit 6acd5b2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cartfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
github "jpsim/SourceKitten" ~> 0.20.0
github "jpsim/SourceKitten" ~> 0.21.0
github "scottrhoyt/SwiftyTextTable" ~> 0.8.0
2 changes: 1 addition & 1 deletion Cartfile.resolved
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
github "Carthage/Commandant" "0.13.0"
github "antitypical/Result" "3.2.4"
github "drmohundro/SWXMLHash" "4.6.0"
github "jpsim/SourceKitten" "0.20.0"
github "jpsim/SourceKitten" "0.21.0"
github "jpsim/Yams" "0.7.0"
github "jspahrsummers/xcconfigs" "bb795558a76e5daf3688500055bbcfe243bffa8d"
github "scottrhoyt/SwiftyTextTable" "0.8.0"
2 changes: 1 addition & 1 deletion Carthage/Checkouts/SourceKitten
Submodule SourceKitten updated 44 files
+19 −0 CHANGELOG.md
+1 −1 Makefile
+1 −0 README.md
+1 −1 Source/SourceKittenFramework/Info.plist
+0 −8 Source/SourceKittenFramework/LinuxCompatibility.swift
+0 −4 Source/SourceKittenFramework/Request.swift
+2 −6 Source/SourceKittenFramework/String+SourceKitten.swift
+3 −3 Source/SourceKittenFramework/SwiftDeclarationAttributeKind.swift
+1 −1 Source/SourceKittenFramework/Version.swift
+1 −5 Source/SourceKittenFramework/library_wrapper.swift
+1 −1 Source/SourceKittenFramework/shim.swift
+1 −1 Source/sourcekitten/Info.plist
+0 −0 Tests/SourceKittenFrameworkTests/Fixtures/[email protected]
+0 −0 Tests/SourceKittenFrameworkTests/Fixtures/[email protected]
+0 −0 Tests/SourceKittenFrameworkTests/Fixtures/[email protected]
+0 −0 Tests/SourceKittenFrameworkTests/Fixtures/[email protected]
+0 −0 Tests/SourceKittenFrameworkTests/Fixtures/[email protected]
+0 −0 Tests/SourceKittenFrameworkTests/Fixtures/[email protected]
+0 −0 Tests/SourceKittenFrameworkTests/Fixtures/[email protected]
+0 −0 Tests/SourceKittenFrameworkTests/Fixtures/[email protected]
+0 −0 Tests/SourceKittenFrameworkTests/Fixtures/[email protected]
+0 −0 Tests/SourceKittenFrameworkTests/Fixtures/[email protected]
+0 −0 Tests/SourceKittenFrameworkTests/Fixtures/[email protected]
+0 −0 Tests/SourceKittenFrameworkTests/Fixtures/[email protected]
+0 −0 Tests/SourceKittenFrameworkTests/Fixtures/[email protected]
+0 −0 Tests/SourceKittenFrameworkTests/Fixtures/[email protected]
+0 −0 Tests/SourceKittenFrameworkTests/Fixtures/[email protected]
+0 −0 Tests/SourceKittenFrameworkTests/Fixtures/[email protected]
+0 −0 Tests/SourceKittenFrameworkTests/Fixtures/[email protected]
+0 −0 Tests/SourceKittenFrameworkTests/Fixtures/[email protected]
+0 −0 Tests/SourceKittenFrameworkTests/Fixtures/[email protected]
+0 −0 Tests/SourceKittenFrameworkTests/Fixtures/[email protected]
+0 −0 Tests/SourceKittenFrameworkTests/Fixtures/[email protected]
+0 −0 Tests/SourceKittenFrameworkTests/Fixtures/[email protected]
+0 −0 Tests/SourceKittenFrameworkTests/Fixtures/[email protected]
+0 −0 Tests/SourceKittenFrameworkTests/Fixtures/[email protected]
+0 −0 Tests/SourceKittenFrameworkTests/Fixtures/[email protected]
+0 −0 Tests/SourceKittenFrameworkTests/Fixtures/[email protected]
+0 −0 Tests/SourceKittenFrameworkTests/Fixtures/[email protected]
+0 −0 Tests/SourceKittenFrameworkTests/Fixtures/[email protected]
+0 −0 Tests/SourceKittenFrameworkTests/Fixtures/[email protected]
+3 −3 Tests/SourceKittenFrameworkTests/OffsetMapTests.swift
+61 −69 Tests/SourceKittenFrameworkTests/SourceKitTests.swift
+20 −27 Tests/SourceKittenFrameworkTests/SwiftDocsTests.swift
2 changes: 1 addition & 1 deletion SwiftLintFramework.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ Pod::Spec.new do |s|
s.platform = :osx, '10.10'
s.source_files = 'Source/SwiftLintFramework/**/*.swift'
s.pod_target_xcconfig = { 'APPLICATION_EXTENSION_API_ONLY' => 'YES' }
s.dependency 'SourceKittenFramework', '~> 0.20'
s.dependency 'SourceKittenFramework', '~> 0.21'
s.dependency 'Yams', '~> 0.7'
end

0 comments on commit 6acd5b2

Please sign in to comment.