fastlane-plugin-settings_bundle 1.1.0 → 1.1.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
  SHA1:
3
- metadata.gz: 2aa666c2aa65309f87d1a08e58de02488322ce58
4
- data.tar.gz: 1531c25fbf01ac9d8b8225ce77f4a5aecabba97a
3
+ metadata.gz: d5aded674a659311979b8b13ff5c48f5bf8ef03d
4
+ data.tar.gz: 8431dec4540f60360adfd7d02396f1c726001f2b
5
5
  SHA512:
6
- metadata.gz: b3323b058b91c1af1574ffefd338c4357091ddc59088b6fd9a35cfd3ad2565913189a6fa595029a86eef9c39f034c3aeed75bb81d8e79359b20d44d0f3d4dd6f
7
- data.tar.gz: 0dbeba2dde57705a7dfba30aaf549bb89ca9a27e1687d552d5176a5cdaef9f639be56b1b367b41f65678b9c259e77eaf0f55c9b7d6e829614bebd3ac6df5b6ae
6
+ metadata.gz: 32a6e2e1dfd12a92027f42345809371144c790c03f9af8706f25f049cd2ac5eda4df3a96f617cb48b682c6310c7cbc3a86f83bc7aba297e9e74eb8f6a9caad07
7
+ data.tar.gz: eaeeceeaa4c7dcf7eb7788991fb3c2ad33038e0bab99ff5ac6e1d995a2666e804d77821a9d27c295f3fa5d44d8868d96c6f73022f3aef245fe175dd71ea38181
data/README.md CHANGED
@@ -1,7 +1,8 @@
1
1
  # settings_bundle plugin
2
2
 
3
- [![fastlane Plugin Badge](https://rawcdn.githack.com/fastlane/fastlane/master/fastlane/assets/plugin-badge.svg?style=flat)](https://rubygems.org/gems/fastlane-plugin-settings_bundle)
4
- [![Gem](https://img.shields.io/gem/v/fastlane-plugin-settings_bundle.svg)](https://rubygems.org/gems/fastlane-plugin-settings_bundle)
3
+ [![fastlane Plugin Badge](https://rawcdn.githack.com/fastlane/fastlane/master/fastlane/assets/plugin-badge.svg?style=flat-square)](https://rubygems.org/gems/fastlane-plugin-settings_bundle)
4
+ [![Gem](https://img.shields.io/gem/v/fastlane-plugin-settings_bundle.svg?style=flat)](https://rubygems.org/gems/fastlane-plugin-settings_bundle)
5
+ [![Downloads](https://img.shields.io/gem/dt/fastlane-plugin-settings_bundle.svg?style=flat)](https://rubygems.org/gems/fastlane-plugin-settings_bundle)
5
6
  [![License](https://img.shields.io/badge/license-MIT-green.svg?style=flat)](https://github.com/jdee/settings-bundle/blob/master/LICENSE)
6
7
  [![CircleCI](https://img.shields.io/circleci/project/github/jdee/settings-bundle.svg)](https://circleci.com/gh/jdee/settings-bundle)
7
8
 
@@ -91,7 +91,7 @@ module Fastlane
91
91
  optional: true,
92
92
  default_value: "Root.plist",
93
93
  type: String),
94
- FastlaneCore::ConfigItem.new(key: :file,
94
+ FastlaneCore::ConfigItem.new(key: :target,
95
95
  env_name: "SETTINGS_BUNDLE_TARGET",
96
96
  description: "An optional target name from the project",
97
97
  optional: true,
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module SettingsBundle
3
- VERSION = "1.1.0"
3
+ VERSION = "1.1.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.1.0
4
+ version: 1.1.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-04-20 00:00:00.000000000 Z
11
+ date: 2017-04-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: plist