cocoapods-rome 0.0.3 → 0.0.4

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: 2b56ee56264345a0feb55404257a8f3bba81f371
4
- data.tar.gz: 9804e18835b09fb68913abee209bfd694c82837a
3
+ metadata.gz: 96a576a7ded547321fbe36229c48835635a88539
4
+ data.tar.gz: 89ef9615aff495d90921b401bbda68611a262b4e
5
5
  SHA512:
6
- metadata.gz: 453a0a09584443e851225f72ea32137c4e231881761e80524fa4d62bf505d1083a4a96a11486ab938a4d7d4248a2b6b07e345f23d1357b71a10801cac1c8d96a
7
- data.tar.gz: 31fe402ce001917f6d4cb1e398f0374fbeb3a05483707477c684ba0a40407dfea983ac902e24f6861207911d120728565b6341524fd689b19fa1fc2850549911
6
+ metadata.gz: 633e434a4fc87598b688d874cd0db4aa2a4cef5c2b0cb71064d1b2d450627984711a251ed36c8bf1fa5d09134e7f26da13e6b5899d53ec7b2487fcd3a9ed0c6d
7
+ data.tar.gz: ebb893ff4d498c6aba65bbcfa48a6b1b9c321205deac9521519780f15da0167bcef732be557448f2875f76e576c9707f79adb43e03307d54f0eebb97acff1ee3
@@ -1,3 +1,3 @@
1
1
  module CocoapodsRome
2
- VERSION = "0.0.3"
2
+ VERSION = "0.0.4"
3
3
  end
@@ -11,11 +11,11 @@ Pod::HooksManager.register('cocoapods-rome', :post_install) do |installer_contex
11
11
  Dir.chdir(sandbox.project_path.dirname) do
12
12
  targets = installer_context.umbrella_targets.select { |t| t.specs.any? }.map(&:cocoapods_target_label)
13
13
  targets.each do |target|
14
- Pod::Executable.execute_command 'xcodebuild', %(-project #{sandbox.project_path.basename} -scheme #{target} -configuration Release), true
14
+ Pod::Executable.execute_command 'xcodebuild', %W(-project #{sandbox.project_path.basename} -scheme #{target} -configuration Release), true
15
15
  end
16
16
  end
17
17
 
18
- raise Pod::Informative 'The build directory was not found in the expected location.' unless build_dir.directory?
18
+ raise Pod::Informative, 'The build directory was not found in the expected location.' unless build_dir.directory?
19
19
 
20
20
  frameworks = Pathname.glob(build_dir + 'Release*/Pods*/*.framework')
21
21
  frameworks_by_target = frameworks.group_by { |f| f.to_s =~ %r{build/Release[^/]*/Pods-?([^/]*)/} && destination + $1 }
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cocoapods-rome
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Boris Bügling
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-03-26 00:00:00.000000000 Z
11
+ date: 2015-04-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler