fastlane-plugin-uninow_sentry 2.0.5 → 2.0.6

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
  SHA256:
3
- metadata.gz: 4281fb1833018327742aea6ad5d092659a78fde695515dc15050f81fa1546cd1
4
- data.tar.gz: b30a4e76ce4d52a1357aca59f4eebb0b156adf4bc829d216bda273ab923fdb9d
3
+ metadata.gz: bb51d2f7dc75f64cfdca83f9b2f9c3c6bc01beb90ca98778f7addeff5198147e
4
+ data.tar.gz: 511863c1a371ceba3fd41f381442c8567c532bb1b9a1aa0923044228f1d5705e
5
5
  SHA512:
6
- metadata.gz: 44dd197b58178d8ec3f139e56260baa3a2ccd1b1aa997d010a75fd574686de54b5b349fc48e8296740dda7dd4a5ed0e06e5d1958d3b3058589e456349b7967c9
7
- data.tar.gz: df2174dc938f7eda5d1060be44edf2e89c2ef2921218812852e6139c17a4b7603d1faf04b9eef898fca968e947228069a1795d638f5f4acc710b2f3dd17f9a60
6
+ metadata.gz: e94fa3dc5c54a157e0d27c0d0a8400d6a40e765338ac746f4961a418192db9e2dc3747ee2a67e4acc857d8beda33667905a6b60642a0f6e15751a69391712050
7
+ data.tar.gz: 59cd0698e00869bc8d7658a28e23fecaaec7bdd940aadbbb27ea6b1e40a66316ad44b30ee3de885d5adc6711cb087de678227341c3b7e1853704e99de310c2aa
@@ -1,6 +1,6 @@
1
1
  module Fastlane
2
2
  module Actions
3
- class SentryCreateReleaseAction < Action
3
+ class UninowSentryCreateReleaseAction < Action
4
4
  def self.run(params)
5
5
  require 'shellwords'
6
6
 
@@ -1,6 +1,6 @@
1
1
  module Fastlane
2
2
  module Actions
3
- class SentryFinalizeReleaseAction < Action
3
+ class UninowSentryFinalizeReleaseAction < Action
4
4
  def self.run(params)
5
5
  require 'shellwords'
6
6
 
@@ -1,6 +1,6 @@
1
1
  module Fastlane
2
2
  module Actions
3
- class SentrySetCommitsAction < Action
3
+ class UninowSentrySetCommitsAction < Action
4
4
  def self.run(params)
5
5
  require 'shellwords'
6
6
 
@@ -1,6 +1,6 @@
1
1
  module Fastlane
2
2
  module Actions
3
- class SentryUploadDsymAction < Action
3
+ class UninowSentryUploadDsymAction < Action
4
4
  def self.run(params)
5
5
  Helper::UninowSentryHelper.check_sentry_cli!
6
6
  Helper::UninowSentryConfig.parse_api_params(params)
@@ -1,6 +1,6 @@
1
1
  module Fastlane
2
2
  module Actions
3
- class SentryUploadFileAction < Action
3
+ class UninowSentryUploadFileAction < Action
4
4
  def self.run(params)
5
5
  require 'shellwords'
6
6
 
@@ -1,6 +1,6 @@
1
1
  module Fastlane
2
2
  module Actions
3
- class SentryUploadProguardAction < Action
3
+ class UninowSentryUploadProguardAction < Action
4
4
  def self.run(params)
5
5
  Helper::UninowSentryHelper.check_sentry_cli!
6
6
  Helper::UninowSentryConfig.parse_api_params(params)
@@ -1,6 +1,6 @@
1
1
  module Fastlane
2
2
  module Actions
3
- class SentryUploadSourcemapAction < Action
3
+ class UninowSentryUploadSourcemapAction < Action
4
4
  def self.run(params)
5
5
  require 'shellwords'
6
6
 
@@ -1,6 +1,6 @@
1
1
  module Fastlane
2
2
  module UninowSentry
3
- VERSION = "2.0.5"
3
+ VERSION = "2.0.6"
4
4
  CLI_VERSION = "1.48.0"
5
5
  end
6
6
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fastlane-plugin-uninow_sentry
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.5
4
+ version: 2.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tom Krusch
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-03-29 00:00:00.000000000 Z
11
+ date: 2020-03-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: pry