fastlane-plugin-upload_dsym_to_bugly 0.1.0 → 0.2.0

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
  SHA256:
3
- metadata.gz: d61bbc35e7b68c5f1529d09a1bf1b62238352ed3ac8c6281b4b8662277d513af
4
- data.tar.gz: 0edd09cf87ae8c2aa7a86ec16a30ef4fe51b08dbc174dc7e7f0157e09fc4e4d2
3
+ metadata.gz: 18388202b1fa50ea78fbac2ed0d2dd59071fbe67fb6cdf36dd1f3d2350aeb9c2
4
+ data.tar.gz: 1b99b735d5b5ff70750387881d066e2a00a9cc0026a8c3af6fcefccc1c5e739a
5
5
  SHA512:
6
- metadata.gz: 380644cf8ae67dadbab69c72d80c630988fb13c378002da2310ff9c874bd94c046c1118915781d749eb622c4fe131259b6c36b2ca3f7ca4fe746c908e4b637cc
7
- data.tar.gz: 0caae21b3c71c405a28ab60ae1699511e95e035576b058986a49f4c34ecf100c0ed868cad1c3882d36c100e05c375b6fd7b7e97653413030cc0a14e7136ea2e6
6
+ metadata.gz: d3449496b295f0b2df771d3dcc2735e518732394edd18acb9ab3cd4b2aa9cc8705a03c829a16e6d6c92f82ed35b339fe1fe169ec3bdf7c4c9c949828d7e1c5db
7
+ data.tar.gz: 0bd70a22d68dcc6ef59f0b61cf205ee8757ea3e6adb57cc64b067d40f342173c84d2ec4c05514c2a929c4a56d05470e11540ad9cc7c7f3bd9f77e21c97abb502
@@ -56,7 +56,7 @@ module Fastlane
56
56
  description: "symbol type for UploadDsymToBuglyAction",
57
57
  is_string: false,
58
58
  verify_block: proc do |value|
59
- UI.user_error!("No symbol type for UploadDsymToBuglyAction given, pass using `symbol_type: 'symbol_type'`") unless (value and not value.empty?)
59
+ UI.user_error!("No symbol type for UploadDsymToBuglyAction given, pass using `symbol_type: 'symbol_type'`") unless (value and not value.to_s.empty?)
60
60
  end),
61
61
  FastlaneCore::ConfigItem.new(key: :bundle_id,
62
62
  env_name: "FL_UPLOAD_DSYM_TO_BUGLY_BUNDLE_ID",
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module UploadDsymToBugly
3
- VERSION = "0.1.0"
3
+ VERSION = "0.2.0"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fastlane-plugin-upload_dsym_to_bugly
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - liubo