fastlane-plugin-bugsnag 3.1.2 → 3.1.3
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 +4 -4
- data/bin/arm64-linux-bugsnag-cli +0 -0
- data/bin/arm64-macos-bugsnag-cli +0 -0
- data/bin/i386-linux-bugsnag-cli +0 -0
- data/bin/i386-windows-bugsnag-cli.exe +0 -0
- data/bin/x86_64-linux-bugsnag-cli +0 -0
- data/bin/x86_64-macos-bugsnag-cli +0 -0
- data/bin/x86_64-windows-bugsnag-cli.exe +0 -0
- data/lib/fastlane/plugin/bugsnag/version.rb +1 -1
- metadata +3 -7
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2cfba4ab4c9093d08819b465da3fbe8ceb6ed256f5457c1f70de7eeac9a55345
|
|
4
|
+
data.tar.gz: b6797ef3b293e43687e05419d6a1f3e45cbd876a268587f999ffc73b025da0a4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1f5fcdce2e7362e5fa9bfd5b06bc52a6796fea6228ea85084fdc4ace705cffce66a9d8535eb7f1c76e5de6a547de89fdffecdc4a99b277f3f47702fcaa465530
|
|
7
|
+
data.tar.gz: 153de0d4a8688ca63f457b52af21ac8d866d4a8345416eb99545e87783af418e23d01a1e14a55736aa65e984eb0f1ddc9ea64e32f522d9899b5e021783ab4bce
|
data/bin/arm64-linux-bugsnag-cli
CHANGED
|
Binary file
|
data/bin/arm64-macos-bugsnag-cli
CHANGED
|
Binary file
|
data/bin/i386-linux-bugsnag-cli
CHANGED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
metadata
CHANGED
|
@@ -1,14 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: fastlane-plugin-bugsnag
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.1.
|
|
4
|
+
version: 3.1.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Delisa Mason
|
|
8
|
-
autorequire:
|
|
9
8
|
bindir: bin
|
|
10
9
|
cert_chain: []
|
|
11
|
-
date:
|
|
10
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
|
12
11
|
dependencies:
|
|
13
12
|
- !ruby/object:Gem::Dependency
|
|
14
13
|
name: git
|
|
@@ -136,7 +135,6 @@ dependencies:
|
|
|
136
135
|
- - ">="
|
|
137
136
|
- !ruby/object:Gem::Version
|
|
138
137
|
version: 2.28.5
|
|
139
|
-
description:
|
|
140
138
|
email: iskanamagus@gmail.com
|
|
141
139
|
executables: []
|
|
142
140
|
extensions: []
|
|
@@ -176,7 +174,6 @@ homepage: https://github.com/bugsnag/fastlane-plugin-bugsnag
|
|
|
176
174
|
licenses:
|
|
177
175
|
- MIT
|
|
178
176
|
metadata: {}
|
|
179
|
-
post_install_message:
|
|
180
177
|
rdoc_options: []
|
|
181
178
|
require_paths:
|
|
182
179
|
- lib
|
|
@@ -191,8 +188,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
191
188
|
- !ruby/object:Gem::Version
|
|
192
189
|
version: '0'
|
|
193
190
|
requirements: []
|
|
194
|
-
rubygems_version: 3.
|
|
195
|
-
signing_key:
|
|
191
|
+
rubygems_version: 3.6.9
|
|
196
192
|
specification_version: 4
|
|
197
193
|
summary: Uploads dSYM files to Bugsnag
|
|
198
194
|
test_files:
|