fastlane-plugin-sentry 1.2.6 → 1.2.7

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
  SHA1:
3
- metadata.gz: af49c66cfc8efdf4ae25c334f362f76c4596d34a
4
- data.tar.gz: 3ac7e68fbf6e51ee1db654205fad6712dbd17cf4
3
+ metadata.gz: 4971909d462db121f8e97209e961192768e6db78
4
+ data.tar.gz: 9631ee49dde183ed2ec746d6a90feb0493272d3b
5
5
  SHA512:
6
- metadata.gz: a83d0ebca78f478f2d835a060f0eb4fcd4a04dcc4a70b21dc921fa3ba464eb24679310474778ddf3a9db293d40d85da5af263051acf208ba1334f715ab24135b
7
- data.tar.gz: c5450415b2c29193b7a5a63f61d52501e581e1653dbf53733f6dc096aae8e91df7b68de1dae5aa770f183569d7df75cdbc8421180d91b2f2845bfb7bd7a4f722
6
+ metadata.gz: c72d8b35b0216c33a4157d1758b5abdd803502d508c53aa1db8ff3811b86d1052516e1f42b79044f2a15c2ded56403a218f47880d3a2b15729d98b8626bf1d0b
7
+ data.tar.gz: 33b80de4de0276b8da1642e4f80da9262d256c7f519c013f1a33677bb9492847d20f2f4ec965fb656aa1005fbcaebcdcd6f984bb2d8958d52729984db5fd7889
@@ -49,9 +49,8 @@ module Fastlane
49
49
  FastlaneCore::ConfigItem.new(key: :app_identifier,
50
50
  short_option: "-a",
51
51
  env_name: "SENTRY_APP_IDENTIFIER",
52
- description: "App Bundle Identifier",
53
- optional: true,
54
- default_value: CredentialsManager::AppfileConfig.try_fetch_value(:app_identifier))
52
+ description: "App Bundle Identifier, prepended to version",
53
+ optional: true)
55
54
 
56
55
  ]
57
56
  end
@@ -43,9 +43,8 @@ module Fastlane
43
43
  FastlaneCore::ConfigItem.new(key: :app_identifier,
44
44
  short_option: "-a",
45
45
  env_name: "SENTRY_APP_IDENTIFIER",
46
- description: "App Bundle Identifier",
47
- optional: true,
48
- default_value: CredentialsManager::AppfileConfig.try_fetch_value(:app_identifier))
46
+ description: "App Bundle Identifier, prepended to version",
47
+ optional: true)
49
48
 
50
49
  ]
51
50
  end
@@ -59,9 +59,8 @@ module Fastlane
59
59
  FastlaneCore::ConfigItem.new(key: :app_identifier,
60
60
  short_option: "-a",
61
61
  env_name: "SENTRY_APP_IDENTIFIER",
62
- description: "App Bundle Identifier",
63
- optional: true,
64
- default_value: CredentialsManager::AppfileConfig.try_fetch_value(:app_identifier))
62
+ description: "App Bundle Identifier, prepended to version",
63
+ optional: true)
65
64
  ]
66
65
  end
67
66
 
@@ -80,9 +80,8 @@ module Fastlane
80
80
  FastlaneCore::ConfigItem.new(key: :app_identifier,
81
81
  short_option: "-a",
82
82
  env_name: "SENTRY_APP_IDENTIFIER",
83
- description: "App Bundle Identifier",
84
- optional: true,
85
- default_value: CredentialsManager::AppfileConfig.try_fetch_value(:app_identifier))
83
+ description: "App Bundle Identifier, prepended to version",
84
+ optional: true)
86
85
 
87
86
  ]
88
87
  end
@@ -1,6 +1,6 @@
1
1
  module Fastlane
2
2
  module Sentry
3
- VERSION = "1.2.6"
3
+ VERSION = "1.2.7"
4
4
  CLI_VERSION = "1.9.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.2.6
4
+ version: 1.2.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sentry
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-05-19 00:00:00.000000000 Z
11
+ date: 2017-05-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: pry