Skip to content

Commit

Permalink
Version bump and bump on fastlane in gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Holtz committed Apr 3, 2020
1 parent 28ee99b commit 678159c
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 25 deletions.
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,4 @@ For more information about how the `fastlane` plugin system works, check out the

## Author

Josh Holtz, [email protected], [@joshdholtz](https://twitter.com/joshdholtz)

I'm available for freelance work (Fastlane, iOS, and Android development) :muscle:
Feel free to contact me :rocket:
Josh Holtz, [email protected], [@joshdholtz](https://twitter.com/joshdholtz)
2 changes: 1 addition & 1 deletion fastlane-plugin-aws_s3.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ Gem::Specification.new do |spec|
spec.add_development_dependency 'pry'
spec.add_development_dependency 'bundler'
spec.add_development_dependency 'rspec'
spec.add_development_dependency 'fastlane', '>= 2.136.0'
spec.add_development_dependency 'fastlane', '>= 2.144.0'
end
24 changes: 5 additions & 19 deletions fastlane/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,25 +8,11 @@ Make sure you have the latest version of the Xcode command line tools installed:
xcode-select --install
```

## Choose your installation method:

<table width="100%" >
<tr>
<th width="33%"><a href="http://brew.sh">Homebrew</a></td>
<th width="33%">Installer Script</td>
<th width="33%">RubyGems</td>
</tr>
<tr>
<td width="33%" align="center">macOS</td>
<td width="33%" align="center">macOS</td>
<td width="33%" align="center">macOS or Linux with Ruby 2.0.0 or above</td>
</tr>
<tr>
<td width="33%"><code>brew cask install fastlane</code></td>
<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>
<td width="33%"><code>sudo gem install fastlane -NV</code></td>
</tr>
</table>
Install _fastlane_ using
```
[sudo] gem install fastlane -NV
```
or alternatively using `brew cask install fastlane`

# Available Actions
### ipa21_multi
Expand Down
2 changes: 1 addition & 1 deletion lib/fastlane/plugin/aws_s3/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Fastlane
module AwsS3
VERSION = "1.6.1"
VERSION = "1.7.0"
end
end

0 comments on commit 678159c

Please sign in to comment.