Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
norio-nomura committed Apr 7, 2016
1 parent 18bc70c commit fe9f64a
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions Cartfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
github "jpsim/SourceKitten" "0.11.0"
github "scottrhoyt/SwiftyTextTable" "0.3.0"
github "jpsim/SourceKitten" "master"
github "scottrhoyt/SwiftyTextTable"
10 changes: 5 additions & 5 deletions Cartfile.resolved
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
github "antitypical/Result" "1.0.2"
github "drmohundro/SWXMLHash" "2.1.0"
github "antitypical/Result" "2.0.0"
github "drmohundro/SWXMLHash" "2.2.0"
github "scottrhoyt/SwiftyTextTable" "0.3.0"
github "behrang/YamlSwift" "1.4.2"
github "behrang/YamlSwift" "1.4.3"
github "jspahrsummers/xcconfigs" "0.9"
github "Carthage/Commandant" "0.8.3"
github "jpsim/SourceKitten" "0.11.0"
github "Carthage/Commandant" "0.10.0"
github "jpsim/SourceKitten" "78bdfb6567bdbcc8ce0943f19247000ea1ae8b58"
2 changes: 1 addition & 1 deletion Carthage/Checkouts/SourceKitten
Submodule SourceKitten updated 33 files
+5 −0 .gitignore
+1 −1 .travis.yml
+29 −0 CHANGELOG.md
+3 −3 Cartfile.resolved
+1 −1 Carthage/Checkouts/Commandant
+1 −1 Carthage/Checkouts/SWXMLHash
+1 −1 Carthage/Checkouts/xcconfigs
+3 −1 Makefile
+1 −1 Package.swift
+1 −3 README.md
+0 −28 Source/SourceKittenFramework/Array+SourceKitten.swift
+1 −1 Source/SourceKittenFramework/ClangTranslationUnit.swift
+23 −21 Source/SourceKittenFramework/File.swift
+1 −1 Source/SourceKittenFramework/Info.plist
+1 −1 Source/SourceKittenFramework/SourceLocation.swift
+8 −0 Source/SourceKittenFramework/SwiftDeclarationKind.swift
+28 −19 Source/SourceKittenFramework/SyntaxMap.swift
+1 −1 Source/sourcekitten/Info.plist
+1 −1 Source/sourcekitten/VersionCommand.swift
+10 −19 Tests/SourceKittenFramework/ClangTranslationUnitTests.swift
+1 −1 Tests/SourceKittenFramework/CodeCompletionTests.swift
+5 −5 Tests/SourceKittenFramework/Fixtures/Bicycle.json
+638 −457 Tests/SourceKittenFramework/Fixtures/Commandant.json
+16 −16 Tests/SourceKittenFramework/Fixtures/Realm.json
+15 −24 Tests/SourceKittenFramework/Fixtures/SimpleCodeCompletion.json
+2 −2 Tests/SourceKittenFramework/Fixtures/Subscript.json
+4 −9 Tests/SourceKittenFramework/ModuleTests.swift
+4 −1 Tests/SourceKittenFramework/SourceKitTests.swift
+1 −1 Tests/SourceKittenFramework/StringTests.swift
+2 −2 Tests/SourceKittenFramework/StructureTests.swift
+18 −9 Tests/SourceKittenFramework/SwiftDocsTests.swift
+2 −2 Tests/SourceKittenFramework/SyntaxTests.swift
+0 −4 sourcekitten.xcodeproj/project.pbxproj

0 comments on commit fe9f64a

Please sign in to comment.