Skip to content

Commit

Permalink
bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jpsim committed Dec 19, 2016
1 parent a58419c commit 7acdc1d
Show file tree
Hide file tree
Showing 13 changed files with 23 additions and 15 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,6 @@
[submodule "Carthage/Checkouts/SwiftyTextTable"]
path = Carthage/Checkouts/SwiftyTextTable
url = https://github.com/scottrhoyt/SwiftyTextTable.git
[submodule "Carthage/Checkouts/Yams"]
path = Carthage/Checkouts/Yams
url = https://github.com/jpsim/Yams.git
2 changes: 1 addition & 1 deletion Cartfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
github "jpsim/SourceKitten" "master"
github "jpsim/SourceKitten" ~> 0.16.0
github "scottrhoyt/SwiftyTextTable" ~> 0.5.0
2 changes: 1 addition & 1 deletion Cartfile.private
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
github "Carthage/Commandant" ~> 0.11
github "jspahrsummers/xcconfigs" "master"
github "behrang/YamlSwift" ~> 3.0
github "behrang/YamlSwift" ~> 3.3
13 changes: 7 additions & 6 deletions Cartfile.resolved
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
github "antitypical/Result" "3.0.0"
github "drmohundro/SWXMLHash" "3.0.2"
github "antitypical/Result" "3.1.0"
github "drmohundro/SWXMLHash" "3.0.3"
github "scottrhoyt/SwiftyTextTable" "0.5.0"
github "behrang/YamlSwift" "3.1.0"
github "jspahrsummers/xcconfigs" "cc451b08e052b6146f5caf66bc1120420c529c7b"
github "Carthage/Commandant" "0.11.1"
github "jpsim/SourceKitten" "4e17c83ba08a07d8f992bcac67140d7b5cbb0e77"
github "behrang/YamlSwift" "3.3.1"
github "jpsim/Yams" "0.1.4"
github "jspahrsummers/xcconfigs" "2055f18efbe18e77408f7f43947f7ad92b2d4ff0"
github "Carthage/Commandant" "0.11.3"
github "jpsim/SourceKitten" "0.16.0"
2 changes: 1 addition & 1 deletion Carthage/Checkouts/SWXMLHash
2 changes: 1 addition & 1 deletion Carthage/Checkouts/SourceKitten
Submodule SourceKitten updated 47 files
+1 −0 .gitignore
+3 −3 .gitmodules
+2 −3 .travis.yml
+72 −0 CHANGELOG.md
+1 −1 Cartfile
+4 −4 Cartfile.resolved
+1 −1 Carthage/Checkouts/Result
+1 −1 Carthage/Checkouts/SWXMLHash
+0 −1 Carthage/Checkouts/YamlSwift
+1 −0 Carthage/Checkouts/Yams
+1 −1 Carthage/Checkouts/xcconfigs
+25 −3 Makefile
+2 −2 Package.swift
+28 −0 README.md
+5 −10 Releasing.md
+12 −22 Source/SourceKittenFramework/Clang+SourceKitten.swift
+1 −0 Source/SourceKittenFramework/ClangTranslationUnit.swift
+1 −1 Source/SourceKittenFramework/Dictionary+Merge.swift
+1 −1 Source/SourceKittenFramework/File.swift
+1 −1 Source/SourceKittenFramework/Info.plist
+3 −1 Source/SourceKittenFramework/JSONOutput.swift
+41 −14 Source/SourceKittenFramework/Module.swift
+6 −2 Source/SourceKittenFramework/Request.swift
+16 −2 Source/SourceKittenFramework/SourceDeclaration.swift
+2 −2 Source/SourceKittenFramework/SourceLocation.swift
+2 −2 Source/SourceKittenFramework/String+SourceKitten.swift
+1 −1 Source/SourceKittenFramework/Structure.swift
+0 −1 Source/SourceKittenFramework/SwiftDocKey.swift
+1 −1 Source/SourceKittenFramework/SyntaxMap.swift
+1 −1 Source/SourceKittenFramework/SyntaxToken.swift
+4 −4 Source/SourceKittenFramework/library_wrapper.swift
+3 −3 Source/SourceKittenFramework/library_wrapper_sourcekitd.swift
+1 −1 Source/sourcekitten/Components.plist
+1 −1 Source/sourcekitten/DocCommand.swift
+1 −1 Source/sourcekitten/Info.plist
+3 −1 Source/sourcekitten/VersionCommand.swift
+47 −0 Source/sourcekitten/YamlRequestCommand.swift
+1 −0 Source/sourcekitten/main.swift
+0 −14 SourceKitten.podspec
+1 −1 SourceKitten.xcworkspace/contents.xcworkspacedata
+14 −0 SourceKittenFramework.podspec
+3 −0 Tests/SourceKittenFrameworkTests/Fixtures/CommandantSPM.json
+342 −34 Tests/SourceKittenFrameworkTests/Fixtures/Realm.json
+0 −2 Tests/SourceKittenFrameworkTests/ModuleTests.swift
+10 −0 Tests/SourceKittenFrameworkTests/SourceKitTests.swift
+1 −1 Tests/SourceKittenFrameworkTests/StringTests.swift
+22 −22 sourcekitten.xcodeproj/project.pbxproj
2 changes: 1 addition & 1 deletion Carthage/Checkouts/YamlSwift
1 change: 1 addition & 0 deletions Carthage/Checkouts/Yams
Submodule Yams added at b64e0a
2 changes: 1 addition & 1 deletion Carthage/Checkouts/xcconfigs
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ let package = Package(
]),
],
dependencies: [
.Package(url: "https://github.com/jpsim/SourceKitten.git", majorVersion: 0, minor: 15),
.Package(url: "https://github.com/jpsim/SourceKitten.git", majorVersion: 0, minor: 16),
.Package(url: "https://github.com/behrang/YamlSwift.git", majorVersion: 3),
.Package(url: "https://github.com/scottrhoyt/SwiftyTextTable.git", majorVersion: 0, minor: 5),
]
Expand Down
3 changes: 3 additions & 0 deletions SwiftLint.xcworkspace/contents.xcworkspacedata

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7acdc1d

Please sign in to comment.