fastlane-plugin-bugsnag 3.1.1 → 3.1.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 +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 +7 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 558a9db96829360e1d46e6880f398591c724dc54a70bc9abb2995b6d99fb8564
|
|
4
|
+
data.tar.gz: 8090b30a03ad3b85f8fc32ce0cedf5d12401d34575c0bff29042345d52752a8a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c3bae6f5952c26c2335a1119b67cc62f97140c6886ceaaa6bcb34e6b72433a1c830e5351cb6ecf8e9e6516a68a81baeb52eed14c9228497d5f11aae53d163ed6
|
|
7
|
+
data.tar.gz: 1f6331f33fff9bb23de820113b4e26df1a78a32395ec767a0947ec7f5ad0f5cbf366fbe941f2e17638d2cab3d577a6c9f839a2da3a4b5a669966a7b15687e93d
|
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,13 +1,14 @@
|
|
|
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.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Delisa Mason
|
|
8
|
+
autorequire:
|
|
8
9
|
bindir: bin
|
|
9
10
|
cert_chain: []
|
|
10
|
-
date:
|
|
11
|
+
date: 2026-08-25 00:00:00.000000000 Z
|
|
11
12
|
dependencies:
|
|
12
13
|
- !ruby/object:Gem::Dependency
|
|
13
14
|
name: git
|
|
@@ -135,6 +136,7 @@ dependencies:
|
|
|
135
136
|
- - ">="
|
|
136
137
|
- !ruby/object:Gem::Version
|
|
137
138
|
version: 2.28.5
|
|
139
|
+
description:
|
|
138
140
|
email: iskanamagus@gmail.com
|
|
139
141
|
executables: []
|
|
140
142
|
extensions: []
|
|
@@ -174,6 +176,7 @@ homepage: https://github.com/bugsnag/fastlane-plugin-bugsnag
|
|
|
174
176
|
licenses:
|
|
175
177
|
- MIT
|
|
176
178
|
metadata: {}
|
|
179
|
+
post_install_message:
|
|
177
180
|
rdoc_options: []
|
|
178
181
|
require_paths:
|
|
179
182
|
- lib
|
|
@@ -188,7 +191,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
188
191
|
- !ruby/object:Gem::Version
|
|
189
192
|
version: '0'
|
|
190
193
|
requirements: []
|
|
191
|
-
rubygems_version: 3.
|
|
194
|
+
rubygems_version: 3.5.3
|
|
195
|
+
signing_key:
|
|
192
196
|
specification_version: 4
|
|
193
197
|
summary: Uploads dSYM files to Bugsnag
|
|
194
198
|
test_files:
|