localize_string_filter 0.1.2 → 0.1.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ce55be1c0090041978f21c4755d7b5224be71ed614daa80d154478cfd553c5f3
4
- data.tar.gz: cd81d8809c70e9ef470eb43cd22b46d68e4446a2035a24a5dfff64729407f113
3
+ metadata.gz: fc52ec83c0948db9aa635859ac3b079cc2c48a814ddca059fb0d426e9481c1fd
4
+ data.tar.gz: e7d68d03a8994374de76d41bb5e36ee50c4764a73664f4b7d34d9f0bd2fff8f8
5
5
  SHA512:
6
- metadata.gz: 58970a7d3166ec1724777a8809c382feb8eeb11eac8dd0c805fc616194c4bbcecdb104ac16e44697ba0f8bad9ee4674396fda77a332b505fe23744bacf397900
7
- data.tar.gz: d35fd0de53a4d5a8943bc3fe6b9702eb64646a327ed5deed738666bbc2cb587f77ef5ed63a0fad52fda5fe8c3a1759294312863a461fa2eebbafa91edfc785c0
6
+ metadata.gz: ecd360b2d5f2c7cef7fa8a4252c02fc29e52d8b924d9e11442db548b27da3137fdc6faefe3bf7d72d8ad83a2f7d5d849f482fd8c388935657b6a046113c84ef0
7
+ data.tar.gz: d412974dd7c19a0d2fbad05dda8bd0a51d6723294737a27afc31042aa24ad0fcc445692498f15a08d8fae7d7648211a1299f47d16375e94e69a5a8441ddc6ee3
@@ -9,7 +9,7 @@ def traverse_swift_files(file_path, swift_files)
9
9
  end
10
10
  end
11
11
  else
12
- if (file_path.end_with? ".storyboard") || (file_path.end_with? ".swift") || (file_path.end_with? ".m") || (file_path.end_with? ".h")
12
+ if (file_path.end_with? ".storyboard") || (file_path.end_with? ".swift") || (file_path.end_with? ".m") || (file_path.end_with? ".h") || (file_path.end_with? ".xib")
13
13
  swift_files << file_path
14
14
  # puts "File:#{File.basename(file_path)}, Size:#{File.size(file_path)}"
15
15
  end
@@ -1,3 +1,3 @@
1
1
  module LocalizeStringFilter
2
- VERSION = "0.1.2"
2
+ VERSION = "0.1.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: localize_string_filter
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - HongliYu