Skip to content

Commit 002d325

Browse files
committed
RxSwift 5.1.1
1 parent 54a27b0 commit 002d325

16 files changed

+65
-42
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,14 @@
22
All notable changes to this project will be documented in this file.
33

44
---
5+
56
## Unreleased
67

8+
* Nothing, yet.
9+
10+
## [5.1.1](https://github.com/ReactiveX/RxSwift/releases/tag/5.1.1)
11+
12+
* Make `NSTextView` not weak for Swift 5.2 and up.
713
* Add `WKWebView` navigation delegate reactive extensions. #2144
814

915
## [5.1.0](https://github.com/ReactiveX/RxSwift/releases/tag/5.1.0)

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
source 'https://rubygems.org'
22

33
gem 'danger'
4-
gem 'cocoapods', '~> 1.7.0'
4+
gem 'cocoapods', '~> 1.9.0'

Gemfile.lock

Lines changed: 45 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,33 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
CFPropertyList (3.0.1)
4+
CFPropertyList (3.0.2)
55
activesupport (4.2.11.1)
66
i18n (~> 0.7)
77
minitest (~> 5.1)
88
thread_safe (~> 0.3, >= 0.3.4)
99
tzinfo (~> 1.1)
10-
addressable (2.5.2)
11-
public_suffix (>= 2.0.2, < 4.0)
10+
addressable (2.7.0)
11+
public_suffix (>= 2.0.2, < 5.0)
12+
algoliasearch (1.27.1)
13+
httpclient (~> 2.8, >= 2.8.3)
14+
json (>= 1.5.1)
1215
atomos (0.1.3)
13-
claide (1.0.2)
16+
claide (1.0.3)
1417
claide-plugins (0.9.2)
1518
cork
1619
nap
1720
open4 (~> 1.3)
18-
cocoapods (1.7.5)
21+
cocoapods (1.9.1)
1922
activesupport (>= 4.0.2, < 5)
2023
claide (>= 1.0.2, < 2.0)
21-
cocoapods-core (= 1.7.5)
24+
cocoapods-core (= 1.9.1)
2225
cocoapods-deintegrate (>= 1.0.3, < 2.0)
2326
cocoapods-downloader (>= 1.2.2, < 2.0)
2427
cocoapods-plugins (>= 1.0.0, < 2.0)
2528
cocoapods-search (>= 1.0.0, < 2.0)
2629
cocoapods-stats (>= 1.0.0, < 2.0)
27-
cocoapods-trunk (>= 1.3.1, < 2.0)
30+
cocoapods-trunk (>= 1.4.0, < 2.0)
2831
cocoapods-try (>= 1.1.0, < 2.0)
2932
colored2 (~> 3.1)
3033
escape (~> 0.0.4)
@@ -33,11 +36,15 @@ GEM
3336
molinillo (~> 0.6.6)
3437
nap (~> 1.0)
3538
ruby-macho (~> 1.4)
36-
xcodeproj (>= 1.10.0, < 2.0)
37-
cocoapods-core (1.7.5)
39+
xcodeproj (>= 1.14.0, < 2.0)
40+
cocoapods-core (1.9.1)
3841
activesupport (>= 4.0.2, < 6)
42+
algoliasearch (~> 1.0)
43+
concurrent-ruby (~> 1.1)
3944
fuzzy_match (~> 2.0.4)
4045
nap (~> 1.0)
46+
netrc (~> 0.11)
47+
typhoeus (~> 1.0)
4148
cocoapods-deintegrate (1.0.4)
4249
cocoapods-downloader (1.3.0)
4350
cocoapods-plugins (1.0.0)
@@ -49,58 +56,68 @@ GEM
4956
netrc (~> 0.11)
5057
cocoapods-try (1.1.0)
5158
colored2 (3.1.2)
52-
concurrent-ruby (1.1.5)
59+
concurrent-ruby (1.1.6)
5360
cork (0.3.0)
5461
colored2 (~> 3.1)
55-
danger (6.0.6)
62+
danger (6.3.1)
5663
claide (~> 1.0)
5764
claide-plugins (>= 0.9.2)
5865
colored2 (~> 3.1)
5966
cork (~> 0.1)
6067
faraday (~> 0.9)
61-
faraday-http-cache (~> 1.0)
62-
git (~> 1.5)
68+
faraday-http-cache (~> 2.0)
69+
git (~> 1.6)
6370
kramdown (~> 2.0)
6471
kramdown-parser-gfm (~> 1.0)
6572
no_proxy_fix
6673
octokit (~> 4.7)
6774
terminal-table (~> 1)
6875
escape (0.0.4)
69-
faraday (0.15.4)
76+
ethon (0.12.0)
77+
ffi (>= 1.3.0)
78+
faraday (0.17.3)
7079
multipart-post (>= 1.2, < 3)
71-
faraday-http-cache (1.3.1)
80+
faraday-http-cache (2.0.0)
7281
faraday (~> 0.8)
82+
ffi (1.12.2)
7383
fourflusher (2.3.1)
7484
fuzzy_match (2.0.4)
7585
gh_inspector (1.1.3)
76-
git (1.5.0)
86+
git (1.6.0)
87+
rchardet (~> 1.8)
88+
httpclient (2.8.3)
7789
i18n (0.9.5)
7890
concurrent-ruby (~> 1.0)
91+
json (2.3.0)
7992
kramdown (2.1.0)
80-
kramdown-parser-gfm (1.0.1)
93+
kramdown-parser-gfm (1.1.0)
8194
kramdown (~> 2.0)
82-
minitest (5.13.0)
95+
minitest (5.14.0)
8396
molinillo (0.6.6)
84-
multipart-post (2.0.0)
97+
multipart-post (2.1.1)
8598
nanaimo (0.2.6)
8699
nap (1.1.0)
87100
netrc (0.11.0)
88101
no_proxy_fix (0.1.2)
89-
octokit (4.14.0)
102+
octokit (4.17.0)
103+
faraday (>= 0.9)
90104
sawyer (~> 0.8.0, >= 0.5.3)
91105
open4 (1.3.4)
92-
public_suffix (3.0.3)
106+
public_suffix (4.0.3)
107+
rchardet (1.8.0)
93108
ruby-macho (1.4.0)
94-
sawyer (0.8.1)
95-
addressable (>= 2.3.5, < 2.6)
96-
faraday (~> 0.8, < 1.0)
109+
sawyer (0.8.2)
110+
addressable (>= 2.3.5)
111+
faraday (> 0.8, < 2.0)
97112
terminal-table (1.8.0)
98113
unicode-display_width (~> 1.1, >= 1.1.1)
99114
thread_safe (0.3.6)
100-
tzinfo (1.2.5)
115+
typhoeus (1.3.1)
116+
ethon (>= 0.9.0)
117+
tzinfo (1.2.6)
101118
thread_safe (~> 0.1)
102-
unicode-display_width (1.5.0)
103-
xcodeproj (1.13.0)
119+
unicode-display_width (1.7.0)
120+
xcodeproj (1.15.0)
104121
CFPropertyList (>= 2.3.3, < 4.0)
105122
atomos (~> 0.1.3)
106123
claide (>= 1.0.2, < 2.0)
@@ -111,7 +128,7 @@ PLATFORMS
111128
ruby
112129

