Skip to content

Commit 98a1895

Browse files
committed
RxOptional 4.1.0
1 parent acc1a2a commit 98a1895

File tree

4 files changed

+32
-26
lines changed

4 files changed

+32
-26
lines changed

Gemfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# A sample Gemfile
21
source "https://rubygems.org"
32

4-
gem 'cocoapods', '1.6.0.beta.2'
3+
gem 'cocoapods'

Gemfile.lock

Lines changed: 28 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,65 +1,72 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
CFPropertyList (3.0.0)
5-
activesupport (4.2.10)
4+
CFPropertyList (3.0.1)
5+
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+
algoliasearch (1.27.1)
11+
httpclient (~> 2.8, >= 2.8.3)
12+
json (>= 1.5.1)
1013
atomos (0.1.3)
11-
claide (1.0.2)
12-
cocoapods (1.6.0.beta.2)
14+
claide (1.0.3)
15+
cocoapods (1.8.4)
1316
activesupport (>= 4.0.2, < 5)
1417
claide (>= 1.0.2, < 2.0)
15-
cocoapods-core (= 1.6.0.beta.2)
16-
cocoapods-deintegrate (>= 1.0.2, < 2.0)
18+
cocoapods-core (= 1.8.4)
19+
cocoapods-deintegrate (>= 1.0.3, < 2.0)
1720
cocoapods-downloader (>= 1.2.2, < 2.0)
1821
cocoapods-plugins (>= 1.0.0, < 2.0)
1922
cocoapods-search (>= 1.0.0, < 2.0)
2023
cocoapods-stats (>= 1.0.0, < 2.0)
21-
cocoapods-trunk (>= 1.3.1, < 2.0)
24+
cocoapods-trunk (>= 1.4.0, < 2.0)
2225
cocoapods-try (>= 1.1.0, < 2.0)
2326
colored2 (~> 3.1)
2427
escape (~> 0.0.4)
25-
fourflusher (~> 2.0.1)
28+
fourflusher (>= 2.3.0, < 3.0)
2629
gh_inspector (~> 1.0)
2730
molinillo (~> 0.6.6)
2831
nap (~> 1.0)
29-
ruby-macho (~> 1.3, >= 1.3.1)
30-
xcodeproj (>= 1.7.0, < 2.0)
31-
cocoapods-core (1.6.0.beta.2)
32+
ruby-macho (~> 1.4)
33+
xcodeproj (>= 1.11.1, < 2.0)
34+
cocoapods-core (1.8.4)
3235
activesupport (>= 4.0.2, < 6)
36+
algoliasearch (~> 1.0)
37+
concurrent-ruby (~> 1.1)
3338
fuzzy_match (~> 2.0.4)
3439
nap (~> 1.0)
35-
cocoapods-deintegrate (1.0.2)
40+
cocoapods-deintegrate (1.0.4)
3641
cocoapods-downloader (1.2.2)
3742
cocoapods-plugins (1.0.0)
3843
nap
3944
cocoapods-search (1.0.0)
40-
cocoapods-stats (1.0.0)
41-
cocoapods-trunk (1.3.1)
45+
cocoapods-stats (1.1.0)
46+
cocoapods-trunk (1.4.1)
4247
nap (>= 0.8, < 2.0)
4348
netrc (~> 0.11)
4449
cocoapods-try (1.1.0)
4550
colored2 (3.1.2)
46-
concurrent-ruby (1.1.3)
51+
concurrent-ruby (1.1.5)
4752
escape (0.0.4)
48-
fourflusher (2.0.1)
53+
fourflusher (2.3.1)
4954
fuzzy_match (2.0.4)
5055
gh_inspector (1.1.3)
56+
httpclient (2.8.3)
5157
i18n (0.9.5)
5258
concurrent-ruby (~> 1.0)
53-
minitest (5.11.3)
59+
json (2.2.0)
60+
minitest (5.12.2)
5461
molinillo (0.6.6)
5562
nanaimo (0.2.6)
5663
nap (1.1.0)
5764
netrc (0.11.0)
58-
ruby-macho (1.3.1)
65+
ruby-macho (1.4.0)
5966
thread_safe (0.3.6)
6067
tzinfo (1.2.5)
6168
thread_safe (~> 0.1)
62-
xcodeproj (1.7.0)
69+
xcodeproj (1.13.0)
6370
CFPropertyList (>= 2.3.3, < 4.0)
6471
atomos (~> 0.1.3)
6572
claide (>= 1.0.2, < 2.0)
@@ -70,7 +77,7 @@ PLATFORMS
7077
ruby
7178

7279
DEPENDENCIES
73-
cocoapods (= 1.6.0.beta.2)
80+
cocoapods
7481

7582
BUNDLED WITH
76-
1.17.1
83+
1.17.3

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,4 @@ let package = Package(
4646
]
4747
]
4848
]).write()
49-
#endif
49+
#endif

RxOptional.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'RxOptional'
3-
s.version = '4.0.0'
3+
s.version = '4.1.0'
44
s.summary = 'RxSwift extensions for Swift optionals and Occupiable types'
55

66
s.description = <<-DESC
@@ -20,7 +20,7 @@ Pod::Spec.new do |s|
2020
s.watchos.deployment_target = '3.0'
2121
s.tvos.deployment_target = '9.0'
2222

23-
s.source_files = 'Sources/*.swift'
23+
s.source_files = 'Sources/**/*.swift'
2424

2525
s.dependency 'RxSwift', '~> 5'
2626
s.dependency 'RxCocoa', '~> 5'

0 commit comments

Comments
 (0)