fastlane-plugin-ciutils 0.2.1 → 0.2.2

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: 391de8fd98eca2f9a7a20909cf8bebcd236d9397
4
- data.tar.gz: 9c7216300bdb4019e642f626253ee10463265e90
3
+ metadata.gz: b87d234be7a4233c077f5640c27ae08d5b0c4b0a
4
+ data.tar.gz: c85ff4595f9ad9eb005761696f1a1389a58caaf1
5
5
  SHA512:
6
- metadata.gz: 610f9211ffe0be990b2021f2964c9667265a6d08fbcec60f6a8b6921c0b24634554e7a040382d8326b81beda162fdb3320afa29ac9904d43944c75aa99b5e80f
7
- data.tar.gz: c7b230623ae24482688346109b6eb212b23ad9abf75cce3e0dcfa34da0b056fc56306b3eb62eeca05f946a5f91631a111a7c2bab345f2995d1b3c0b560f4af0c
6
+ metadata.gz: 1917a0c357901745b9874977592d65399c9e1b328f218a62276ec354e2b89793d4d46f1e9eb715c7aa8f672d5c512666891dffa65122323c405be3dcd904d12c
7
+ data.tar.gz: 4803dc594f8d9b8242ee7f84c137e8f2fb2c69039b2547399e19784456a4f30bd80de6a549b567af63968e950394d102cbad378ca710e50c15c6b81b30731c23
data/README.md CHANGED
@@ -1,6 +1,7 @@
1
1
  # ciutils plugin
2
2
 
3
3
  [![fastlane Plugin Badge](https://rawcdn.githack.com/fastlane/fastlane/master/fastlane/assets/plugin-badge.svg)](https://rubygems.org/gems/fastlane-plugin-ciutils)
4
+ [![Build Status](https://img.shields.io/circleci/project/xfreebird/fastlane-plugin-ciutils/master.svg?style=flat)](https://circleci.com/gh/xfreebird/fastlane-plugin-ciutils)
4
5
 
5
6
  ## Getting Started
6
7
 
@@ -32,6 +32,8 @@ module Fastlane
32
32
  return
33
33
  end
34
34
 
35
+ cert_path = "../#{cert_path}"
36
+
35
37
  other_action.import_certificate(
36
38
  keychain_name: current_keychain_name,
37
39
  keychain_password: keychain_password,
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module Ciutils
3
- VERSION = "0.2.1"
3
+ VERSION = "0.2.2"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fastlane-plugin-ciutils
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nicolae Ghimbovschi
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-08-05 00:00:00.000000000 Z
11
+ date: 2018-08-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: slather
@@ -191,7 +191,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
191
191
  version: '0'
192
192
  requirements: []
193
193
  rubyforge_project:
194
- rubygems_version: 2.6.8
194
+ rubygems_version: 2.5.1
195
195
  signing_key:
196
196
  specification_version: 4
197
197
  summary: Various utilities for iOS CI