fastlane-plugin-instabug_official 0.2.0 → 0.2.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 +4 -4
- data/lib/fastlane/plugin/instabug_official/version.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 29ff81468754f432fd52be59fb0fc1da822b3388
|
|
4
|
+
data.tar.gz: 7be9f7181f91b24d09f525135b02372f851a756f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4cfd391852f4d6fac882fbc28fca509f2f8616394736224d5759312548adbaae6973e37cc1e049639c7ff4e84ed63a47788166654fa1e3b70dfda8cd5e31a81c
|
|
7
|
+
data.tar.gz: 2e006fb4fffcc7802a734e4bd9acad7455789538e94f074cba4aab2bef046603cac76a9ee3d906daba5b0512feb223ec868369b544422a3edad8ea821d651030
|
metadata
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: fastlane-plugin-instabug_official
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
|
-
-
|
|
7
|
+
- Instabug
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
@@ -137,7 +137,7 @@ dependencies:
|
|
|
137
137
|
- !ruby/object:Gem::Version
|
|
138
138
|
version: 2.80.0
|
|
139
139
|
description:
|
|
140
|
-
email:
|
|
140
|
+
email: iosteam@instabug.com
|
|
141
141
|
executables: []
|
|
142
142
|
extensions: []
|
|
143
143
|
extra_rdoc_files: []
|
|
@@ -148,7 +148,7 @@ files:
|
|
|
148
148
|
- lib/fastlane/plugin/instabug_official/actions/instabug_official_action.rb
|
|
149
149
|
- lib/fastlane/plugin/instabug_official/helper/instabug_official_helper.rb
|
|
150
150
|
- lib/fastlane/plugin/instabug_official/version.rb
|
|
151
|
-
homepage: https://github.com/
|
|
151
|
+
homepage: https://github.com/Instabug/fastlane-plugin-instabug-official
|
|
152
152
|
licenses:
|
|
153
153
|
- MIT
|
|
154
154
|
metadata: {}
|
|
@@ -171,5 +171,5 @@ rubyforge_project:
|
|
|
171
171
|
rubygems_version: 2.6.11
|
|
172
172
|
signing_key:
|
|
173
173
|
specification_version: 4
|
|
174
|
-
summary: upload
|
|
174
|
+
summary: Plugin to upload DSYMs to Instabug Dashboard.
|
|
175
175
|
test_files: []
|