Skip to content

Commit 2011f78

Browse files
authored
Merge pull request #334 from skywinder/update-versions
Update libs versions, Cartfile and Pods dependencies
2 parents 8114d03 + cf887fb commit 2011f78

Some content is hidden

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

44 files changed

+3411
-1646
lines changed

Cartfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
github "attaswift/BigInt" ~> 5.0
1+
github "attaswift/BigInt" ~> 5.2.1
22
github "attaswift/SipHash" ~> 1.2.2
3-
github "daltoniam/Starscream" ~> 3.1.0
4-
github "krzyzanowskim/CryptoSwift" ~> 1.0.0
5-
github "mxcl/PromiseKit" ~> 6.8.4
3+
github "daltoniam/Starscream" ~> 4.0.4
4+
github "krzyzanowskim/CryptoSwift" ~> 1.4.0
5+
github "mxcl/PromiseKit" ~> 6.15.3

Cartfile.resolved

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
github "attaswift/BigInt" "v5.2.1"
22
github "attaswift/SipHash" "v1.2.2"
3-
github "daltoniam/Starscream" "3.1.1"
3+
github "daltoniam/Starscream" "4.0.4"
44
github "krzyzanowskim/CryptoSwift" "1.4.0"
55
github "mxcl/PromiseKit" "6.15.3"

Carthage/Checkouts/Starscream/.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
osx_image: xcode10.2
1+
osx_image: xcode11.3
22
language: objective-c
33
before_install:
44
- gem install cocoapods --pre

