fastlane-plugin-latest_hockey_build_number 0.1.0 → 0.1.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
  SHA1:
3
- metadata.gz: 5854bf6b56e3d6586ae73ddc659097191ca446d9
4
- data.tar.gz: f3ea2f14115138baf16418ae8fce48d4c3ff0169
3
+ metadata.gz: 19fddfa8c10b4fe8d084b0d74dc687a18ac3ce5b
4
+ data.tar.gz: e03cd11b5c79737ac5176ef9b7f6cd22b7f4cf85
5
5
  SHA512:
6
- metadata.gz: da4e68da71cf9ab1dd8a9c87a98af2f4dd807b4ba8360ab0508cae01e3813343abe2a5b505158a06212be816703b147fe6d800750788d64cafd571b2af4ddcf3
7
- data.tar.gz: d3a425aa7204b4f7cb612653e7e48527dccfe8628d42b9cf554a7f85f4fd02761e98664b29882841908c90d23ce6514f7ebafd0993d40ba3afd132f22e667e69
6
+ metadata.gz: a7320ba3c8c5da978c98eb5d845eb0cdec1fdeb7f5dff571cce53c027d15c6dd1b0e49a52d04326569484367567332991e9007c49fe13ef28ce54e6a6a246be4
7
+ data.tar.gz: 6decd4feb56ed7e9fc0b0050975122493d132478b1f36e6736f7ea13ae1c0e9673b4ee5ba911d1ced82e114b5e50c1386c09167d6e6f67c219add258e6b9b3bb
@@ -56,6 +56,7 @@ module Fastlane
56
56
  FastlaneCore::ConfigItem.new(key: :bundle_id,
57
57
  env_name: "FL_HOCKEY_BUNDLE_ID",
58
58
  description: "Bundle ID of the application",
59
+ default_value: CredentialsManager::AppfileConfig.try_fetch_value(:app_identifier),
59
60
  verify_block: proc do |value|
60
61
  UI.user_error!("No bundle ID for Hockey given, pass using `bundle_id: 'bundle id'`") unless value and !value.empty?
61
62
  end),
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module LatestHockeyBuildNumber
3
- VERSION = "0.1.0"
3
+ VERSION = "0.1.1"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fastlane-plugin-latest_hockey_build_number
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sergii Stotskyi
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2016-10-17 00:00:00.000000000 Z
12
+ date: 2017-07-06 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: pry
@@ -129,7 +129,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
129
129
  version: '0'
130
130
  requirements: []
131
131
  rubyforge_project:
132
- rubygems_version: 2.5.1
132
+ rubygems_version: 2.6.12
133
133
  signing_key:
134
134
  specification_version: 4
135
135
  summary: Gets latest version number of the app with the bundle id from HockeyApp