113130
DEPENDENCIES
114-
cocoapods (~> 1.7.0)
131+
cocoapods (~> 1.9.0)
115132
danger
116133

117134
BUNDLED WITH

RxBlocking.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "RxBlocking"
3-
s.version = "5.1.0"
3+
s.version = "5.1.1"
44
s.summary = "RxSwift Blocking operatos"
55
s.description = <<-DESC
66
Set of blocking operators for RxSwift. These operators are mostly intended for unit/integration tests

RxBlocking/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>5.1.0</string>
18+
<string>5.1.1</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

RxCocoa.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "RxCocoa"
3-
s.version = "5.1.0"
3+
s.version = "5.1.1"
44
s.summary = "RxSwift Cocoa extensions"
55
s.description = <<-DESC
66
* UI extensions

RxCocoa/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>5.1.0</string>
18+
<string>5.1.1</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

RxCocoa/iOS/Proxies/RxWKNavigationDelegateProxy.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
import RxSwift
1212
import WebKit
1313

14-
@available(iOS 10.0, OSXApplicationExtension 10.10, *)
14+
@available(iOS 8.0, OSX 10.10, OSXApplicationExtension 10.10, *)
1515
open class RxWKNavigationDelegateProxy
1616
: DelegateProxy<WKWebView, WKNavigationDelegate>
1717
, DelegateProxyType

RxCocoa/iOS/WKWebView+Rx.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
import RxSwift
1212
import WebKit
1313

14-
@available(iOS 10.0, OSXApplicationExtension 10.10, *)
14+
@available(iOS 8.0, OSX 10.10, OSXApplicationExtension 10.10, *)
1515
extension Reactive where Base: WKWebView {
1616

1717
/// Reactive wrapper for `navigationDelegate`.

RxRelay.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "RxRelay"
3-
s.version = "5.1.0"
3+
s.version = "5.1.1"
44
s.summary = "Relays for RxSwift - PublishRelay and BehaviorRelay"
55
s.description = <<-DESC
66
Relays for RxSwift - PublishRelay and BehaviorRelay

RxRelay/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>5.1.0</string>
18+
<string>5.1.1</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

RxSwift.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "RxSwift"
3-
s.version = "5.1.0"
3+
s.version = "5.1.1"
44
s.summary = "RxSwift is a Swift implementation of Reactive Extensions"
55
s.description = <<-DESC
66
This is a Swift port of [ReactiveX.io](https://github.com/ReactiveX)

RxSwift/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>5.1.0</string>
18+
<string>5.1.1</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

RxTest.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "RxTest"
3-
s.version = "5.1.0"
3+
s.version = "5.1.1"
44
s.summary = "RxSwift Testing extensions"
55
s.description = <<-DESC
66
Unit testing extensions for RxSwift. This library contains mock schedulers, observables, and observers

RxTest/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>5.1.0</string>
18+
<string>5.1.1</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

Tests/RxCocoaTests/DelegateProxyTest+WebKit.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ final class ExtendWKNavigationDelegateProxy
2929
}
3030
}
3131

32-
@available(iOS 10.0, OSXApplicationExtension 10.10, *)
32+
@available(iOS 8.0, OSX 10.10, OSXApplicationExtension 10.10, *)
3333
final class WKNavigationWebViewSubclass: WKWebView, TestDelegateControl {
3434
func doThatTest(_ value: Int) {
3535
(navigationDelegate as! TestDelegateProtocol).testEventHappened?(value)

0 commit comments

Comments
 (0)