xcake 0.6.24 → 0.6.25

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
  SHA1:
3
- metadata.gz: 9cad5e364fd8796956e7f5c702ecf6cecd9529d6
4
- data.tar.gz: f53b54c60cc0702763a4f6af3bffaf13e53f5b65
3
+ metadata.gz: 954f88b7b00bed7c70662f39af63a8c6b03aebd6
4
+ data.tar.gz: fc1dd6a7398f63d11e4a11187f5dcd4da9c19750
5
5
  SHA512:
6
- metadata.gz: f5ca8ef563ceeaf851fca749ba9347eb65298e83d97739c6dc0db35ccb86f63abcbe9c8a6a9ee69f8a7ab306ad6d8fa2734821e941d746f6906cfe9a140cf6a2
7
- data.tar.gz: 2c6b1a9ad42bb0c550095cfdbfec8376b3af7ff7c95afd692925a5975a2706357444f5ea79653737abbb45145560ae6562fb151d727942ff126498064501f777
6
+ metadata.gz: 813a3b569f4aeb7090c941b0084c0a26aeb4cb14939f1728fd670c4f6764f0593aa85fe65e644c4ea31df148fcb87ff168f54112dea9bd0798ade3de6cf19917
7
+ data.tar.gz: 3d5839b23f3c8bafdff8ae861caab2c710d69819c2522a31cda9e30294757bfa75ae45e3c7258c77e346417eda8f6cc2dd390f11df7c0da0f251b738c9294f9d
data/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ v0.6.25
2
+ =======
3
+ - Fixed bug where Xcake would set incorrect path for a group of a Localized file.
4
+
1
5
  v0.6.24
2
6
  =======
3
7
  - Fixed bug where Localized Files would show up multiple times in Xcode for each language.
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- xcake (0.6.24)
4
+ xcake (0.6.25)
5
5
  activesupport (< 5)
6
6
  claide (>= 0.9.1, < 2.0)
7
7
  cork
data/lib/xcake/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Xcake
2
- VERSION = '0.6.24'.freeze
2
+ VERSION = '0.6.25'.freeze
3
3
  end
@@ -145,14 +145,13 @@ module Xcake
145
145
  group.children << variant_group
146
146
  end
147
147
 
148
+ ensure_parent_path(group, parent.parent)
148
149
  group = variant_group
149
150
  else
150
151
  group = main_group.find_subpath(parent.path, true) unless group
152
+ ensure_parent_path(group, parent)
151
153
  end
152
154
 
153
- #TODO: Does this work with this new system
154
- ensure_parent_path(group, parent)
155
-
156
155
  group
157
156
  end
158
157
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: xcake
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.24
4
+ version: 0.6.25
5
5
  platform: ruby
6
6
  authors:
7
7
  - James Campbell