Skip to content

Commit 678159c

Browse files
author
Josh Holtz
committed
Version bump and bump on fastlane in gemspec
1 parent 28ee99b commit 678159c

File tree

4 files changed

+8
-25
lines changed

4 files changed

+8
-25
lines changed

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,4 @@ For more information about how the `fastlane` plugin system works, check out the
8484

8585
## Author
8686

87-
Josh Holtz, josh@rokkincat.com, [@joshdholtz](https://twitter.com/joshdholtz)
88-
89-
I'm available for freelance work (Fastlane, iOS, and Android development) :muscle:
90-
Feel free to contact me :rocket:
87+
Josh Holtz, me@joshholtz.com, [@joshdholtz](https://twitter.com/joshdholtz)

fastlane-plugin-aws_s3.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ Gem::Specification.new do |spec|
2424
spec.add_development_dependency 'pry'
2525
spec.add_development_dependency 'bundler'
2626
spec.add_development_dependency 'rspec'
27-
spec.add_development_dependency 'fastlane', '>= 2.136.0'
27+
spec.add_development_dependency 'fastlane', '>= 2.144.0'
2828
end

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
### ipa21_multi
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Fastlane
22
module AwsS3
3-
VERSION = "1.6.1"
3+
VERSION = "1.7.0"
44
end
55
end

0 commit comments

Comments
 (0)