Skip to content

Commit

Permalink
6.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
freak4pc committed May 11, 2023
1 parent 08dcda2 commit 565cc5f
Show file tree
Hide file tree
Showing 76 changed files with 92 additions and 92 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,14 +146,14 @@ Open Rx.xcworkspace, choose `RxExample` and hit run. This method will build ever
use_frameworks!

target 'YOUR_TARGET_NAME' do
pod 'RxSwift', '6.5.0'
pod 'RxCocoa', '6.5.0'
pod 'RxSwift', '6.6.0'
pod 'RxCocoa', '6.6.0'
end

# RxTest and RxBlocking make the most sense in the context of unit/integration tests
target 'YOUR_TESTING_TARGET' do
pod 'RxBlocking', '6.5.0'
pod 'RxTest', '6.5.0'
pod 'RxBlocking', '6.6.0'
pod 'RxTest', '6.6.0'
end
```

Expand All @@ -178,7 +178,7 @@ Simply drag the needed framework binaries to your **Frameworks, Libraries, and E
Add this to `Cartfile`

```
github "ReactiveX/RxSwift" "6.5.0"
github "ReactiveX/RxSwift" "6.6.0"
```

```bash
Expand Down Expand Up @@ -211,7 +211,7 @@ import PackageDescription
let package = Package(
name: "RxTestProject",
dependencies: [
.package(url: "https://github.com/ReactiveX/RxSwift.git", .exact("6.5.0"))
.package(url: "https://github.com/ReactiveX/RxSwift.git", .exact("6.6.0"))
],
targets: [
.target(name: "RxTestProject", dependencies: ["RxSwift", "RxCocoa"])
Expand Down
4 changes: 2 additions & 2 deletions RxBlocking.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "RxBlocking"
s.version = "6.5.0"
s.version = "6.6.0"
s.summary = "RxSwift Blocking operators"
s.description = <<-DESC
Set of blocking operators for RxSwift. These operators are mostly intended for unit/integration tests
Expand All @@ -25,7 +25,7 @@ Waiting for observable sequence to complete before exiting command line applicat
s.source_files = 'RxBlocking/**/*.swift', 'Platform/**/*.swift'
s.exclude_files = 'RxBlocking/Platform/**/*.swift'

s.dependency 'RxSwift', '6.5.0'
s.dependency 'RxSwift', '6.6.0'
s.swift_version = '5.1'

s.pod_target_xcconfig = { 'APPLICATION_EXTENSION_API_ONLY' => 'YES' }
Expand Down
6 changes: 3 additions & 3 deletions RxCocoa.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "RxCocoa"
s.version = "6.5.0"
s.version = "6.6.0"
s.summary = "RxSwift Cocoa extensions"
s.description = <<-DESC
* UI extensions
Expand All @@ -23,8 +23,8 @@ Pod::Spec.new do |s|
s.source_files = 'RxCocoa/**/*.{swift,h,m}', 'Platform/**/*.swift'
s.exclude_files = 'RxCocoa/Platform/**/*.swift', 'Platform/AtomicInt.swift'

s.dependency 'RxSwift', '6.5.0'
s.dependency 'RxRelay', '6.5.0'
s.dependency 'RxSwift', '6.6.0'
s.dependency 'RxRelay', '6.6.0'

s.swift_version = '5.1'

Expand Down
4 changes: 2 additions & 2 deletions RxRelay.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "RxRelay"
s.version = "6.5.0"
s.version = "6.6.0"
s.summary = "Relays for RxSwift - PublishRelay, BehaviorRelay and ReplayRelay"
s.description = <<-DESC
Relays for RxSwift - PublishRelay, BehaviorRelay and ReplayRelay
Expand All @@ -24,7 +24,7 @@ Relays for RxSwift - PublishRelay, BehaviorRelay and ReplayRelay

s.source_files = 'RxRelay/**/*.{swift,h,m}'

s.dependency 'RxSwift', '6.5.0'
s.dependency 'RxSwift', '6.6.0'
s.swift_version = '5.1'

s.pod_target_xcconfig = { 'APPLICATION_EXTENSION_API_ONLY' => 'YES' }
Expand Down
2 changes: 1 addition & 1 deletion RxSwift.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "RxSwift"
s.version = "6.5.0"
s.version = "6.6.0"
s.summary = "RxSwift is a Swift implementation of Reactive Extensions"
s.description = <<-DESC
This is a Swift port of [ReactiveX.io](https://github.com/ReactiveX)
Expand Down
4 changes: 2 additions & 2 deletions RxTest.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "RxTest"
s.version = "6.5.0"
s.version = "6.6.0"
s.summary = "RxSwift Testing extensions"
s.description = <<-DESC
Unit testing extensions for RxSwift. This library contains mock schedulers, observables, and observers
Expand Down Expand Up @@ -56,7 +56,7 @@ func testMap() {

s.framework = 'XCTest'

s.dependency 'RxSwift', '6.5.0'
s.dependency 'RxSwift', '6.6.0'
s.swift_version = '5.1'

s.pod_target_xcconfig = {
Expand Down
2 changes: 1 addition & 1 deletion docs/Classes/AsyncSubject.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<header class="header">
<p class="header-col header-col--primary">
<a class="header-link" href="../index.html">
RxSwift 6.5.0 Docs
RxSwift 6.6.0 Docs
</a>
(96% documented)
</p>
Expand Down
2 changes: 1 addition & 1 deletion docs/Classes/BehaviorSubject.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<header class="header">
<p class="header-col header-col--primary">
<a class="header-link" href="../index.html">
RxSwift 6.5.0 Docs
RxSwift 6.6.0 Docs
</a>
(96% documented)
</p>
Expand Down
2 changes: 1 addition & 1 deletion docs/Classes/BooleanDisposable.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<header class="header">
<p class="header-col header-col--primary">
<a class="header-link" href="../index.html">
RxSwift 6.5.0 Docs
RxSwift 6.6.0 Docs
</a>
(96% documented)
</p>
Expand Down
2 changes: 1 addition & 1 deletion docs/Classes/CompositeDisposable.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<header class="header">
<p class="header-col header-col--primary">
<a class="header-link" href="../index.html">
RxSwift 6.5.0 Docs
RxSwift 6.6.0 Docs
</a>
(96% documented)
</p>
Expand Down
2 changes: 1 addition & 1 deletion docs/Classes/ConcurrentDispatchQueueScheduler.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<header class="header">
<p class="header-col header-col--primary">
<a class="header-link" href="../index.html">
RxSwift 6.5.0 Docs
RxSwift 6.6.0 Docs
</a>
(96% documented)
</p>
Expand Down
2 changes: 1 addition & 1 deletion docs/Classes/ConcurrentMainScheduler.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<header class="header">
<p class="header-col header-col--primary">
<a class="header-link" href="../index.html">
RxSwift 6.5.0 Docs
RxSwift 6.6.0 Docs
</a>
(96% documented)
</p>
Expand Down
2 changes: 1 addition & 1 deletion docs/Classes/ConnectableObservable.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<header class="header">
<p class="header-col header-col--primary">
<a class="header-link" href="../index.html">
RxSwift 6.5.0 Docs
RxSwift 6.6.0 Docs
</a>
(96% documented)
</p>
Expand Down
2 changes: 1 addition & 1 deletion docs/Classes/CurrentThreadScheduler.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<header class="header">
<p class="header-col header-col--primary">
<a class="header-link" href="../index.html">
RxSwift 6.5.0 Docs
RxSwift 6.6.0 Docs
</a>
(96% documented)
</p>
Expand Down
2 changes: 1 addition & 1 deletion docs/Classes/DisposeBag.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<header class="header">
<p class="header-col header-col--primary">
<a class="header-link" href="../index.html">
RxSwift 6.5.0 Docs
RxSwift 6.6.0 Docs
</a>
(96% documented)
</p>
Expand Down
2 changes: 1 addition & 1 deletion docs/Classes/DisposeBag/DisposableBuilder.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<header class="header">
<p class="header-col header-col--primary">
<a class="header-link" href="../../index.html">
RxSwift 6.5.0 Docs
RxSwift 6.6.0 Docs
</a>
(96% documented)
</p>
Expand Down
2 changes: 1 addition & 1 deletion docs/Classes/HistoricalScheduler.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<header class="header">
<p class="header-col header-col--primary">
<a class="header-link" href="../index.html">
RxSwift 6.5.0 Docs
RxSwift 6.6.0 Docs
</a>
(96% documented)
</p>
Expand Down
2 changes: 1 addition & 1 deletion docs/Classes/MainScheduler.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<header class="header">
<p class="header-col header-col--primary">
<a class="header-link" href="../index.html">
RxSwift 6.5.0 Docs
RxSwift 6.6.0 Docs
</a>
(96% documented)
</p>
Expand Down
2 changes: 1 addition & 1 deletion docs/Classes/Observable.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<header class="header">
<p class="header-col header-col--primary">
<a class="header-link" href="../index.html">
RxSwift 6.5.0 Docs
RxSwift 6.6.0 Docs
</a>
(96% documented)
</p>
Expand Down
2 changes: 1 addition & 1 deletion docs/Classes/OperationQueueScheduler.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<header class="header">
<p class="header-col header-col--primary">
<a class="header-link" href="../index.html">
RxSwift 6.5.0 Docs
RxSwift 6.6.0 Docs
</a>
(96% documented)
</p>
Expand Down
2 changes: 1 addition & 1 deletion docs/Classes/PublishSubject.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<header class="header">
<p class="header-col header-col--primary">
<a class="header-link" href="../index.html">
RxSwift 6.5.0 Docs
RxSwift 6.6.0 Docs
</a>
(96% documented)
</p>
Expand Down
2 changes: 1 addition & 1 deletion docs/Classes/RefCountDisposable.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<header class="header">
<p class="header-col header-col--primary">
<a class="header-link" href="../index.html">
RxSwift 6.5.0 Docs
RxSwift 6.6.0 Docs
</a>
(96% documented)
</p>
Expand Down
2 changes: 1 addition & 1 deletion docs/Classes/ReplaySubject.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<header class="header">
<p class="header-col header-col--primary">
<a class="header-link" href="../index.html">
RxSwift 6.5.0 Docs
RxSwift 6.6.0 Docs
</a>
(96% documented)
</p>
Expand Down
2 changes: 1 addition & 1 deletion docs/Classes/ScheduledDisposable.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<header class="header">
<p class="header-col header-col--primary">
<a class="header-link" href="../index.html">
RxSwift 6.5.0 Docs
RxSwift 6.6.0 Docs
</a>
(96% documented)
</p>
Expand Down
2 changes: 1 addition & 1 deletion docs/Classes/SerialDispatchQueueScheduler.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<header class="header">
<p class="header-col header-col--primary">
<a class="header-link" href="../index.html">
RxSwift 6.5.0 Docs
RxSwift 6.6.0 Docs
</a>
(96% documented)
</p>
Expand Down
2 changes: 1 addition & 1 deletion docs/Classes/SerialDisposable.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<header class="header">
<p class="header-col header-col--primary">
<a class="header-link" href="../index.html">
RxSwift 6.5.0 Docs
RxSwift 6.6.0 Docs
</a>
(96% documented)
</p>
Expand Down
2 changes: 1 addition & 1 deletion docs/Classes/SingleAssignmentDisposable.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<header class="header">
<p class="header-col header-col--primary">
<a class="header-link" href="../index.html">
RxSwift 6.5.0 Docs
RxSwift 6.6.0 Docs
</a>
(96% documented)
</p>
Expand Down
2 changes: 1 addition & 1 deletion docs/Classes/VirtualTimeScheduler.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<header class="header">
<p class="header-col header-col--primary">
<a class="header-link" href="../index.html">
RxSwift 6.5.0 Docs
RxSwift 6.6.0 Docs
</a>
(96% documented)
</p>
Expand Down
2 changes: 1 addition & 1 deletion docs/Enums/CompletableEvent.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<header class="header">
<p class="header-col header-col--primary">
<a class="header-link" href="../index.html">
RxSwift 6.5.0 Docs
RxSwift 6.6.0 Docs
</a>
(96% documented)
</p>
Expand Down
2 changes: 1 addition & 1 deletion docs/Enums/Event.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<header class="header">
<p class="header-col header-col--primary">
<a class="header-link" href="../index.html">
RxSwift 6.5.0 Docs
RxSwift 6.6.0 Docs
</a>
(96% documented)
</p>
Expand Down
2 changes: 1 addition & 1 deletion docs/Enums/Hooks.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<header class="header">
<p class="header-col header-col--primary">
<a class="header-link" href="../index.html">
RxSwift 6.5.0 Docs
RxSwift 6.6.0 Docs
</a>
(96% documented)
</p>
Expand Down
2 changes: 1 addition & 1 deletion docs/Enums/InfallibleEvent.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<header class="header">
<p class="header-col header-col--primary">
<a class="header-link" href="../index.html">
RxSwift 6.5.0 Docs
RxSwift 6.6.0 Docs
</a>
(96% documented)
</p>
Expand Down
2 changes: 1 addition & 1 deletion docs/Enums/MaybeEvent.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<header class="header">
<p class="header-col header-col--primary">
<a class="header-link" href="../index.html">
RxSwift 6.5.0 Docs
RxSwift 6.6.0 Docs
</a>
(96% documented)
</p>
Expand Down
2 changes: 1 addition & 1 deletion docs/Enums/RxError.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<header class="header">
<p class="header-col header-col--primary">
<a class="header-link" href="../index.html">
RxSwift 6.5.0 Docs
RxSwift 6.6.0 Docs
</a>
(96% documented)
</p>
Expand Down
2 changes: 1 addition & 1 deletion docs/Enums/SubjectLifetimeScope.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<header class="header">
<p class="header-col header-col--primary">
<a class="header-link" href="../index.html">
RxSwift 6.5.0 Docs
RxSwift 6.6.0 Docs
</a>
(96% documented)
</p>
Expand Down
2 changes: 1 addition & 1 deletion docs/Enums/TakeBehavior.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<header class="header">
<p class="header-col header-col--primary">
<a class="header-link" href="../index.html">
RxSwift 6.5.0 Docs
RxSwift 6.6.0 Docs
</a>
(96% documented)
</p>
Expand Down
2 changes: 1 addition & 1 deletion docs/Enums/VirtualTimeComparison.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<header class="header">
<p class="header-col header-col--primary">
<a class="header-link" href="../index.html">
RxSwift 6.5.0 Docs
RxSwift 6.6.0 Docs
</a>
(96% documented)
</p>
Expand Down
Loading

0 comments on commit 565cc5f

Please sign in to comment.