fastlane-plugin-sentry 1.7.0 → 1.8.0

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: b3d2ba266ef763533fbb5f24ae84132303539fa3e2eb17e764890dafc72eaed2
4
- data.tar.gz: 4196d95ad6ddabe9e9cf29a56987b2fbdd81c8c7b277f98d0538c4c60916b44b
3
+ metadata.gz: 5d6c28c2c5ad8f33945d200ab4cce4089543662757bf22089323023e96d99e6d
4
+ data.tar.gz: cb0d41cb46003d1fb39c75970fbfe11ff9108b29d078dcec60e098701dd99a9a
5
5
  SHA512:
6
- metadata.gz: 1f39b7a290a091f9337b95ae9010fa28bedd2088659a2d204c81b54a0f1f8e68e100f4be52a8bb27f29ac36fb2dc543162f6107b91fb3d720a1419ad279bc2f1
7
- data.tar.gz: 853e766892bdacc0b174cbf39a0f5f018a2a79deeaa9cc95c0aa0b88fd20345cf379ccccf776662bb0dcc9c196c17c8abae4caaf9f77e52200b9595659fb4c75
6
+ metadata.gz: d715084f7602660784607c263980edba5354486eeb9354d08b79a6474c3b916d1f6c8dab65d52722697d2e7ce138497f8c9596b9c3bbaa354f0234c10e97fa23
7
+ data.tar.gz: 58ccb5a13eead6296aa50620a6c55fb8c19ff3ba86f991b3677cba4e6b809df38fce198279f99367aedcb4694f553b9a4fb8abbf663dd103bc60b04d8f5e7989
data/README.md CHANGED
@@ -7,7 +7,7 @@
7
7
  </p>
8
8
 
9
9
  [![fastlane Plugin Badge](https://rawcdn.githack.com/fastlane/fastlane/master/fastlane/assets/plugin-badge.svg)](https://rubygems.org/gems/fastlane-plugin-sentry)
10
- [![Build Status](https://img.shields.io/travis/getsentry/fastlane-plugin-sentry/master.svg?style=flat)](https://travis-ci.org/getsentry/fastlane-plugin-sentry)
10
+ [![Tests](https://img.shields.io/github/workflow/status/getsentry/sentry-fastlane/test?label=Tests)](https://github.com/getsentry/sentry-fastlane/actions?query=workflow%3A"test")
11
11
  [![Gem Version](https://badge.fury.io/rb/fastlane-plugin-sentry.svg)](https://badge.fury.io/rb/fastlane-plugin-sentry)
12
12
 
13
13
  ## Getting Started
@@ -8,7 +8,7 @@ module Fastlane
8
8
  Helper::SentryConfig.parse_api_params(params)
9
9
 
10
10
  version = params[:version]
11
- version = "#{params[:app_identifier]}-#{params[:version]}" if params[:app_identifier]
11
+ version = "#{params[:app_identifier]}@#{params[:version]}" if params[:app_identifier]
12
12
 
13
13
  command = [
14
14
  "sentry-cli",
@@ -8,7 +8,7 @@ module Fastlane
8
8
  Helper::SentryConfig.parse_api_params(params)
9
9
 
10
10
  version = params[:version]
11
- version = "#{params[:app_identifier]}-#{params[:version]}" if params[:app_identifier]
11
+ version = "#{params[:app_identifier]}@#{params[:version]}" if params[:app_identifier]
12
12
 
13
13
  command = [
14
14
  "sentry-cli",
@@ -8,7 +8,7 @@ module Fastlane
8
8
  Helper::SentryConfig.parse_api_params(params)
9
9
 
10
10
  version = params[:version]
11
- version = "#{params[:app_identifier]}-#{params[:version]}" if params[:app_identifier]
11
+ version = "#{params[:app_identifier]}@#{params[:version]}" if params[:app_identifier]
12
12
 
13
13
  command = [
14
14
  "sentry-cli",
@@ -10,7 +10,7 @@ module Fastlane
10
10
  file = params[:file]
11
11
 
12
12
  version = params[:version]
13
- version = "#{params[:app_identifier]}-#{params[:version]}" if params[:app_identifier]
13
+ version = "#{params[:app_identifier]}@#{params[:version]}" if params[:app_identifier]
14
14
 
15
15
  command = [
16
16
  "sentry-cli",
@@ -10,13 +10,13 @@ module Fastlane
10
10
  version = params[:version]
11
11
  sourcemap = params[:sourcemap]
12
12
 
13
- version = "#{params[:app_identifier]}-#{params[:version]}" if params[:app_identifier]
13
+ version = "#{params[:app_identifier]}@#{params[:version]}" if params[:app_identifier]
14
14
 
15
15
  command = [
16
16
  "sentry-cli",
17
17
  "releases",
18
18
  "files",
19
- Shellwords.escape(version),
19
+ version,
20
20
  "upload-sourcemaps",
21
21
  sourcemap.to_s
22
22
  ]
@@ -1,6 +1,6 @@
1
1
  module Fastlane
2
2
  module Sentry
3
- VERSION = "1.7.0"
3
+ VERSION = "1.8.0"
4
4
  CLI_VERSION = "1.58.0"
5
5
  end
6
6
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fastlane-plugin-sentry
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.7.0
4
+ version: 1.8.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sentry
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-10-30 00:00:00.000000000 Z
11
+ date: 2021-01-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: pry