Commit efa21a8
committed
Update dependencies for Xcode 7.0 GM.
1 parent ee74201 commit efa21a8
File tree
4 files changed
+6
-6
lines changed- Carthage/Checkouts
4 files changed
+6
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
| 1 | + | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
- .travis.yml+9
- CONTRIBUTING.md+2
- Nimble.podspec+3-2
- Nimble.xcodeproj/project.pbxproj+10-4
- Nimble/Adapters/AdapterProtocols.swift+6-1
- Nimble/Adapters/NimbleXCTestHandler.swift+12
- Nimble/Matchers/BeCloseTo.swift+3-3
- Nimble/Matchers/MatcherProtocols.swift+39-1
- Nimble/Utils/Poll.swift+5-2
- Nimble/Utils/Stringers.swift+7
- NimbleTests/AsynchronousTest.swift+3
- NimbleTests/Helpers/utils.swift+10
- NimbleTests/Matchers/BeCloseToTest.swift+10
- NimbleTests/Matchers/ContainTest.swift+4-4
- NimbleTests/Matchers/RaisesExceptionTest.swift+34-34
- NimbleTests/Matchers/ThrowErrorTest.swift+11-11
- README.md+40-2
- script/release+14
Submodule ReactiveCocoa updated 25 files
- Cartfile.private+2-2
- Cartfile.resolved+2-2
- Carthage/Checkouts/Nimble+1-1
- Carthage/Checkouts/Quick+1-1
- Documentation/DesignGuidelines.md+2-2
- Documentation/FrameworkOverview.md+2-2
- README.md+5-3
- ReactiveCocoa.xcodeproj/project.pbxproj+4-4
- ReactiveCocoa/Swift/Action.swift+6-6
- ReactiveCocoa/Swift/Bag.swift+2-2
- ReactiveCocoa/Swift/Disposable.swift+3-3
- ReactiveCocoa/Swift/ObjectiveCBridging.swift+25-15
- ReactiveCocoa/Swift/Property.swift+15-10
- ReactiveCocoa/Swift/Scheduler.swift+3-3
- ReactiveCocoa/Swift/Signal.swift+192-124
- ReactiveCocoa/Swift/SignalProducer.swift+172-124
- ReactiveCocoaTests/Swift/ActionSpec.swift+8-8
- ReactiveCocoaTests/Swift/FoundationExtensionsSpec.swift+1-1
- ReactiveCocoaTests/Swift/ObjectiveCBridgingSpec.swift+1-1
- ReactiveCocoaTests/Swift/PropertySpec.swift+33-23
- ReactiveCocoaTests/Swift/SchedulerSpec.swift+5-6
- ReactiveCocoaTests/Swift/SignalProducerLiftingSpec.swift+182-107
- ReactiveCocoaTests/Swift/SignalProducerNimbleMatchers.swift+12-7
- ReactiveCocoaTests/Swift/SignalProducerSpec.swift+121-84
- ReactiveCocoaTests/Swift/SignalSpec.swift+260-151
0 commit comments