Skip to content

Commit

Permalink
Update dependencies to the latest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
mattrubin committed Apr 26, 2017
1 parent 9a2f5a5 commit d6d9d77
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Cartfile.resolved
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
github "Quick/Nimble" "v5.1.1"
github "Quick/Quick" "v1.0.0"
github "antitypical/Result" "3.1.0"
github "ZipArchive/ZipArchive" "v1.6.2"
github "Quick/Quick" "v1.1.0"
github "ZipArchive/ZipArchive" "v1.8.1"
github "antitypical/Result" "3.2.1"
github "jspahrsummers/xcconfigs" "0.10"
github "modocache/Guanaco" "6b85ad93b4e7fde8a59d23f94c438a97e1696293"
2 changes: 1 addition & 1 deletion Carthage/Checkouts/Quick
Submodule Quick updated 52 files
+29 −9 .Package.test.swift
+0 −3 .swiftlint.yml
+4 −0 .travis.yml
+53 −0 Dangerfile
+3 −0 Documentation/en-us/SettingUpYourXcodeProject.md
+2 −2 Documentation/en-us/SharedExamples.md
+116 −0 Documentation/pt-br/SharedExamples.md
+1 −1 Externals/Nimble
+2 −0 Gemfile
+72 −26 Gemfile.lock
+28 −8 Package.swift
+1 −1 Quick Templates/Quick Configuration Class.xctemplate/Swift/___FILEBASENAME___.swift
+1 −1 Quick.podspec
+100 −92 Quick.xcodeproj/project.pbxproj
+6 −6 Quick.xcodeproj/xcshareddata/xcschemes/Quick-iOS.xcscheme
+6 −6 Quick.xcodeproj/xcshareddata/xcschemes/Quick-macOS.xcscheme
+6 −6 Quick.xcodeproj/xcshareddata/xcschemes/Quick-tvOS.xcscheme
+14 −11 README.md
+8 −6 Sources/Quick/Callsite.swift
+1 −1 Sources/Quick/Configuration/Configuration.swift
+32 −1 Sources/Quick/Configuration/QuickConfiguration.swift
+26 −12 Sources/Quick/DSL/DSL.swift
+17 −11 Sources/Quick/DSL/World+DSL.swift
+10 −8 Sources/Quick/Example.swift
+5 −5 Sources/Quick/ExampleGroup.swift
+3 −3 Sources/Quick/Hooks/Closures.swift
+2 −2 Sources/Quick/Hooks/ExampleHooks.swift
+9 −0 Sources/Quick/NSBundle+CurrentTestBundle.swift
+33 −0 Sources/Quick/NSString+C99ExtendedIdentifier.swift
+11 −6 Sources/Quick/QuickMain.swift
+1 −2 Sources/Quick/QuickSelectedTestSuiteBuilder.swift
+77 −3 Sources/Quick/QuickSpec.swift
+5 −4 Sources/Quick/World.swift
+0 −17 Sources/QuickObjectiveC/NSString+QCKSelectorName.h
+0 −37 Sources/QuickObjectiveC/NSString+QCKSelectorName.m
+9 −38 Sources/QuickObjectiveC/QuickSpec.m
+55 −0 Sources/QuickSpecBase/QuickSpecBase.m
+11 −0 Sources/QuickSpecBase/include/QuickSpecBase.h
+4 −4 Tests/LinuxMain.swift
+12 −6 Tests/QuickTests/QuickFocusedTests/FocusedTests.swift
+2 −2 Tests/QuickTests/QuickTestHelpers/XCTestCaseProvider.swift
+3 −3 Tests/QuickTests/QuickTests/FunctionalTests/AfterEachTests.swift
+2 −2 Tests/QuickTests/QuickTests/FunctionalTests/BeforeEachTests.swift
+1 −1 Tests/QuickTests/QuickTests/FunctionalTests/BeforeSuiteTests.swift
+30 −0 Tests/QuickTests/QuickTests/FunctionalTests/BundleModuleNameTests.swift
+1 −1 Tests/QuickTests/QuickTests/FunctionalTests/Configuration/AfterEach/Configuration+AfterEachTests.swift
+1 −1 Tests/QuickTests/QuickTests/FunctionalTests/Configuration/BeforeEach/Configuration+BeforeEachTests.swift
+1 −1 Tests/QuickTests/QuickTests/FunctionalTests/DescribeTests.swift
+1 −1 Tests/QuickTests/QuickTests/FunctionalTests/ItTests.swift
+1 −1 Tests/QuickTests/QuickTests/FunctionalTests/PendingTests.swift
+1 −1 Tests/QuickTests/QuickTests/FunctionalTests/SharedExamples+BeforeEachTests.swift
+1 −1 Tests/QuickTests/QuickTests/FunctionalTests/SharedExamplesTests.swift
2 changes: 1 addition & 1 deletion Carthage/Checkouts/ZipArchive
Submodule ZipArchive updated 30 files
+3 −3 .travis.yml
+5 −1 ObjectiveCExample/ObjectiveCExample.xcodeproj/project.pbxproj
+1 −1 ObjectiveCExample/ObjectiveCExample.xcodeproj/xcshareddata/xcschemes/ObjectiveCExample.xcscheme
+9 −0 ObjectiveCExample/ObjectiveCExample/Sample Data/1.md
+7 −0 ObjectiveCExample/ObjectiveCExample/Sample Data/2.md
+0 −9 ObjectiveCExample/ObjectiveCExample/Sample Data/China to ban ivory trade.md
+0 −9 ObjectiveCExample/ObjectiveCExample/Sample Data/Kerry in Syria.md
+ ObjectiveCExample/ObjectiveCExample/Sample Data/mountain.png
+ ObjectiveCExample/ObjectiveCExample/Sample Data/wapo twitter banner.png
+33 −2 ObjectiveCExample/ObjectiveCExampleTests/SSZipArchiveTests.m
+3 −3 ObjectiveCExample/Podfile.lock
+1 −1 SSZipArchive.podspec
+12 −2 SSZipArchive/SSZipArchive.h
+193 −101 SSZipArchive/SSZipArchive.m
+8 −4 SSZipArchive/minizip/unzip.c
+1 −0 SSZipArchive/minizip/unzip.h
+3 −3 SwiftExample/Podfile.lock
+4 −47 SwiftExample/SwiftExample.xcodeproj/project.pbxproj
+10 −6 SwiftExample/SwiftExample/Base.lproj/LaunchScreen.storyboard
+13 −4 SwiftExample/SwiftExample/Base.lproj/Main.storyboard
+9 −0 SwiftExample/SwiftExample/Sample Data/1.md
+7 −0 SwiftExample/SwiftExample/Sample Data/2.md
+0 −9 SwiftExample/SwiftExample/Sample Data/China to ban ivory trade.md
+0 −9 SwiftExample/SwiftExample/Sample Data/Kerry in Syria.md
+ SwiftExample/SwiftExample/Sample Data/mountain.png
+ SwiftExample/SwiftExample/Sample Data/wapo twitter banner.png
+4 −0 SwiftExample/SwiftExample/ViewController.swift
+13 −4 ZipArchive.xcodeproj/project.pbxproj
+1 −1 ZipArchive.xcodeproj/xcshareddata/xcschemes/ZipArchive-Mac.xcscheme
+1 −1 ZipArchive.xcodeproj/xcshareddata/xcschemes/ZipArchive-iOS.xcscheme

0 comments on commit d6d9d77

Please sign in to comment.