Skip to content

Commit d24554b

Browse files
committed
Releasing version 5.0.0-beta.3.
1 parent e7956ed commit d24554b

File tree

3 files changed

+16
-16
lines changed

3 files changed

+16
-16
lines changed

Diff for: CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ All notable changes to this project will be documented in this file.
1212
### Changed
1313

1414
* Improved response serializer behavior for cases where requests were stubbed using URLProtocol.
15-
* TRON 5 requires RxSwift 5 and SwiftyJSON 5
15+
* TRON 5 requires RxSwift 5 and SwiftyJSON 5
1616
* `Core` is now a default subspec for CocoaPods installation method. To use SwiftyJSON, add following to Podfile:
1717

1818
```ruby

Diff for: Gemfile.lock

+15-15
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ GEM
77
minitest (~> 5.1)
88
thread_safe (~> 0.3, >= 0.3.4)
99
tzinfo (~> 1.1)
10-
addressable (2.5.2)
10+
addressable (2.6.0)
1111
public_suffix (>= 2.0.2, < 4.0)
1212
atomos (0.1.3)
1313
babosa (1.0.2)
1414
claide (1.0.2)
15-
cocoapods (1.7.0.beta.3)
15+
cocoapods (1.7.0.rc.2)
1616
activesupport (>= 4.0.2, < 5)
1717
claide (>= 1.0.2, < 2.0)
18-
cocoapods-core (= 1.7.0.beta.3)
18+
cocoapods-core (= 1.7.0.rc.2)
1919
cocoapods-deintegrate (>= 1.0.3, < 2.0)
2020
cocoapods-downloader (>= 1.2.2, < 2.0)
2121
cocoapods-plugins (>= 1.0.0, < 2.0)
@@ -31,7 +31,7 @@ GEM
3131
nap (~> 1.0)
3232
ruby-macho (~> 1.4)
3333
xcodeproj (>= 1.8.2, < 2.0)
34-
cocoapods-core (1.7.0.beta.3)
34+
cocoapods-core (1.7.0.rc.2)
3535
activesupport (>= 4.0.2, < 6)
3636
fuzzy_match (~> 2.0.4)
3737
nap (~> 1.0)
@@ -58,7 +58,7 @@ GEM
5858
dotenv (2.7.2)
5959
emoji_regex (1.0.1)
6060
escape (0.0.4)
61-
excon (0.62.0)
61+
excon (0.64.0)
6262
faraday (0.15.4)
6363
multipart-post (>= 1.2, < 3)
6464
faraday-cookie_jar (0.0.6)
@@ -67,7 +67,7 @@ GEM
6767
faraday_middleware (0.13.1)
6868
faraday (>= 0.7.4, < 1.0)
6969
fastimage (2.1.5)
70-
fastlane (2.119.0)
70+
fastlane (2.123.0)
7171
CFPropertyList (>= 2.3, < 4.0.0)
7272
addressable (>= 2.3, < 3.0.0)
7373
babosa (>= 1.0.2, < 2.0.0)
@@ -169,7 +169,7 @@ GEM
169169
octokit (4.14.0)
170170
sawyer (~> 0.8.0, >= 0.5.3)
171171
open4 (1.3.4)
172-
os (1.0.0)
172+
os (1.0.1)
173173
plist (3.5.0)
174174
public_suffix (2.0.5)
175175
rb-fsevent (0.10.3)
@@ -189,9 +189,9 @@ GEM
189189
sass-listen (4.0.0)
190190
rb-fsevent (~> 0.9, >= 0.9.4)
191191
rb-inotify (~> 0.9, >= 0.9.7)
192-
sawyer (0.8.1)
193-
addressable (>= 2.3.5, < 2.6)
194-
faraday (~> 0.8, < 1.0)
192+
sawyer (0.8.2)
193+
addressable (>= 2.3.5)
194+
faraday (> 0.8, < 2.0)
195195
security (0.1.3)
196196
signet (0.11.0)
197197
addressable (~> 2.3)
@@ -202,7 +202,7 @@ GEM
202202
CFPropertyList
203203
naturally
204204
slack-notifier (2.3.2)
205-
sqlite3 (1.4.0)
205+
sqlite3 (1.4.1)
206206
terminal-notifier (2.0.0)
207207
terminal-table (1.8.0)
208208
unicode-display_width (~> 1.1, >= 1.1.1)
@@ -216,12 +216,12 @@ GEM
216216
uber (0.1.0)
217217
unf (0.1.4)
218218
unf_ext
219-
unf_ext (0.0.7.5)
220-
unicode-display_width (1.5.0)
219+
unf_ext (0.0.7.6)
220+
unicode-display_width (1.6.0)
221221
word_wrap (1.0.0)
222222
xcinvoke (0.3.0)
223223
liferaft (~> 0.0.6)
224-
xcodeproj (1.8.2)
224+
xcodeproj (1.9.0)
225225
CFPropertyList (>= 2.3.3, < 4.0)
226226
atomos (~> 0.1.3)
227227
claide (>= 1.0.2, < 2.0)
@@ -244,4 +244,4 @@ DEPENDENCIES
244244
octokit
245245

246246
BUNDLED WITH
247-
1.17.3
247+
2.0.1

Diff for: docs/docsets/TRON.tgz

-6 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)