fastlane-plugin-sentry 1.4.0 → 1.4.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: e0fa6a923f8c0141f35c7df0fd5bddb3539fb3c2
4
- data.tar.gz: cb7a0cd082742ac332a0b385a4555c596c654c96
3
+ metadata.gz: '06911d0bda091746e4d3bade971e07af60834d3d'
4
+ data.tar.gz: a1f76d7091c4c2643a95566b721d3371644f494c
5
5
  SHA512:
6
- metadata.gz: dae103b4a6585128f34ca2941dd9132292dc6fb8fab8b6e40e5108d0289e02b8d367d82d8b92c88bbb24f3de781b74e83c950fc679355d1a5e649852f0ec17ab
7
- data.tar.gz: defb5e5d6d1628848c87b49d16a8e887b054d2627a4088e102592f9365f712b7739089c290cbe67d245f1d7f0ab674184c181fbc6b4637025db6f7b04919760a
6
+ metadata.gz: 1564c04efe1b966ee9a839a594d58ed7742f218fe17946c49a70c060100e187ea83d540e811002c64aaed73ff7e4998c4b38ba6990bda517b3a2f48d79ba9418
7
+ data.tar.gz: 491d8f2f4709b00788200417bf0ad8a9232bc55bd335b698448e069b208bab9ca004abf2392247acfa0d0fb0c6d656549ef58f7b19ed31bda9e4b2b1c6f85438
data/README.md CHANGED
@@ -3,7 +3,7 @@
3
3
  <img src="https://sentry-brand.storage.googleapis.com/sentry-logo-black.png" width="280">
4
4
  </a>
5
5
  <br/>
6
- <h1>Offical fastlane plugin for Sentry</h1>
6
+ <h1>Sentry Fastlane Plugin</h1>
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)
@@ -1,6 +1,6 @@
1
1
  module Fastlane
2
2
  module Sentry
3
- VERSION = "1.4.0"
3
+ VERSION = "1.4.1"
4
4
  CLI_VERSION = "1.19.1"
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.4.0
4
+ version: 1.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sentry
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-09-12 00:00:00.000000000 Z
11
+ date: 2017-12-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: pry
@@ -97,7 +97,7 @@ files:
97
97
  - lib/fastlane/plugin/sentry/helper/sentry_config.rb
98
98
  - lib/fastlane/plugin/sentry/helper/sentry_helper.rb
99
99
  - lib/fastlane/plugin/sentry/version.rb
100
- homepage: https://github.com/getsentry/sentry-fastlane
100
+ homepage: https://github.com/getsentry/sentry-fastlane-plugin
101
101
  licenses:
102
102
  - MIT
103
103
  metadata: {}