fastlane-plugin-napp_distribution 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
2
  SHA1:
3
- metadata.gz: 6220950ae435f616759ca5d31db5f441b95d51e8
4
- data.tar.gz: 7ec8529d49c4f4ebb10732502f9d4ace97dc677c
3
+ metadata.gz: 48d2afdf084b45d3a7ca16f8988a15d7eb8ddcbf
4
+ data.tar.gz: bfe7f7150533fe4419e0b4d53cd549730fbc48ad
5
5
  SHA512:
6
- metadata.gz: 5b5539d2290df72d3c45b7388605daddcc18484f54d6601f21fa164e743177576984835a3d3ad38ee06375dea9eda9a73a37581cddb10dcf245aa247e103370e
7
- data.tar.gz: d6d563b064c1dd0659219dc3911cb882392c47f80127ace2d128321848e44e1439af82b1c4660bf8532817b3af74744817f7672210992db435b50da29fff1798
6
+ metadata.gz: 7ffd06e6a736985ca699552bae99e1abde37bef99d65bd75083e4fd5ed045a1e86a6cdb9913ca00104589b23175f847f0ec499b8dd388a2798f1d9b2b6a99649
7
+ data.tar.gz: 8cc9ea5999ad62e10436ab5cd3fc03d972ffdb2dd0412c1205990c8166045483ebf836aed42a3a6d37f1014e7418151e7e8e5cd97a43bb6a3dcb4f2b25ff5f38
@@ -38,7 +38,7 @@ module Fastlane
38
38
  platform = response.body['platform']
39
39
  UI.message("Successfully created new app build version: #{app_version_id} for #{platform}")
40
40
  else
41
- UI.user_error!("Error trying to upload new app build: #{response.status} - #{response.body}")
41
+ UI.error("Error trying to upload new app build: #{response.status} - #{response.body}")
42
42
  end
43
43
 
44
44
  end
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module NappDistribution
3
- VERSION = "1.0.0"
3
+ VERSION = "1.0.1"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fastlane-plugin-napp_distribution
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
  - Mads Møller