xcjobs 0.2.0 → 0.2.1

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: f32da1984b26234e750171374e06b8f80d4239e5
4
- data.tar.gz: 58446dc2854f728e56bee1e98d3e4a465f6cfe62
3
+ metadata.gz: 63dcf92b35885eb60c2b55a65af78496bd9cdbcb
4
+ data.tar.gz: f90022d38f0019958a485fe58b7bdbfcd916ecdf
5
5
  SHA512:
6
- metadata.gz: ccbb36c27d38e9128c63db56530007f3c06f0ba82b786e28cd8a14f0d0f2f0da4317a95f38adfe2240df30d67c4877254f99c1f80880b3da0a381b4bd6967cd7
7
- data.tar.gz: 512b672869af92b52bb38072479340a838068f56f8f8e476c2983b9f02c2ab9295f3427bcff31c6bd9a5d93e790f71efa64a119e15b8ae62d7997bab53389c30
6
+ metadata.gz: 37295d7f0acc2425d22482becf983d6206c806f22d4638ad4e2ca9623eed3ceecc2b4e2c9b45842f542e82f9091ca32a626f2a0166d4abfa6b667a365ff3a2b3
7
+ data.tar.gz: 42acf9fe3cc9a4a9b7bb9754e0ab79237d86d1b4400ce9cb91e1a5554923a54c0195393afcc4b2d918aa09e14864735fe34357e33a5df845c256805e4ee9dacc
@@ -1,3 +1,3 @@
1
1
  module XCJobs
2
- VERSION = "0.2.0"
2
+ VERSION = "0.2.1"
3
3
  end
@@ -175,7 +175,7 @@ module XCJobs
175
175
  executable_name = out.lines.grep(/\bEXECUTABLE_NAME\b/).first.split('=').last.strip
176
176
  executable_path = out.lines.grep(/\bEXECUTABLE_PATH\b/).first.split('=').last.strip
177
177
 
178
- if sdk.start_with 'iphone'
178
+ if sdk.start_with? 'iphone'
179
179
  target_path = File.join(File.join(object_file_dir_normal, current_arch), executable_name)
180
180
  elsif sdk == 'macosx'
181
181
  target_path = File.join(configuration_build_dir, executable_path)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: xcjobs
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - kishikawa katsumi