fastlane 2.81.0.beta.20180202010003 → 2.81.0.beta.20180203010003

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: cd9dc4c5a20d9773969100d61fc2dcee5f5f8d1c
4
- data.tar.gz: 3ed4e9b6475db6489e15c6b25c27a5dbecacbf11
3
+ metadata.gz: 38759549bef386b79d793e920020614a5a002e3f
4
+ data.tar.gz: 5498a0dda582b5bf3257a4924c45edb0f3370006
5
5
  SHA512:
6
- metadata.gz: 7698ca2a3e077e7c8aaddad0cde378e1cf8d78a9b26ca6ea0754feb48bf5bb572cef4584c951d51b33de3089a04fb7b585f57b9df81ffed63dc299fbe9cd3ffa
7
- data.tar.gz: f8ab42988f3685ff22ad01e1ff89b615c37e09d121271c2ce32a371e2be93426f0103aa3ae474b1f2d368294d49820ad592c98da4f315304141f815e19a1c613
6
+ metadata.gz: d47366970725b17066b5c3bf4769da964a2cf4f3bf70d5675e7fbe7affbf9890f834084de066da5a4556701ccee95ab686a147972f238ba1876b1fe5acd05bcf
7
+ data.tar.gz: 46ccc04136a8b8e405dd94f8162f7e4b5d459043cb17c5a60cf4a51ee78a3bf78f6109944dcf06169b7f88516160db5822564b24048952ae4e38435da6b3a5a5
@@ -22,7 +22,7 @@ module Fastlane
22
22
  unless File.exist?(params[:certificate])
23
23
  UI.message("Downloading root certificate from (#{ROOT_CERTIFICATE_URL}) to path '#{params[:certificate]}'")
24
24
  require 'open-uri'
25
- File.open(params[:certificate], "w") do |file|
25
+ File.open(params[:certificate], "w:ASCII-8BIT") do |file|
26
26
  file.write(open(ROOT_CERTIFICATE_URL, "rb").read)
27
27
  end
28
28
  end
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
- VERSION = '2.81.0.beta.20180202010003'.freeze
2
+ VERSION = '2.81.0.beta.20180203010003'.freeze
3
3
  DESCRIPTION = "The easiest way to automate beta deployments and releases for your iOS and Android apps".freeze
4
4
  MINIMUM_XCODE_RELEASE = "7.0".freeze
5
5
  RUBOCOP_REQUIREMENT = '0.49.1'.freeze
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fastlane
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.81.0.beta.20180202010003
4
+ version: 2.81.0.beta.20180203010003
5
5
  platform: ruby
6
6
  authors:
7
7
  - Fumiya Nakamura
@@ -25,7 +25,7 @@ authors:
25
25
  autorequire:
26
26
  bindir: bin
27
27
  cert_chain: []
28
- date: 2018-02-02 00:00:00.000000000 Z
28
+ date: 2018-02-03 00:00:00.000000000 Z
29
29
  dependencies:
30
30
  - !ruby/object:Gem::Dependency
31
31
  name: slack-notifier