fastlane-plugin-android_sdk_update 1.0.0 → 1.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: 2515fd10afe8cb81dad11f4a5eb2ab7e328ebafd
4
- data.tar.gz: 1052ccbef84eaf59c3f341b26c8ba0b225e2fa0e
2
+ SHA256:
3
+ metadata.gz: 8dca8d12c6ca5358972339196ce90b41ed565183f56fa9d1202049caf185528d
4
+ data.tar.gz: f08a93a20290dd1daab9f8060b2658a6e1a9dee7080936824219f43b45954b38
5
5
  SHA512:
6
- metadata.gz: 56df0346a2546448352531ce7767d4bf5c4ba7501e4c493f3b063e567c3f49dfbfa906c6011c84351cd3458429117a86c391b1e7215e2d78c4285e95206b97bd
7
- data.tar.gz: 8a65c756d0a22c467679bbb43a911809e84a1a2a9e5f2d8e51f4611acb3914a5cc10c68017f0c151220cfbbc8b749770c4d988fe8efa15d5cc27bab236535390
6
+ metadata.gz: 3c56418c144858a8bb1497037d8f09735a4099494a85378e6fb85c3fb594f44ec496609291b77acbb4c4ed734740a44b4e4085ff2ed14a71d2a6593c2c1450db
7
+ data.tar.gz: 632385a47fa68807914a2c931b44941433bd6cea93d5d7b9d4b668488b08821de520d5a4be649a6fe1b4563d4ab3d1fc5fa2139aefbe6defbd86b8135dccf31a
@@ -51,7 +51,7 @@ module Fastlane
51
51
  # on mac
52
52
  if FastlaneCore::Helper.mac?
53
53
  require 'fastlane/plugin/brew'
54
- Actions::BrewAction.run(command: "cask ls --versions android-sdk || brew cask install android-sdk")
54
+ Actions::BrewAction.run(command: "list --cask --versions android-sdk || brew install --cask android-sdk")
55
55
  sdk_path = File.realpath("../../..", FastlaneCore::CommandExecutor.which("sdkmanager"))
56
56
 
57
57
  # on linux
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module AndroidSdkUpdate
3
- VERSION = "1.0.0"
3
+ VERSION = "1.0.1"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,15 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fastlane-plugin-android_sdk_update
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Philipp Burgk
8
8
  - Michael Ruhl
9
- autorequire:
9
+ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2018-12-07 00:00:00.000000000 Z
12
+ date: 2021-01-15 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: fastlane-plugin-brew
@@ -123,7 +123,7 @@ dependencies:
123
123
  - - ">="
124
124
  - !ruby/object:Gem::Version
125
125
  version: '0'
126
- description:
126
+ description:
127
127
  email:
128
128
  - philipp.burgk@novatec-gmbh.de
129
129
  - michael.ruhl@novatec-gmbh.de
@@ -141,7 +141,7 @@ homepage: https://github.com/NovaTecConsulting/fastlane-plugin-android_sdk_updat
141
141
  licenses:
142
142
  - MIT
143
143
  metadata: {}
144
- post_install_message:
144
+ post_install_message:
145
145
  rdoc_options: []
146
146
  require_paths:
147
147
  - lib
@@ -156,9 +156,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
156
156
  - !ruby/object:Gem::Version
157
157
  version: '0'
158
158
  requirements: []
159
- rubyforge_project:
160
- rubygems_version: 2.6.10
161
- signing_key:
159
+ rubygems_version: 3.1.2
160
+ signing_key:
162
161
  specification_version: 4
163
162
  summary: Install required Android-SDK packages
164
163
  test_files: []