fastlane-plugin-google_sheet_localize 0.3.0 → 0.3.01

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: 7226e41700dadff517f0fbb7d0963ee8ee5bf72f27f5c44b983b4bf9d537e058
4
- data.tar.gz: 9585d8c9e5ddc5c6ee25687f979a9505b93bd9f0eeb5a44e99823e628ad6f96a
3
+ metadata.gz: 0bbdcdc2aee2cfbde8fd2d71b3fb6434b4ab89f3d4f06874f1ec4280b7552d0a
4
+ data.tar.gz: d1694eb3e8c6e9ddba4665695fbbff4258a558876d960e61669a9801bca32bea
5
5
  SHA512:
6
- metadata.gz: 32085198f4d2c22cd773f62c65fa11eb9e1cbe3fedbabdfb1925f798b47610eec039e9b6b7268e632e7a21ae0bba82ea7bc1f425927c084ab3c5cbfac24058d2
7
- data.tar.gz: 38cf66f5caf4123ad4dfccc74049929cf2baed2f1f805c394094348ba3a7a5401b808cbe0a55ee2a6539ab2dc306e2dffdec1880e745831e7463cc04983a28cb
6
+ metadata.gz: 2d1a589112adbc403954849f5eba06639be29c20a09220ca8e48c9119cecc251edd4fd25c9c104b7a6c3e6fd642113d0d56208bb8b6af7f3a724dc3b6d7573e5
7
+ data.tar.gz: 97235ca2f9ba9702be9fac0b591898de2fbab1194e7cf76f8313e13c5e9c4428121a3721970225e753ec18933d3729ce785a3e497268fec4daf9a3d612689981
@@ -461,7 +461,7 @@ module Fastlane
461
461
  if destinationPath.include?(".bundle")
462
462
 
463
463
  bundle = %Q(let bundleUrl = Bundle(for: LocalizationHelper.self).url(forResource: "#{destinationPath.split('/').last.gsub(".bundle", "")}", withExtension: "bundle")
464
- \n\t\tlet bundle = Bundle(url: bundleUrl!))
464
+ \n\t\tlet bundle = Bundle(url: bundleUrl!)!)
465
465
  end
466
466
 
467
467
  return %Q(
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module GoogleSheetLocalize
3
- VERSION = "0.3.0"
3
+ VERSION = "0.3.01"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fastlane-plugin-google_sheet_localize
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.3.01
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mario Hahn