Carthage/Checkouts/Starscream/CHANGELOG.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,44 @@
22
All notable changes to this project will be documented in this file.
33
`Starscream` adheres to [Semantic Versioning](http://semver.org/).
44

5+
### [4.0.4](https://github.com/daltoniam/Starscream/tree/4.0.4)
6+
7+
Bug fixes for 4.0.3.
8+
9+
[#808](https://github.com/daltoniam/Starscream/pull/808)
10+
[#807](https://github.com/daltoniam/Starscream/pull/807)
11+
[#799](https://github.com/daltoniam/Starscream/pull/799)
12+
[#797](https://github.com/daltoniam/Starscream/pull/797)
13+
[#790](https://github.com/daltoniam/Starscream/pull/790)
14+
[#788](https://github.com/daltoniam/Starscream/pull/788)
15+
[#777](https://github.com/daltoniam/Starscream/pull/777)
16+
[#768](https://github.com/daltoniam/Starscream/pull/768)
17+
[#766](https://github.com/daltoniam/Starscream/pull/766)
18+
[#764](https://github.com/daltoniam/Starscream/pull/764)
19+
20+
### [4.0.3](https://github.com/daltoniam/Starscream/tree/4.0.3)
21+
22+
Bug fixes for 4.0.2.
23+
24+
[#760](https://github.com/daltoniam/Starscream/issues/760)
25+
26+
### [4.0.2](https://github.com/daltoniam/Starscream/tree/4.0.2)
27+
28+
Bug fixes for 4.0.1. Fixed native engine is connected/disconnected. Native engine isn't the default since the API lacks features.
29+
30+
[#697](https://github.com/daltoniam/Starscream/pull/697)
31+
32+
### [4.0.1](https://github.com/daltoniam/Starscream/tree/4.0.1)
33+
34+
Bug fixes for 4.0.0. Enabled Native engine now that the API is out of beta and works properly.
35+
36+
[#749](https://github.com/daltoniam/Starscream/pull/749)
37+
[#755](https://github.com/daltoniam/Starscream/pull/755)
38+
39+
### [4.0.0](https://github.com/daltoniam/Starscream/tree/4.0.0)
40+
41+
Major API refactor.
42+
543
### [3.1.1](https://github.com/daltoniam/Starscream/tree/3.1.1)
644

745
Small version number fix for 3.1.0: [#703](https://github.com/daltoniam/Starscream/issues/703)
Lines changed: 64 additions & 59 deletions
Original file line numberDiff line numberDiff line change
@@ -1,47 +1,52 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
CFPropertyList (3.0.0)
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.6.0)
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-
babosa (1.0.2)
14-
claide (1.0.2)
15-
cocoapods (1.6.1)
16+
babosa (1.0.3)
17+
claide (1.0.3)
18+
cocoapods (1.8.4)
1619
activesupport (>= 4.0.2, < 5)
1720
claide (>= 1.0.2, < 2.0)
18-
cocoapods-core (= 1.6.1)
19-
cocoapods-deintegrate (>= 1.0.2, < 2.0)
21+
cocoapods-core (= 1.8.4)
22+
cocoapods-deintegrate (>= 1.0.3, < 2.0)
2023
cocoapods-downloader (>= 1.2.2, < 2.0)
2124
cocoapods-plugins (>= 1.0.0, < 2.0)
2225
cocoapods-search (>= 1.0.0, < 2.0)
2326
cocoapods-stats (>= 1.0.0, < 2.0)
24-
cocoapods-trunk (>= 1.3.1, < 2.0)
27+
cocoapods-trunk (>= 1.4.0, < 2.0)
2528
cocoapods-try (>= 1.1.0, < 2.0)
2629
colored2 (~> 3.1)
2730
escape (~> 0.0.4)
28-
fourflusher (>= 2.2.0, < 3.0)
31+
fourflusher (>= 2.3.0, < 3.0)
2932
gh_inspector (~> 1.0)
3033
molinillo (~> 0.6.6)
3134
nap (~> 1.0)
3235
ruby-macho (~> 1.4)
33-
xcodeproj (>= 1.8.1, < 2.0)
34-
cocoapods-core (1.6.1)
36+
xcodeproj (>= 1.11.1, < 2.0)
37+
cocoapods-core (1.8.4)
3538
activesupport (>= 4.0.2, < 6)
39+
algoliasearch (~> 1.0)
40+
concurrent-ruby (~> 1.1)
3641
fuzzy_match (~> 2.0.4)
3742
nap (~> 1.0)
3843
cocoapods-deintegrate (1.0.4)
39-
cocoapods-downloader (1.2.2)
44+
cocoapods-downloader (1.3.0)
4045
cocoapods-plugins (1.0.0)
4146
nap
4247
cocoapods-search (1.0.0)
4348
cocoapods-stats (1.1.0)
44-
cocoapods-trunk (1.3.1)
49+
cocoapods-trunk (1.4.1)
4550
nap (>= 0.8, < 2.0)
4651
netrc (~> 0.11)
4752
cocoapods-try (1.1.0)
@@ -53,21 +58,21 @@ GEM
5358
declarative (0.0.10)
5459
declarative-option (0.1.0)
5560
digest-crc (0.4.1)
56-
domain_name (0.5.20180417)
61+
domain_name (0.5.20190701)
5762
unf (>= 0.0.5, < 1.0.0)
58-
dotenv (2.7.2)
63+
dotenv (2.7.5)
5964
emoji_regex (1.0.1)
6065
escape (0.0.4)
61-
excon (0.64.0)
62-
faraday (0.15.4)
66+
excon (0.71.1)
67+
faraday (0.17.3)
6368
multipart-post (>= 1.2, < 3)
6469
faraday-cookie_jar (0.0.6)
6570
faraday (>= 0.7.4)
6671
http-cookie (~> 1.0.0)
6772
faraday_middleware (0.13.1)
6873
faraday (>= 0.7.4, < 1.0)
69-
fastimage (2.1.5)
70-
fastlane (2.122.0)
74+
fastimage (2.1.7)
75+
fastlane (2.139.0)
7176
CFPropertyList (>= 2.3, < 4.0.0)
7277
addressable (>= 2.3, < 3.0.0)
7378
babosa (>= 1.0.2, < 2.0.0)
@@ -76,23 +81,23 @@ GEM
7681
commander-fastlane (>= 4.4.6, < 5.0.0)
7782
dotenv (>= 2.1.1, < 3.0.0)
7883
emoji_regex (>= 0.1, < 2.0)
79-
excon (>= 0.45.0, < 1.0.0)
80-
faraday (~> 0.9)
84+
excon (>= 0.71.0, < 1.0.0)
85+
faraday (~> 0.17)
8186
faraday-cookie_jar (~> 0.0.6)
82-
faraday_middleware (~> 0.9)
87+
faraday_middleware (~> 0.13.1)
8388
fastimage (>= 2.1.0, < 3.0.0)
8489
gh_inspector (>= 1.1.2, < 2.0.0)
85-
google-api-client (>= 0.21.2, < 0.24.0)
90+
google-api-client (>= 0.29.2, < 0.37.0)
8691
google-cloud-storage (>= 1.15.0, < 2.0.0)
8792
highline (>= 1.7.2, < 2.0.0)
8893
json (< 3.0.0)
89-
mini_magick (~> 4.5.1)
90-
multi_json
94+
jwt (~> 2.1.0)
95+
mini_magick (>= 4.9.4, < 5.0.0)
9196
multi_xml (~> 0.5)
9297
multipart-post (~> 2.0.0)
9398
plist (>= 3.1.0, < 4.0.0)
9499
public_suffix (~> 2.0.0)
95-
rubyzip (>= 1.2.2, < 2.0.0)
100+
rubyzip (>= 1.3.0, < 2.0.0)
96101
security (= 0.1.3)
97102
simctl (~> 1.6.3)
98103
slack-notifier (>= 2.0.0, < 3.0.0)
@@ -101,52 +106,52 @@ GEM
101106
tty-screen (>= 0.6.3, < 1.0.0)
102107
tty-spinner (>= 0.8.0, < 1.0.0)
103108
word_wrap (~> 1.0.0)
104-
xcodeproj (>= 1.8.1, < 2.0.0)
109+
xcodeproj (>= 1.13.0, < 2.0.0)
105110
xcpretty (~> 0.3.0)
106111
xcpretty-travis-formatter (>= 0.0.3)
107-
fourflusher (2.2.0)
112+
fourflusher (2.3.1)
108113
fuzzy_match (2.0.4)
109114
gh_inspector (1.1.3)
110-
google-api-client (0.23.9)
115+
google-api-client (0.36.3)
111116
addressable (~> 2.5, >= 2.5.1)
112-
googleauth (>= 0.5, < 0.7.0)
117+
googleauth (~> 0.9)
113118
httpclient (>= 2.8.1, < 3.0)
114-
mime-types (~> 3.0)
119+
mini_mime (~> 1.0)
115120
representable (~> 3.0)
116121
retriable (>= 2.0, < 4.0)
117-
signet (~> 0.9)
118-
google-cloud-core (1.3.0)
122+
signet (~> 0.12)
123+
google-cloud-core (1.4.1)
119124
google-cloud-env (~> 1.0)
120-
google-cloud-env (1.0.5)
125+
google-cloud-env (1.3.0)
121126
faraday (~> 0.11)
122-
google-cloud-storage (1.16.0)
127+
google-cloud-storage (1.25.0)
128+
addressable (~> 2.5)
123129
digest-crc (~> 0.4)
124-
google-api-client (~> 0.23)
130+
google-api-client (~> 0.33)
125131
google-cloud-core (~> 1.2)
126-
googleauth (>= 0.6.2, < 0.10.0)
127-
googleauth (0.6.7)
132+
googleauth (~> 0.9)
133+
mini_mime (~> 1.0)
134+
googleauth (0.10.0)
128135
faraday (~> 0.12)
129136
jwt (>= 1.4, < 3.0)
130137
memoist (~> 0.16)
131138
multi_json (~> 1.11)
132139
os (>= 0.9, < 2.0)
133-
signet (~> 0.7)
140+
signet (~> 0.12)
134141
highline (1.7.10)
135142
http-cookie (1.0.3)
136143
domain_name (~> 0.5)
137144
httpclient (2.8.3)
138145
i18n (0.9.5)
139146
concurrent-ruby (~> 1.0)
140-
json (2.2.0)
147+
json (2.3.0)
141148
jwt (2.1.0)
142-
memoist (0.16.0)
143-
mime-types (3.2.2)
144-
mime-types-data (~> 3.2015)
145-
mime-types-data (3.2019.0331)
146-
mini_magick (4.5.1)
147-
minitest (5.11.3)
149+
memoist (0.16.2)
150+
mini_magick (4.9.5)
151+
mini_mime (1.0.2)
152+
minitest (5.13.0)
148153
molinillo (0.6.6)
149-
multi_json (1.13.1)
154+
multi_json (1.14.1)
150155
multi_xml (0.6.0)
151156
multipart-post (2.0.0)
152157
nanaimo (0.2.6)
@@ -163,34 +168,34 @@ GEM
163168
retriable (3.1.2)
164169
rouge (2.0.7)
165170
ruby-macho (1.4.0)
166-
rubyzip (1.2.2)
171+
rubyzip (1.3.0)
167172
security (0.1.3)
168-
signet (0.11.0)
173+
signet (0.12.0)
169174
addressable (~> 2.3)
170175
faraday (~> 0.9)
171176
jwt (>= 1.5, < 3.0)
172177
multi_json (~> 1.10)
173-
simctl (1.6.5)
178+
simctl (1.6.7)
174179
CFPropertyList
175180
naturally
176181
slack-notifier (2.3.2)
177182
terminal-notifier (2.0.0)
178183
terminal-table (1.8.0)
179184
unicode-display_width (~> 1.1, >= 1.1.1)
180185
thread_safe (0.3.6)
181-
tty-cursor (0.6.1)
182-
tty-screen (0.6.5)
183-
tty-spinner (0.9.0)
184-
tty-cursor (~> 0.6.0)
185-
tzinfo (1.2.5)
186+
tty-cursor (0.7.0)
187+
tty-screen (0.7.0)
188+
tty-spinner (0.9.2)
189+
tty-cursor (~> 0.7)
190+
tzinfo (1.2.6)
186191
thread_safe (~> 0.1)
187192
uber (0.1.0)
188193
unf (0.1.4)
189194
unf_ext
190195
unf_ext (0.0.7.6)
191-
unicode-display_width (1.5.0)
196+
unicode-display_width (1.6.0)
192197
word_wrap (1.0.0)
193-
xcodeproj (1.9.0)
198+
xcodeproj (1.14.0)
194199
CFPropertyList (>= 2.3.3, < 4.0)
195200
atomos (~> 0.1.3)
196201
claide (>= 1.0.2, < 2.0)
@@ -209,4 +214,4 @@ DEPENDENCIES
209214
fastlane
210215

211216
BUNDLED WITH
212-
1.17.2
217+
2.1.3

Carthage/Checkouts/Starscream/Package.swift

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// swift-tools-version:4.2
1+
// swift-tools-version:5.2
22

33
//
44
// Package.Swift
@@ -27,10 +27,13 @@ let package = Package(
2727
products: [
2828
.library(name: "Starscream", targets: ["Starscream"])
2929
],
30-
dependencies: [
31-
.package(url: "https://github.com/apple/swift-nio-zlib-support.git", from: "1.0.0")
32-
],
30+
dependencies: [],
3331
targets: [
34-
.target(name: "Starscream")
32+
.target(name: "Starscream",
33+
path: "Sources")
3534
]
3635
)
36+
37+
#if os(Linux)
38+
package.dependencies.append(.package(url: "https://github.com/apple/swift-nio-zlib-support.git", from: "1.0.0"))
39+
#endif

0 commit comments

Comments
 (0)