fastlane-plugin-bugsnag 1.4.0 → 1.4.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ad582c6af1ea151c4ac204309b0d3fe48da1aa071eb9274b25ea8dc5ba993835
4
- data.tar.gz: 5f9526a7383816b5e747fe8f8ba879a911e81a176f589057353158eba93d49c4
3
+ metadata.gz: c06bc54bec2c72f2ca7bffa7b9b8416a43f3c642b2194fcb0136d5047d50f0b5
4
+ data.tar.gz: 217591d18508cce3ba230c55a04f5440a9987765bac3d08bc73783618ad2c52a
5
5
  SHA512:
6
- metadata.gz: 639170c3dd8dd10827bc50757fcb0aaf2074a864d547dc55943e4540dad4a6c00ed97265aeacc42d21e6d55ca84e234c6b69de763d3214156b0042ba0a8c55ab
7
- data.tar.gz: bb33da203e7a26e0eb75efc929573140b1bf59236aaba4613263026579864acc61e7bbd485cc3cc12b951220e85390f7f2603003954761c2beec5327799bfb41
6
+ metadata.gz: ccfa0fa909ab1fe8aae3f63002e1227d23c88ff23ef51ef89c1212cf9276e30113e60dec26507295349b51c9fccaef63c816888ea6c34d5021849b8ede6e045f
7
+ data.tar.gz: 9574afd7ee424559a64d2ea8d27633fb7ceaffa16bd9d1e5d5dc7501e35da4b963a1a2c3d80de73e7ddf3caee015146029b00aeeff284bda857f1470878e5e20
@@ -158,7 +158,8 @@ module Fastlane
158
158
  path = Dir["./**/*.dSYM.zip"] + Dir["./**/*.dSYM"]
159
159
  dsym_paths = Actions.lane_context[SharedValues::DSYM_PATHS] if defined? SharedValues::DSYM_PATHS
160
160
  dsyms_output_path = Actions.lane_context[SharedValues::DSYM_OUTPUT_PATH] if defined? SharedValues::DSYM_OUTPUT_PATH
161
- dsyms_output_path || dsym_paths || path
161
+ default_value = dsyms_output_path || dsym_paths || path
162
+ parse_dsym_paths(default_value)
162
163
  end
163
164
  end
164
165
  end
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module Bugsnag
3
- VERSION = "1.4.0"
3
+ VERSION = "1.4.1"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fastlane-plugin-bugsnag
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.0
4
+ version: 1.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Delisa Mason
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-10-03 00:00:00.000000000 Z
11
+ date: 2018-12-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: xml-simple
@@ -173,17 +173,17 @@ signing_key:
173
173
  specification_version: 4
174
174
  summary: Uploads dSYM files to Bugsnag
175
175
  test_files:
176
+ - spec/spec_helper.rb
176
177
  - spec/bugsnag_upload_dsym_action_spec.rb
178
+ - spec/send_build_to_bugsnag_spec.rb
179
+ - spec/fixtures/more_files.zip
177
180
  - spec/fixtures/BCSymbolMaps/real.bcsymbolmap
178
- - spec/fixtures/dSYMs/app.dSYM/Contents/Resources/DWARF/app
179
- - spec/fixtures/dSYMs/app2.dSYM/Contents/Resources/DWARF/app2
180
- - spec/fixtures/files.zip
181
- - spec/fixtures/invalid_file
182
- - spec/fixtures/ios_proj/aaTests/Info.plist
183
181
  - spec/fixtures/ios_proj/FirstRealFolder/Info.plist
182
+ - spec/fixtures/ios_proj/aaTests/Info.plist
184
183
  - spec/fixtures/ios_proj/Project/Info.plist
185
- - spec/fixtures/more_files.zip
186
- - spec/fixtures/stuff/app.dSYM/Contents/Resources/DWARF/app
187
184
  - spec/fixtures/stuff/app2.dSYM/Contents/Resources/DWARF/app2
188
- - spec/send_build_to_bugsnag_spec.rb
189
- - spec/spec_helper.rb
185
+ - spec/fixtures/stuff/app.dSYM/Contents/Resources/DWARF/app
186
+ - spec/fixtures/invalid_file
187
+ - spec/fixtures/files.zip
188
+ - spec/fixtures/dSYMs/app2.dSYM/Contents/Resources/DWARF/app2
189
+ - spec/fixtures/dSYMs/app.dSYM/Contents/Resources/DWARF/app