fastlane 2.121.0.beta.20190417200018 → 2.121.0.beta.20190418200030

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: 8753ed98b3063d3d37588b11af584e2f57829cc1
4
- data.tar.gz: a3feb4b9f29dc484afff1c6309bac68a1f3a06fa
3
+ metadata.gz: d5921bda2deb026e45486f304d713b971c53d5f1
4
+ data.tar.gz: 326352516919d952d0bb569d12f5b59a7e5af4eb
5
5
  SHA512:
6
- metadata.gz: 7f737a10a7d5855cfaa40ae196cad8fcb132af664af7cc022fce43c999d5ed7847db4e7847c2510fe6090c6ea8f0f2e3b7997b9d3c621d5998cde2d6a8935684
7
- data.tar.gz: 1f3b82b628c58986565d4651b809584d4e1ac62d9838b5b76497db43e3148574a68488c20cea6a10152fa490e123c2f5e5debe5828d3ed2866546f9cd8860842
6
+ metadata.gz: e0dff05c7cb386c762725559fc13f8692497754a87964b61af02849c431877aaa485ac668902a850556c40dea2ba319bfb2286bbd0172489cd5f824974f6c757
7
+ data.tar.gz: 7cff8a299efbce1eea540fdd09fa2f2b0c8b422e5c01375d98ba232d62e72df5b8873c3bee0d8585c9f291c93b34cf1965a996d2e3eb6bc66dee3842a7ae248c
data/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  The MIT License (MIT)
2
2
 
3
- Copyright (c) 2015-present the fastlane authors
3
+ Copyright (c) 2015-2019 The Fastlane Authors
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
@@ -15,7 +15,9 @@ module Fastlane
15
15
  # We want the last 7000 characters, instead of the first 7000, as the error is at the bottom
16
16
  start_index = [message.length - 7000, 0].max
17
17
  message = message[start_index..-1]
18
- message
18
+ # We want line breaks to be shown on slack output so we replace
19
+ # input non-interpreted line break with interpreted line break
20
+ message.gsub('\n', "\n")
19
21
  end
20
22
 
21
23
  def self.run(options)
@@ -24,6 +26,8 @@ module Fastlane
24
26
  options[:message] = self.trim_message(options[:message].to_s || '')
25
27
  options[:message] = Slack::Notifier::Util::LinkFormatter.format(options[:message])
26
28
 
29
+ options[:pretext] = options[:pretext].gsub('\n', "\n") unless options[:pretext].nil?
30
+
27
31
  if options[:channel].to_s.length > 0
28
32
  channel = options[:channel]
29
33
  channel = ('#' + options[:channel]) unless ['#', '@'].include?(channel[0]) # send message to channel by default
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
- VERSION = '2.121.0.beta.20190417200018'.freeze
2
+ VERSION = '2.121.0.beta.20190418200030'.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.121.0.beta.20190417200018
4
+ version: 2.121.0.beta.20190418200030
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kohki Miki
@@ -27,7 +27,7 @@ authors:
27
27
  autorequire:
28
28
  bindir: bin
29
29
  cert_chain: []
30
- date: 2019-04-17 00:00:00.000000000 Z
30
+ date: 2019-04-18 00:00:00.000000000 Z
31
31
  dependencies:
32
32
  - !ruby/object:Gem::Dependency
33
33
  name: slack-notifier
@@ -1688,24 +1688,24 @@ metadata:
1688
1688
  post_install_message:
1689
1689
  rdoc_options: []
1690
1690
  require_paths:
1691
+ - spaceship/lib
1692
+ - snapshot/lib
1693
+ - fastlane/lib
1694
+ - credentials_manager/lib
1691
1695
  - frameit/lib
1692
- - fastlane_core/lib
1693
- - screengrab/lib
1696
+ - supply/lib
1697
+ - produce/lib
1698
+ - pem/lib
1694
1699
  - cert/lib
1695
1700
  - deliver/lib
1701
+ - screengrab/lib
1702
+ - pilot/lib
1696
1703
  - sigh/lib
1697
- - match/lib
1698
1704
  - precheck/lib
1699
- - spaceship/lib
1700
- - pem/lib
1701
1705
  - gym/lib
1702
- - supply/lib
1703
- - fastlane/lib
1704
- - credentials_manager/lib
1706
+ - match/lib
1707
+ - fastlane_core/lib
1705
1708
  - scan/lib
1706
- - pilot/lib
1707
- - produce/lib
1708
- - snapshot/lib
1709
1709
  required_ruby_version: !ruby/object:Gem::Requirement
1710
1710
  requirements:
1711
1711
  - - ">="