fastlane-plugin-appbox 0.2.0 → 0.3.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 28e0bdb20c1d90b96f2dbc73ef7830ecd239f674
4
- data.tar.gz: 9a547ca533a33783531f1c62db25005e638d7d9e
3
+ metadata.gz: 0c6a6534af3b11a2c863dbfa27a5aa5cb4fc5f2e
4
+ data.tar.gz: 82de6b03707faa89a96348712e976f47449d5a0b
5
5
  SHA512:
6
- metadata.gz: 0c713f57a83f5bfc46499708a7338f010fe02a2fb2ba7a538188adf46464b9384b28822e60f152440f417dff75b9989548b002d2f67e1a57576d3947f917aae8
7
- data.tar.gz: 07cdb4930e1155f3ffe3ff547b082d8905ee2e832c07b89c0c5b411ab46db6bc2206a5ccfd42cbf4ec244ce67b0fa92518ee7d32e2540f7c05a8a099930041dd
6
+ metadata.gz: 3af4c2e4dbee886031e7a42235a6a79422acba287b1cb1b9bf3263f8ab241fd75e066d44fd422f91bd0eda32321eb11d4b73cf2260ce46c81ff7d170d2239fd6
7
+ data.tar.gz: d25d0662dbfbe009bc336f42472b1d49e1becbd4a69a117294eed96a0e62fdae81fcfa3bea998413b4724f5bf6bc4fa1e9a5048a14e0d97546ad66cb1449f370
@@ -34,9 +34,9 @@ module Fastlane
34
34
  exit_status = system("exec #{appbox_path} ipa='#{ipa_path}' email='#{emails}' message='#{message}'")
35
35
 
36
36
  if exit_status
37
- UI.success('AppBox finished successfully')
37
+ UI.success('AppBox finished successfully')
38
38
  else
39
- UI.error('AppBox finished with errors')
39
+ UI.error('AppBox finished with errors')
40
40
  UI.message('Please feel free to open an issue on the project GitHub page. Please include a description of what is not working right with your issue. https://github.com/getappbox/fastlane-plugin-appbox/issues/new')
41
41
  exit
42
42
  end
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module Appbox
3
- VERSION = "0.2.0"
3
+ VERSION = "0.3.0"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fastlane-plugin-appbox
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Vineet Choudhary