fastlane-plugin-settings_bundle 1.3.0 → 1.3.1

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
  SHA256:
3
- metadata.gz: 894d54cea6624d141891ed6cfe3d75262bbf3a98ab320c394fa90fb800452eec
4
- data.tar.gz: b51715a677193a4845c373b37560988592d1f3ae34c8752867ebc0e7d3b23499
3
+ metadata.gz: 3b84e17e4f5ab894027c716c3dcea9cac114ea64ff4c3a998593e789651289d4
4
+ data.tar.gz: e01017b6b43cca0dc3f39821b3011dd64182734134c4af3bb484cde592059473
5
5
  SHA512:
6
- metadata.gz: 326ade281fc1d28150282a573801a00f121c534f49c5353a0a0f6b40e2592fc6c3e86bc5fd36e7a1b698f4b3600b56a77072fe610d0634d93b3f5cd0f13af43c
7
- data.tar.gz: 0d9e18830364d9d9ff5698b951b27dd0b7300050e8f1c2410f6491ba2ab0d4bf8177c8d00d42346589e1e075ccfc268ef0a53556c7f200b6c66a49f6cbc2b224
6
+ metadata.gz: 0b04e55a8011c7b1e80e103655aca197a7172c901ce4078705f2beedd42d2d380b49557c45ff54e1b721464cdc2fec1a555e6a797298748415d20ce6fd307174
7
+ data.tar.gz: 58ac39dccc680b45b271da2b33bce74604bd1d981cd66c1b3e42fe41a78e959eda8384174afc078bb4945326bd336c45971cf81f0e9bafabebc2fadbcf804f98
data/README.md CHANGED
@@ -124,9 +124,9 @@ update_settings_bundle(
124
124
 
125
125
  ### Use with commit_version_bump
126
126
 
127
- As of version 1.3.0 (which requires Fastlane 2.64.0), it is no longer necessary
127
+ As of version 1.3.0, it is no longer necessary
128
128
  to pass a `settings` parameter to the built-in `commit_version_bump` action
129
- when using `update_settings_bundle`.
129
+ when using `update_settings_bundle` if you are using Fastlane >= 2.64.0.
130
130
 
131
131
  ```ruby
132
132
  increment_build_number
@@ -126,7 +126,7 @@ module Fastlane
126
126
  # Save (raises)
127
127
  Plist::Emit.save_plist settings_plist, plist_path
128
128
 
129
- Actions.add_modified_files [plist_path]
129
+ Actions.add_modified_files [plist_path] if Actions.respond_to? :add_modified_files
130
130
  end
131
131
 
132
132
  def xcodeproj_path_from_params(params)
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module SettingsBundle
3
- VERSION = "1.3.0"
3
+ VERSION = "1.3.1"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fastlane-plugin-settings_bundle
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.0
4
+ version: 1.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jimmy Dee
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-11-06 00:00:00.000000000 Z
11
+ date: 2017-11-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: plist