fastlane-craft 1.2.6 → 1.2.7

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: 1216e7d0b50f97ec058d9aa832105008d1699c1da9c165f8448c77e1d4c5caf0
4
- data.tar.gz: 431a60e6656082fc6242d3af38fdb66d49f5c32b19cdeffea650d44ed05ca03f
3
+ metadata.gz: 935d4bc6b8077891fa5cd90feea42cc66f45c65e1128b0a8112f3fa5680c4bf6
4
+ data.tar.gz: 00bb41ce3de0aef7c0e0258aa4eaacbba3432a87cd9e9a207680390646a2ebf7
5
5
  SHA512:
6
- metadata.gz: 3c856abd6bdca5679d355524334cc44373112ee4af050ba2709a12e395f9b8af9df0c76669f5c650716a197812661d9b8f5fd8c6a7db5d771d2af18c531a83c1
7
- data.tar.gz: f7101aa4b85eb07dc278f659a32a254a083f4c861d9aef0827b88c9768360b1d5a2705d6645d88903aee3759d5d35670f44b0336d0cbec1b7120d9b638b97451
6
+ metadata.gz: daead6929612ace6ef3c9f399cebab0af35bc68391f4d1b487cbd37fb64ed2510a60170e6c362b6f782291afe8c78c63b093b8abb252957d8b04e96e1d947f9a
7
+ data.tar.gz: 1d91977f5e487c1958891bbf11fc25052c1869f2bbd3fff47f0713e2145079077193834e7cd0f5374f1ae078c1957f94b878113984b71654ab0c949a5419974c
@@ -5,8 +5,8 @@ module FastlaneCraft
5
5
  include Gem
6
6
 
7
7
  def initialize(info_plist, extra_info_plists = [])
8
- raise 'Invalid Info Plist Path' if info_plist.empty?
9
- raise TypeError unless info_plist.is_a? String
8
+ raise 'Invalid Info Plist Path' unless File.file?(info_plist)
9
+ raise 'Invalid Extra Info Plists Paths' unless extra_info_plists.all? { |p| File.file?(p) }
10
10
  @info_plist = info_plist
11
11
  @extra_info_plists = extra_info_plists
12
12
  end
@@ -1,3 +1,3 @@
1
1
  module FastlaneCraft
2
- VERSION = '1.2.6'.freeze
2
+ VERSION = '1.2.7'.freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fastlane-craft
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.6
4
+ version: 1.2.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - sroik