xsort 1.2.5 → 1.2.6

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: a6dadbcc9ddbad1ea66329300d949cb968adde32
4
- data.tar.gz: 04515270c36acc829ba3dd07efd1ef2f616cfc45
3
+ metadata.gz: 1205d5db8513cf8745c2426718f3303f2ad8e6d3
4
+ data.tar.gz: 78f1d3e3cb61c888af047bee895348f30f4af426
5
5
  SHA512:
6
- metadata.gz: 69fcee959c5b225575ce31105974c2464685f47b60f709b1de5910fa1dca351d7ce83519a2aa83d4d6ab81165e114c76efefff8257c99a148caf29a6eff3ed08
7
- data.tar.gz: 15371f654dd6afa9b63df47866b32565e5a8551de6e15207a58d4788e846b4ba60df5579f30d184cb350ed3ad052e9fbb6cf759ca37137c9894a712733265abb
6
+ metadata.gz: c564a056e8004fa0ae66df5773cf11b9ee8babd5f6c8dd0addf0eee6faa736aaed91f384b90b188ece44663a65517ed7171568bb6562a69bd280ba1b5090d9ef
7
+ data.tar.gz: 16453ec926527a8eeff7bb821f4fd416ac69dd2341ff7e517023337f6349959a1a99f55121090c2bdca8482aa17ee8dc3dd739dd2c57ca51de21678b9f1bb7f1
data/README.md CHANGED
@@ -59,7 +59,7 @@ $ git clone https://github.com/keisukeYamagishi/xsort.git
59
59
 
60
60
  Usage: xsort [-v] [<path>] [-o]
61
61
  These are common detect commands used in various situations:
62
- xsort version: 1.2.3
62
+ xsort version: 1.2.5
63
63
  option:
64
64
  -v: display xsort version number
65
65
  -o: output result
@@ -165,7 +165,7 @@ xsort ../App/App.xcodeproj -r
165
165
  ```
166
166
  ->> ./xsort -v
167
167
 
168
- Version: 1.2.4
168
+ Version: 1.2.5
169
169
  ```
170
170
 
171
171
  ## Contributing
@@ -10,5 +10,5 @@
10
10
  #===------------------------------------------------------------------(☝ ՞ਊ ՞)☝/
11
11
 
12
12
  module Xsort
13
- VERSION = "1.2.5"
13
+ VERSION = "1.2.6"
14
14
  end
@@ -133,7 +133,8 @@ module Xcodeproj
133
133
  if isPbxChild == true
134
134
  name = Emurate.emurates(pbx_line)
135
135
  uuid = Emurate.emurateUUID(pbx_line)
136
- @child = Xcodeproj::Pbxproj::PbxObject::PbxChild.new(uuid,name,pbx_line)
136
+ pbxName = File.basename(name, File.extname(name))
137
+ @child = Xcodeproj::Pbxproj::PbxObject::PbxChild.new(uuid,pbxName,pbx_line)
137
138
  @group.setChildren(@child)
138
139
  end
139
140
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: xsort
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.5
4
+ version: 1.2.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - keisuke
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-05-11 00:00:00.000000000 Z
11
+ date: 2019-10-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler