Skip to content

Commit 5a0da9c

Browse files
committed
Releasing version 5.0.2.
1 parent ec1d390 commit 5a0da9c

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

63 files changed

+160
-95
lines changed

CHANGELOG.md

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

44
# Next
55

6+
## [5.0.2](https://github.com/MLSDev/TRON/releases/tag/5.0.2)
7+
68
* Added `DownloadAPIRequest.perform(withSuccess:failure:)` method, similar to `APIRequest` and `UploadAPIRequest` methods.
79

810
## [5.0.1](https://github.com/MLSDev/TRON/releases/tag/5.0.1)

Gemfile.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ GEM
1414
json (>= 1.5.1)
1515
atomos (0.1.3)
1616
aws-eventstream (1.0.3)
17-
aws-sdk (2.11.463)
18-
aws-sdk-resources (= 2.11.463)
19-
aws-sdk-core (2.11.463)
17+
aws-sdk (2.11.470)
18+
aws-sdk-resources (= 2.11.470)
19+
aws-sdk-core (2.11.470)
2020
aws-sigv4 (~> 1.0)
2121
jmespath (~> 1.0)
22-
aws-sdk-resources (2.11.463)
23-
aws-sdk-core (= 2.11.463)
22+
aws-sdk-resources (2.11.470)
23+
aws-sdk-core (= 2.11.470)
2424
aws-sigv4 (1.1.1)
2525
aws-eventstream (~> 1.0, >= 1.0.2)
2626
babosa (1.0.3)
@@ -77,7 +77,7 @@ GEM
7777
escape (0.0.4)
7878
ethon (0.12.0)
7979
ffi (>= 1.3.0)
80-
excon (0.72.0)
80+
excon (0.73.0)
8181
faraday (0.17.3)
8282
multipart-post (>= 1.2, < 3)
8383
faraday-cookie_jar (0.0.6)
@@ -240,7 +240,7 @@ GEM
240240
unf (0.1.4)
241241
unf_ext
242242
unf_ext (0.0.7.6)
243-
unicode-display_width (1.6.1)
243+
unicode-display_width (1.7.0)
244244
word_wrap (1.0.0)
245245
xcinvoke (0.3.0)
246246
liferaft (~> 0.0.6)

Supporting files/Framework.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.0.1</string>
18+
<string>5.0.2</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

TRON.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 = 'TRON'
3-
s.version = "5.0.1"
3+
s.version = "5.0.2"
44
s.license = 'MIT'
55
s.summary = 'Lightweight network abstraction layer, written on top of Alamofire'
66
s.homepage = 'https://github.com/MLSDev/TRON'

docs/Classes.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -506,7 +506,7 @@ <h4>Declaration</h4>
506506
</article>
507507
</div>
508508
<section class="footer">
509-
<p>&copy; 2020 <a class="link" href="https://github.com/DenTelezhkin" target="_blank" rel="external">Denys Telezhkin</a>. All rights reserved. (Last updated: 2020-03-10)</p>
509+
<p>&copy; 2020 <a class="link" href="https://github.com/DenTelezhkin" target="_blank" rel="external">Denys Telezhkin</a>. All rights reserved. (Last updated: 2020-03-19)</p>
510510
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
511511
</section>
512512
</body>

docs/Classes/APIError.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,7 @@ <h4>Declaration</h4>
385385
</article>
386386
</div>
387387
<section class="footer">
388-
<p>&copy; 2020 <a class="link" href="https://github.com/DenTelezhkin" target="_blank" rel="external">Denys Telezhkin</a>. All rights reserved. (Last updated: 2020-03-10)</p>
388+
<p>&copy; 2020 <a class="link" href="https://github.com/DenTelezhkin" target="_blank" rel="external">Denys Telezhkin</a>. All rights reserved. (Last updated: 2020-03-19)</p>
389389
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
390390
</section>
391391
</body>

docs/Classes/APIRequest.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@ <h4>Declaration</h4>
384384
</article>
385385
</div>
386386
<section class="footer">
387-
<p>&copy; 2020 <a class="link" href="https://github.com/DenTelezhkin" target="_blank" rel="external">Denys Telezhkin</a>. All rights reserved. (Last updated: 2020-03-10)</p>
387+
<p>&copy; 2020 <a class="link" href="https://github.com/DenTelezhkin" target="_blank" rel="external">Denys Telezhkin</a>. All rights reserved. (Last updated: 2020-03-19)</p>
388388
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
389389
</section>
390390
</body>

docs/Classes/APIStub.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -528,7 +528,7 @@ <h4>Parameters</h4>
528528
</article>
529529
</div>
530530
<section class="footer">
531-
<p>&copy; 2020 <a class="link" href="https://github.com/DenTelezhkin" target="_blank" rel="external">Denys Telezhkin</a>. All rights reserved. (Last updated: 2020-03-10)</p>
531+
<p>&copy; 2020 <a class="link" href="https://github.com/DenTelezhkin" target="_blank" rel="external">Denys Telezhkin</a>. All rights reserved. (Last updated: 2020-03-19)</p>
532532
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
533533
</section>
534534
</body>

docs/Classes/BaseRequest.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1360,7 +1360,7 @@ <h4>Return Value</h4>
13601360
</article>
13611361
</div>
13621362
<section class="footer">
1363-
<p>&copy; 2020 <a class="link" href="https://github.com/DenTelezhkin" target="_blank" rel="external">Denys Telezhkin</a>. All rights reserved. (Last updated: 2020-03-10)</p>
1363+
<p>&copy; 2020 <a class="link" href="https://github.com/DenTelezhkin" target="_blank" rel="external">Denys Telezhkin</a>. All rights reserved. (Last updated: 2020-03-19)</p>
13641364
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
13651365
</section>
13661366
</body>

docs/Classes/CodableParser.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ <h4>Declaration</h4>
250250
</article>
251251
</div>
252252
<section class="footer">
253-
<p>&copy; 2020 <a class="link" href="https://github.com/DenTelezhkin" target="_blank" rel="external">Denys Telezhkin</a>. All rights reserved. (Last updated: 2020-03-10)</p>
253+
<p>&copy; 2020 <a class="link" href="https://github.com/DenTelezhkin" target="_blank" rel="external">Denys Telezhkin</a>. All rights reserved. (Last updated: 2020-03-19)</p>
254254
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
255255
</section>
256256
</body>

0 commit comments

Comments
 (0)