fastlane-plugin-napp_distribution 1.0.1 → 1.0.2

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: 48d2afdf084b45d3a7ca16f8988a15d7eb8ddcbf
4
- data.tar.gz: bfe7f7150533fe4419e0b4d53cd549730fbc48ad
3
+ metadata.gz: cc78eda170268220f1fb80b0f6f8bd68b7e0adfa
4
+ data.tar.gz: 5562a93117cdecd6e6f793785d6fb3e6707c9244
5
5
  SHA512:
6
- metadata.gz: 7ffd06e6a736985ca699552bae99e1abde37bef99d65bd75083e4fd5ed045a1e86a6cdb9913ca00104589b23175f847f0ec499b8dd388a2798f1d9b2b6a99649
7
- data.tar.gz: 8cc9ea5999ad62e10436ab5cd3fc03d972ffdb2dd0412c1205990c8166045483ebf836aed42a3a6d37f1014e7418151e7e8e5cd97a43bb6a3dcb4f2b25ff5f38
6
+ metadata.gz: 1b10ca837cd77fe0a811e19ee43cdf7c6a686a880b3edb1f621f3644628c91f42ecbaf1a841590cc3c502abd3bfdf64cf638578aef74c473e7736e8f0c123183
7
+ data.tar.gz: 8558c336e847905838461a553590b85c59fd27ec938c5a8dd5bd9b4705a5112e10558972621b739b85e8c6b7b62a75089a827d0d3cc844411f86d81746f82e68
@@ -2,7 +2,7 @@ module Fastlane
2
2
  module Actions
3
3
  class NappDistributionAction < Action
4
4
  def self.run(params)
5
- UI.message("The napp_distribution plugin is working!")
5
+ UI.message("The napp distribution is working!")
6
6
 
7
7
  # set the base url
8
8
  base_url = "https://i.napp.dk"
@@ -17,7 +17,7 @@ module Fastlane
17
17
  connection = self.connection(base_url)
18
18
 
19
19
  if !File.exist?(file_path)
20
- UI.user_error("App build file not found 🚫")
20
+ UI.error("App build file not found 🚫")
21
21
  abort
22
22
  end
23
23
 
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module NappDistribution
3
- VERSION = "1.0.1"
3
+ VERSION = "1.0.2"
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.1
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mads Møller