Skip to content
This repository was archived by the owner on Aug 29, 2022. It is now read-only.

Commit 61d38aa

Browse files
committed
Tag 4.0.0-rc.1
1 parent b4e67af commit 61d38aa

File tree

3 files changed

+14
-14
lines changed

3 files changed

+14
-14
lines changed

BNRDeferred.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22
# ――― Spec Metadata ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
33
s.name = "BNRDeferred"
4-
s.version = "4.0.0-beta.4"
4+
s.version = "4.0.0-rc.1"
55
s.summary = "Work with values that haven't been determined yet."
66

77
s.description = <<-DESC

Documentation/Guide/Getting Started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ There are a few different options to install Deferred.
1313
Add the following to your Cartfile:
1414

1515
```
16-
github "bignerdranch/Deferred" "4.0.0-beta.4"
16+
github "bignerdranch/Deferred" "4.0.0-rc.1"
1717
```
1818

1919
Then run `carthage update`.
@@ -54,7 +54,7 @@ import PackageDescription
5454
let package = Package(
5555
name: "My Extremely Nerdy App",
5656
dependencies: [
57-
.package(url: "https://github.com/bignerdranch/Deferred.git", from: "4.0.0-beta.4"),
57+
.package(url: "https://github.com/bignerdranch/Deferred.git", from: "4.0.0-rc.1"),
5858
]
5959
)
6060
```

Gemfile.lock

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ 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)
@@ -55,27 +55,27 @@ GEM
5555
digest-crc (0.4.1)
5656
domain_name (0.5.20180417)
5757
unf (>= 0.0.5, < 1.0.0)
58-
dotenv (2.6.0)
59-
emoji_regex (0.1.1)
58+
dotenv (2.7.1)
59+
emoji_regex (1.0.1)
6060
escape (0.0.4)
6161
excon (0.62.0)
6262
faraday (0.15.4)
6363
multipart-post (>= 1.2, < 3)
6464
faraday-cookie_jar (0.0.6)
6565
faraday (>= 0.7.4)
6666
http-cookie (~> 1.0.0)
67-
faraday_middleware (0.12.2)
67+
faraday_middleware (0.13.1)
6868
faraday (>= 0.7.4, < 1.0)
6969
fastimage (2.1.5)
70-
fastlane (2.113.0)
70+
fastlane (2.116.1)
7171
CFPropertyList (>= 2.3, < 4.0.0)
7272
addressable (>= 2.3, < 3.0.0)
7373
babosa (>= 1.0.2, < 2.0.0)
7474
bundler (>= 1.12.0, < 3.0.0)
7575
colored
7676
commander-fastlane (>= 4.4.6, < 5.0.0)
7777
dotenv (>= 2.1.1, < 3.0.0)
78-
emoji_regex (~> 0.1)
78+
emoji_regex (>= 0.1, < 2.0)
7979
excon (>= 0.45.0, < 1.0.0)
8080
faraday (~> 0.9)
8181
faraday-cookie_jar (~> 0.0.6)
@@ -116,15 +116,15 @@ GEM
116116
representable (~> 3.0)
117117
retriable (>= 2.0, < 4.0)
118118
signet (~> 0.9)
119-
google-cloud-core (1.2.7)
119+
google-cloud-core (1.3.0)
120120
google-cloud-env (~> 1.0)
121121
google-cloud-env (1.0.5)
122122
faraday (~> 0.11)
123-
google-cloud-storage (1.15.0)
123+
google-cloud-storage (1.16.0)
124124
digest-crc (~> 0.4)
125125
google-api-client (~> 0.23)
126126
google-cloud-core (~> 1.2)
127-
googleauth (~> 0.6.2)
127+
googleauth (>= 0.6.2, < 0.10.0)
128128
googleauth (0.6.7)
129129
faraday (~> 0.12)
130130
jwt (>= 1.4, < 3.0)
@@ -147,7 +147,7 @@ GEM
147147
sass (~> 3.4)
148148
sqlite3 (~> 1.3)
149149
xcinvoke (~> 0.3.0)
150-
json (2.1.0)
150+
json (2.2.0)
151151
jwt (2.1.0)
152152
liferaft (0.0.6)
153153
memoist (0.16.0)
@@ -216,7 +216,7 @@ GEM
216216
word_wrap (1.0.0)
217217
xcinvoke (0.3.0)
218218
liferaft (~> 0.0.6)
219-
xcodeproj (1.7.0)
219+
xcodeproj (1.8.1)
220220
CFPropertyList (>= 2.3.3, < 4.0)
221221
atomos (~> 0.1.3)
222222
claide (>= 1.0.2, < 2.0)

0 commit comments

Comments
 (0)