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

Commit 190f44e

Browse files
authored
Merge pull request #198 from bignerdranch/zwaldowski/3-3
Bump version for 3.3.0
2 parents fc5c339 + fc17f60 commit 190f44e

File tree

4 files changed

+37
-45
lines changed

4 files changed

+37
-45
lines changed

.fastlane/README.md

Lines changed: 5 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -8,25 +8,11 @@ Make sure you have the latest version of the Xcode command line tools installed:
88
xcode-select --install
99
```
1010

11-
## Choose your installation method:
12-
13-
<table width="100%" >
14-
<tr>
15-
<th width="33%"><a href="http://brew.sh">Homebrew</a></td>
16-
<th width="33%">Installer Script</td>
17-
<th width="33%">Rubygems</td>
18-
</tr>
19-
<tr>
20-
<td width="33%" align="center">macOS</td>
21-
<td width="33%" align="center">macOS</td>
22-
<td width="33%" align="center">macOS or Linux with Ruby 2.0.0 or above</td>
23-
</tr>
24-
<tr>
25-
<td width="33%"><code>brew cask install fastlane</code></td>
26-
<td width="33%"><a href="https://download.fastlane.tools">Download the zip file</a>. Then double click on the <code>install</code> script (or run it in a terminal window).</td>
27-
<td width="33%"><code>sudo gem install fastlane -NV</code></td>
28-
</tr>
29-
</table>
11+
Install _fastlane_ using
12+
```
13+
[sudo] gem install fastlane -NV
14+
```
15+
or alternatively using `brew cask install fastlane`
3016

3117
# Available Actions
3218
### bump_version

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 = "3.2.0"
4+
s.version = "3.3.0"
55
s.summary = "Work with values that haven't been determined yet."
66

77
s.description = <<-DESC

Configurations/Base.xcconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ CODE_SIGN_IDENTITY =
2525
DEVELOPMENT_TEAM =
2626

2727
// Versioning
28-
CURRENT_PROJECT_VERSION = 3.2.0
28+
CURRENT_PROJECT_VERSION = 3.3.0
2929
VERSION_INFO_PREFIX =
3030
VERSIONING_SYSTEM = apple-generic
3131

Gemfile.lock

Lines changed: 30 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
CFPropertyList (2.3.5)
4+
CFPropertyList (2.3.6)
55
addressable (2.5.2)
66
public_suffix (>= 2.0.2, < 4.0)
7+
atomos (0.1.2)
78
babosa (1.0.2)
89
claide (1.0.2)
910
colored (1.2)
@@ -15,17 +16,17 @@ GEM
1516
domain_name (0.5.20170404)
1617
unf (>= 0.0.5, < 1.0.0)
1718
dotenv (2.2.1)
18-
excon (0.59.0)
19-
faraday (0.13.1)
19+
excon (0.60.0)
20+
faraday (0.14.0)
2021
multipart-post (>= 1.2, < 3)
2122
faraday-cookie_jar (0.0.6)
2223
faraday (>= 0.7.4)
2324
http-cookie (~> 1.0.0)
2425
faraday_middleware (0.12.2)
2526
faraday (>= 0.7.4, < 1.0)
26-
fastimage (2.1.0)
27-
fastlane (2.56.0)
28-
CFPropertyList (>= 2.3, < 3.0.0)
27+
fastimage (2.1.1)
28+
fastlane (2.80.0)
29+
CFPropertyList (>= 2.3, < 4.0.0)
2930
addressable (>= 2.3, < 3.0.0)
3031
babosa (>= 1.0.2, < 2.0.0)
3132
bundler (>= 1.12.0, < 2.0.0)
@@ -49,36 +50,37 @@ GEM
4950
public_suffix (~> 2.0.0)
5051
rubyzip (>= 1.1.0, < 2.0.0)
5152
security (= 0.1.3)
52-
slack-notifier (>= 1.3, < 2.0.0)
53+
slack-notifier (>= 2.0.0, < 3.0.0)
5354
terminal-notifier (>= 1.6.2, < 2.0.0)
5455
terminal-table (>= 1.4.5, < 2.0.0)
55-
tty-screen (~> 0.5.0)
56+
tty-screen (>= 0.6.3, < 1.0.0)
57+
tty-spinner (>= 0.8.0, < 1.0.0)
5658
word_wrap (~> 1.0.0)
57-
xcodeproj (>= 1.5.0, < 2.0.0)
59+
xcodeproj (>= 1.5.2, < 2.0.0)
5860
xcpretty (>= 0.2.4, < 1.0.0)
5961
xcpretty-travis-formatter (>= 0.0.3)
60-
gh_inspector (1.0.3)
62+
gh_inspector (1.1.1)
6163
google-api-client (0.13.6)
6264
addressable (~> 2.5, >= 2.5.1)
6365
googleauth (~> 0.5)
6466
httpclient (>= 2.8.1, < 3.0)
6567
mime-types (~> 3.0)
6668
representable (~> 3.0)
6769
retriable (>= 2.0, < 4.0)
68-
googleauth (0.5.3)
70+
googleauth (0.6.2)
6971
faraday (~> 0.12)
70-
jwt (~> 1.4)
72+
jwt (>= 1.4, < 3.0)
7173
logging (~> 2.0)
7274
memoist (~> 0.12)
7375
multi_json (~> 1.11)
7476
os (~> 0.9)
7577
signet (~> 0.7)
76-
highline (1.7.8)
78+
highline (1.7.10)
7779
http-cookie (1.0.3)
7880
domain_name (~> 0.5)
7981
httpclient (2.8.3)
8082
json (2.1.0)
81-
jwt (1.5.6)
83+
jwt (2.1.0)
8284
little-plugger (1.1.4)
8385
logging (2.2.2)
8486
little-plugger (~> 1.1)
@@ -88,12 +90,12 @@ GEM
8890
mime-types-data (~> 3.2015)
8991
mime-types-data (3.2016.0521)
9092
mini_magick (4.5.1)
91-
multi_json (1.12.2)
93+
multi_json (1.13.1)
9294
multi_xml (0.6.0)
9395
multipart-post (2.0.0)
9496
nanaimo (0.2.3)
9597
os (0.9.6)
96-
plist (3.3.0)
98+
plist (3.4.0)
9799
public_suffix (2.0.5)
98100
representable (3.0.4)
99101
declarative (< 0.1.0)
@@ -104,30 +106,34 @@ GEM
104106
rubyzip (1.2.1)
105107
security (0.1.3)
106108
semantic (1.6.0)
107-
signet (0.7.3)
109+
signet (0.8.1)
108110
addressable (~> 2.3)
109111
faraday (~> 0.9)
110-
jwt (~> 1.5)
112+
jwt (>= 1.5, < 3.0)
111113
multi_json (~> 1.10)
112-
slack-notifier (1.5.1)
114+
slack-notifier (2.3.2)
113115
terminal-notifier (1.8.0)
114116
terminal-table (1.8.0)
115117
unicode-display_width (~> 1.1, >= 1.1.1)
116-
tty-screen (0.5.0)
118+
tty-cursor (0.5.0)
119+
tty-screen (0.6.4)
120+
tty-spinner (0.8.0)
121+
tty-cursor (>= 0.5.0)
117122
uber (0.1.0)
118123
unf (0.1.4)
119124
unf_ext
120-
unf_ext (0.0.7.4)
125+
unf_ext (0.0.7.5)
121126
unicode-display_width (1.3.0)
122127
word_wrap (1.0.0)
123-
xcodeproj (1.5.1)
128+
xcodeproj (1.5.6)
124129
CFPropertyList (~> 2.3.3)
130+
atomos (~> 0.1.2)
125131
claide (>= 1.0.2, < 2.0)
126132
colored2 (~> 3.1)
127133
nanaimo (~> 0.2.3)
128134
xcpretty (0.2.8)
129135
rouge (~> 2.0.7)
130-
xcpretty-travis-formatter (0.0.4)
136+
xcpretty-travis-formatter (1.0.0)
131137
xcpretty (~> 0.2, >= 0.0.7)
132138

133139
PLATFORMS
@@ -138,4 +144,4 @@ DEPENDENCIES
138144
semantic
139145

140146
BUNDLED WITH
141-
1.14.6
147+
1.16.1

0 commit comments

Comments
 (0)