fastlane-plugin-waldo 3.0.0 → 3.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
  SHA256:
3
- metadata.gz: dd88e9f3a32bde7a83c70b6988a3683af7c896cc57a63f6d77942265eb7517fe
4
- data.tar.gz: a1f9c1fda4daf3705237de99eafa7bc2de6486a939e7545234a3792ab1a89b9b
3
+ metadata.gz: 345badcc97dc322b8c0ddec68aa0f29a732a0696f1da39f96a4d014d225c9a2d
4
+ data.tar.gz: 68c0f05bb7a787e0d0922290c6d7287e25279265e03e23bc65e8e83c5243bac4
5
5
  SHA512:
6
- metadata.gz: 3e0613f158f9d570bbb1a0314f5cf1c16fe5d6976ea8abd2ab3ac686249ee47a4624e6b74fcaa4bf369846fa1bf9343131c16a9916fc4f062b2d14b7a56e7907
7
- data.tar.gz: daf65861ab2f031479f0e713f217b68686dd0133f619c1d7fb24b1dd4d9acb403da6781aa799dfbc58a5bae5432faa65e4df40e512a38aafa90639916e58afd5
6
+ metadata.gz: d62b4d2f33e36d018a6cd388b8e6f0616e835ac653b6434f4d008e259c82a68bb6a76ef1d8bc04eba0f73e6c27547964c985eed5e1572699d78395555c239977
7
+ data.tar.gz: 7045e51f86c1c0999cc3d844af711ed178f8f97679a85a16742be346b4eabaf9ade46e1aac0511db5f20079159fd2c6f5c72e0db08975f661cd3bbf30f53d8ee
data/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  The MIT License (MIT)
2
2
 
3
- © 2018 Amolo Atelier, Inc.
3
+ © 2018–2022 Amolo Atelier, Inc.
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
@@ -99,6 +99,7 @@ module Fastlane
99
99
  command << "WALDO_WRAPPER_VERSION_OVERRIDE='#{Fastlane::Waldo::VERSION}'"
100
100
 
101
101
  command << get_binary_path.shellescape
102
+ command << "upload"
102
103
 
103
104
  if params[:git_branch]
104
105
  command << '--git_branch'
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module Waldo
3
- VERSION = "3.0.0"
3
+ VERSION = "3.0.1"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fastlane-plugin-waldo
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.0
4
+ version: 3.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - John Pusey
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-11-05 00:00:00.000000000 Z
11
+ date: 2022-03-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler