Skip to content

Commit

Permalink
Update Quick Nimble and SwiftyMocky
Browse files Browse the repository at this point in the history
  • Loading branch information
raphrel committed Apr 8, 2019
1 parent b40520b commit ab6738a
Show file tree
Hide file tree
Showing 228 changed files with 16,315 additions and 13,187 deletions.
6 changes: 3 additions & 3 deletions Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ target 'ModernAVPlayer_Example' do
target 'ModernAVPlayer_Tests' do
inherit! :search_paths

pod 'Quick', '1.3.1'
pod 'Nimble', '7.3.0'
pod 'SwiftyMocky', '3.0.0'
pod 'Quick', '2.0.0'
pod 'Nimble', '8.0.1'
pod 'SwiftyMocky', '3.2.0'

end
end
26 changes: 13 additions & 13 deletions Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,24 +4,24 @@ PODS:
- ModernAVPlayer/Core
- RxCocoa (~> 4.5)
- RxSwift (~> 4.5)
- Nimble (7.3.0)
- Quick (1.3.1)
- Nimble (8.0.1)
- Quick (2.0.0)
- RxCocoa (4.5.0):
- RxSwift (>= 4.4.2, ~> 4.4)
- RxSwift (4.5.0)
- Sourcery (0.16.0)
- SwiftLint (0.27.0)
- SwiftyMocky (3.0.0):
- SwiftyMocky/Core (= 3.0.0)
- SwiftyMocky/Core (3.0.0):
- Sourcery
- SwiftyMocky (3.2.0):
- SwiftyMocky/Core (= 3.2.0)
- SwiftyMocky/Core (3.2.0):
- Sourcery (> 0.16)

DEPENDENCIES:
- ModernAVPlayer/RxSwift (from `.`)
- Nimble (= 7.3.0)
- Quick (= 1.3.1)
- Nimble (= 8.0.1)
- Quick (= 2.0.0)
- SwiftLint (= 0.27.0)
- SwiftyMocky (= 3.0.0)
- SwiftyMocky (= 3.2.0)

SPEC REPOS:
https://github.com/cocoapods/specs.git:
Expand All @@ -39,14 +39,14 @@ EXTERNAL SOURCES:

SPEC CHECKSUMS:
ModernAVPlayer: 6a7e1e6ce82c15bf64597b24ab3c397cd7da7dc7
Nimble: c8d6a1f463701921c46de965c673e13cafa09196
Quick: d17304d58d0d169dd0bd1c6e5c28e3318de32a1a
Nimble: 45f786ae66faa9a709624227fae502db55a8bdd0
Quick: ce1276c7c27ba2da3cb2fd0cde053c3648b3b22d
RxCocoa: cbf70265dc65a981d4ac982e513c10cf23df24a0
RxSwift: f172070dfd1a93d70a9ab97a5a01166206e1c575
Sourcery: 3e55aad9719ee5782ab81eb16addd44d272e4d13
SwiftLint: 3207c1faa2240bf8973b191820a116113cd11073
SwiftyMocky: b3580655f96a5835a802bbfd8da9570cda0c285e
SwiftyMocky: 20ee055796bb023142e83a23bee86d43ecb6c29a

PODFILE CHECKSUM: 08a752c43640a2e19c21d3c7ba171963a0259701
PODFILE CHECKSUM: 9eb04cf793d63bd71ca4f9c9a7ce2aaabfba6b3c

COCOAPODS: 1.5.3
26 changes: 13 additions & 13 deletions Pods/Manifest.lock

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

29 changes: 7 additions & 22 deletions Pods/Nimble/README.md

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

1 change: 1 addition & 0 deletions Pods/Nimble/Sources/Nimble/Adapters/AdapterProtocols.swift

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

33 changes: 30 additions & 3 deletions Pods/Nimble/Sources/Nimble/Adapters/AssertionRecorder.swift

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

6 changes: 5 additions & 1 deletion Pods/Nimble/Sources/Nimble/Adapters/NMBExpectation.swift

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

4 changes: 3 additions & 1 deletion Pods/Nimble/Sources/Nimble/Adapters/NMBObjCMatcher.swift

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

18 changes: 8 additions & 10 deletions Pods/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift

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

13 changes: 6 additions & 7 deletions Pods/Nimble/Sources/Nimble/Adapters/NimbleXCTestHandler.swift

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

Loading

0 comments on commit ab6738a

Please sign in to comment.