fastlane-plugin-polidea 0.3.3 → 0.3.4

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: 95b6ec6915f7e20fb66c6cbcb48288ed4715a12e
4
- data.tar.gz: 1ea67ff6e838bce88ec0abc4e18abce77de4af73
3
+ metadata.gz: a72410c72e9e1865b76f62ab4763a2408f1a87d0
4
+ data.tar.gz: e85f32a6f8fc71702012350589e4ac88e8ca9a24
5
5
  SHA512:
6
- metadata.gz: 7086b97e1ac16d81b617f2110ff274632b95ff1689a2ef63a87bcf57d8d963a99fad1341e1ef6ed46015789a306f361aedd7d8a9ded505a794aa853ccc1c6d7b
7
- data.tar.gz: edd66fb6e46bf9af9f8c51d85bd5bc637dbf0a8457970387a7da07245e3d3a750945c6865098c664433ae99a0a22f9d503ab9d1f836203834762ea066ad041c4
6
+ metadata.gz: fc52fbd6eb50d2b4933df7c4561b2dd765a5a8bf208e90b9c40319976463f404c60135f217d9233a7f7651c8ed231f367499411bbc426e78ad6c85298ab31f23
7
+ data.tar.gz: 8ea90628b7ea5c9bddd10a20ddd5c12d5928753ea3d6e7541cbccdad4173a61368bcc688707b8305e6f36277f9bd686bf139e8fe460dfa800474f6bdb7f9b4de
@@ -1,5 +1,7 @@
1
1
  require 'ruby_apk'
2
2
 
3
+ Zip.warn_invalid_date = false
4
+
3
5
  module Fastlane
4
6
  module Actions
5
7
  module SharedValues
@@ -1,5 +1,7 @@
1
1
  require 'ruby_apk'
2
2
 
3
+ Zip.warn_invalid_date = false
4
+
3
5
  module Fastlane
4
6
  module Actions
5
7
  module SharedValues
@@ -1,5 +1,7 @@
1
1
  require 'ruby_apk'
2
2
 
3
+ Zip.warn_invalid_date = false
4
+
3
5
  module Fastlane
4
6
  module Actions
5
7
  module SharedValues
@@ -144,7 +144,7 @@ module Fastlane
144
144
  app_version: options[:app_version],
145
145
  build_number: options[:build_number],
146
146
  installation_link: options[:installation_link],
147
- release_notes: options[:release_notes].split("\n"),
147
+ release_notes: (options[:release_notes] || "").split("\n"),
148
148
  platform: Actions.lane_context[Actions::SharedValues::PLATFORM_NAME],
149
149
  release_date: DateTime.now.strftime('%b %d, %Y'),
150
150
  binary_size: (options[:binary_size] / 1024.0 / 1024.0).round(2).to_s
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module Polidea
3
- VERSION = "0.3.3"
3
+ VERSION = "0.3.4"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fastlane-plugin-polidea
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.3
4
+ version: 0.3.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Piotrek Dubiel
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-08-24 00:00:00.000000000 Z
11
+ date: 2016-08-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: plist