diff --git a/README.md b/README.md index b8b911a..4dab20c 100644 --- a/README.md +++ b/README.md @@ -84,7 +84,4 @@ For more information about how the `fastlane` plugin system works, check out the ## Author -Josh Holtz, josh@rokkincat.com, [@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, me@joshholtz.com, [@joshdholtz](https://twitter.com/joshdholtz) diff --git a/fastlane-plugin-aws_s3.gemspec b/fastlane-plugin-aws_s3.gemspec index bd52c05..cfc7bc9 100644 --- a/fastlane-plugin-aws_s3.gemspec +++ b/fastlane-plugin-aws_s3.gemspec @@ -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 diff --git a/fastlane/README.md b/fastlane/README.md index 4755bde..ed575fe 100644 --- a/fastlane/README.md +++ b/fastlane/README.md @@ -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: - -
Homebrew - | Installer Script - | RubyGems - |
---|---|---|
macOS | -macOS | -macOS or Linux with Ruby 2.0.0 or above | -
brew cask install fastlane |
-Download the zip file. Then double click on the install script (or run it in a terminal window). |
-sudo gem install fastlane -NV |
-