fastlane-plugin-yafirim 0.1.0 → 0.1.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
2
  SHA1:
3
- metadata.gz: fda73aab4128a00f79116d4f5f3269e2a2e78e0b
4
- data.tar.gz: 473554247382c24b750fa13970bdae17d52bb0b7
3
+ metadata.gz: 24ad237dae99c8da3858fb8e5526a95dc99c8f3e
4
+ data.tar.gz: b92456ef761688da6032e2b7d85b8fc2870cea28
5
5
  SHA512:
6
- metadata.gz: 220026cf80ef59a2e2b74f66ec8788fb3eceb60b5e67b4cc643257adfd7b5f6a8394939b7169665d7950c68b990befb1af83e3221a8621676761f0c53a7b37b5
7
- data.tar.gz: 3aeeca366001d9f0d3bbe588e4ec58586e866165170020141efb7f69a197f4f2dc13f409e3c53c78bc7e22c6d26e6e5b14628a22efa926667f93bd7059d8b928
6
+ metadata.gz: af501c33da94eb779820b3e6ec46ae334f1debf8322d696d02ede5fc295ed9abe4d37cfc1e068e50604370f9b913d849384fa657fcc412894e1ebe25aaa54dfe
7
+ data.tar.gz: d03508405d8d4d24c13bbae43f2e66166c238917236d30b51b10ca03182a282ea224d0ed7e0b2ba91aa34ee8a1ae86f74bc18c5c84ae507c60be374d4546b19c
@@ -141,7 +141,6 @@ module Fastlane
141
141
  short_option: "-p",
142
142
  optional: true,
143
143
  description: "Path to your apk file",
144
- default_value: "./app/build/outputs/apk/",
145
144
  verify_block: proc do |value|
146
145
  UI.user_error!("Directory '#{value}' not exists.") unless Dir.exist?(value)
147
146
  end,
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module Yafirim
3
- VERSION = "0.1.0"
3
+ VERSION = "0.1.1"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fastlane-plugin-yafirim
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - wd