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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2c672ac49ce11ce6191789c195258bd28bc14422
4
- data.tar.gz: f8f8c1882b12a9b8bb1530fcfab5f6eb5482ab00
3
+ metadata.gz: 29ff81468754f432fd52be59fb0fc1da822b3388
4
+ data.tar.gz: 7be9f7181f91b24d09f525135b02372f851a756f
5
5
  SHA512:
6
- metadata.gz: e19c829b1ba29dc45016c58436d56371a3e3903cfb482602f627368a0f1fc156974395daf54ceb772ab5ceef22a1201fcd6aba878e6c48ce6f22095dc3c75c53
7
- data.tar.gz: b80c83561c0861c8447c14c4977aad15d3a0d71c9909e25bdfd4b6417281351889e8d938d80519b09a750c15b3ba538e4dfb0574b0eb5c6974403a23766095ad
6
+ metadata.gz: 4cfd391852f4d6fac882fbc28fca509f2f8616394736224d5759312548adbaae6973e37cc1e049639c7ff4e84ed63a47788166654fa1e3b70dfda8cd5e31a81c
7
+ data.tar.gz: 2e006fb4fffcc7802a734e4bd9acad7455789538e94f074cba4aab2bef046603cac76a9ee3d906daba5b0512feb223ec868369b544422a3edad8ea821d651030
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module InstabugOfficial
3
- VERSION = "0.2.0"
3
+ VERSION = "0.2.1"
4
4
  end
5
5
  end
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.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
- - Karim_Mousa_89
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: eng.karim.mousa.89@gmail.com
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/Karim-Mohamed-Mousa/fastlane-plugin-instabug-official
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 dsyms to fastlane
174
+ summary: Plugin to upload DSYMs to Instabug Dashboard.
175
175
  test_files: []