cocoapods-rome 0.5.0 → 0.6.0

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: b092e571a605675fe0bec68474d5d77aa8c86abc
4
- data.tar.gz: bc16796ab3392ae9a820ad179908dc8d2dc8f6cc
3
+ metadata.gz: d05a05c7dc2757f06715590793ad509fe49befa5
4
+ data.tar.gz: 52a6e7243266e0aa1410afadd22e416280d25057
5
5
  SHA512:
6
- metadata.gz: 882a8d00485711e8e1c9dcbcf972900fe3e6f8a8e1a69fb7b90d13980a6ae171253948e3a19e2f3e48198e156072c6a954fb95bc80eb42e5ea81dc5dd15beb88
7
- data.tar.gz: 3a9dbfd8ab3fc868aa3b277e885f13101b13588f9b2cffb31e66acdaa70cb6571e597526962367b81abe64cfcbd5fd141518890795f8dbee24480e41081e9b25
6
+ metadata.gz: 64cf4ffae028fbdb9dd7961ff8b3255b59ca85e5619aaa156b08616ed6ba268b1a3026a7771589ac6ca5f841f4687401c89f7e68ef5e41b431f2abf8c03e81ad
7
+ data.tar.gz: 9719738a341cf21c852aff1a0f43a709078b5fd1c55a57a3cc7a565ae0421a87119474e9905c4ba14e13729eb5c3928855e20f153de2d311dd8d9cf9e41fab86
data/Gemfile CHANGED
@@ -4,7 +4,6 @@ source 'https://rubygems.org'
4
4
  gemspec
5
5
 
6
6
  group :development do
7
- gem 'cocoapods', '>= 0.38'
8
7
  gem 'bacon'
9
8
  end
10
9
 
@@ -1,14 +1,14 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- cocoapods-rome (0.5.0)
5
- cocoapods (>= 1.0.0)
6
- fourflusher (~> 0.3.0)
4
+ cocoapods-rome (0.6.0)
5
+ cocoapods (>= 1.1.0.beta.1, < 2.0)
6
+ fourflusher (~> 1.0.0)
7
7
 
8
8
  GEM
9
9
  remote: https://rubygems.org/
10
10
  specs:
11
- activesupport (4.2.6)
11
+ activesupport (4.2.7)
12
12
  i18n (~> 0.7)
13
13
  json (~> 1.7, >= 1.7.7)
14
14
  minitest (~> 5.1)
@@ -16,29 +16,30 @@ GEM
16
16
  tzinfo (~> 1.1)
17
17
  bacon (1.2.0)
18
18
  claide (1.0.0)
19
- cocoapods (1.0.0)
20
- activesupport (>= 4.0.2)
19
+ cocoapods (1.1.0.beta.1)
20
+ activesupport (>= 4.0.2, < 5)
21
21
  claide (>= 1.0.0, < 2.0)
22
- cocoapods-core (= 1.0.0)
22
+ cocoapods-core (= 1.1.0.beta.1)
23
23
  cocoapods-deintegrate (>= 1.0.0, < 2.0)
24
- cocoapods-downloader (>= 1.0.0, < 2.0)
24
+ cocoapods-downloader (>= 1.1.0, < 2.0)
25
25
  cocoapods-plugins (>= 1.0.0, < 2.0)
26
26
  cocoapods-search (>= 1.0.0, < 2.0)
27
27
  cocoapods-stats (>= 1.0.0, < 2.0)
28
28
  cocoapods-trunk (>= 1.0.0, < 2.0)
29
- cocoapods-try (>= 1.0.0, < 2.0)
29
+ cocoapods-try (>= 1.1.0, < 2.0)
30
30
  colored (~> 1.2)
31
31
  escape (~> 0.0.4)
32
- fourflusher (~> 0.3.0)
33
- molinillo (~> 0.4.5)
32
+ fourflusher (~> 1.0.1)
33
+ gh_inspector (~> 1.0)
34
+ molinillo (~> 0.5.0)
34
35
  nap (~> 1.0)
35
- xcodeproj (>= 1.0.0, < 2.0)
36
- cocoapods-core (1.0.0)
36
+ xcodeproj (>= 1.2.0, < 2.0)
37
+ cocoapods-core (1.1.0.beta.1)
37
38
  activesupport (>= 4.0.2)
38
39
  fuzzy_match (~> 2.0.4)
39
40
  nap (~> 1.0)
40
41
  cocoapods-deintegrate (1.0.0)
41
- cocoapods-downloader (1.0.0)
42
+ cocoapods-downloader (1.1.0)
42
43
  cocoapods-plugins (1.0.0)
43
44
  nap
44
45
  cocoapods-search (1.0.0)
@@ -46,22 +47,23 @@ GEM
46
47
  cocoapods-trunk (1.0.0)
47
48
  nap (>= 0.8, < 2.0)
48
49
  netrc (= 0.7.8)
49
- cocoapods-try (1.0.0)
50
+ cocoapods-try (1.1.0)
50
51
  colored (1.2)
51
52
  escape (0.0.4)
52
- fourflusher (0.3.0)
53
+ fourflusher (1.0.1)
53
54
  fuzzy_match (2.0.4)
55
+ gh_inspector (1.0.2)
54
56
  i18n (0.7.0)
55
57
  json (1.8.3)
56
- minitest (5.8.4)
57
- molinillo (0.4.5)
58
+ minitest (5.9.0)
59
+ molinillo (0.5.0)
58
60
  nap (1.1.0)
59
61
  netrc (0.7.8)
60
- rake (10.4.2)
62
+ rake (11.2.2)
61
63
  thread_safe (0.3.5)
62
64
  tzinfo (1.2.2)
63
65
  thread_safe (~> 0.1)
64
- xcodeproj (1.0.0)
66
+ xcodeproj (1.2.0)
65
67
  activesupport (>= 3)
66
68
  claide (>= 1.0.0, < 2.0)
67
69
  colored (~> 1.2)
@@ -72,9 +74,8 @@ PLATFORMS
72
74
  DEPENDENCIES
73
75
  bacon
74
76
  bundler (~> 1.3)
75
- cocoapods (>= 0.38)
76
77
  cocoapods-rome!
77
78
  rake
78
79
 
79
80
  BUNDLED WITH
80
- 1.11.2
81
+ 1.12.5
@@ -18,8 +18,8 @@ Xcode}
18
18
  spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
19
19
  spec.require_paths = ["lib"]
20
20
 
21
- spec.add_dependency "cocoapods", ">= 1.0.0"
22
- spec.add_dependency "fourflusher", "~> 0.3.0"
21
+ spec.add_dependency "cocoapods", ">= 1.1.0.beta.1", "< 2.0"
22
+ spec.add_dependency "fourflusher", "~> 1.0.0"
23
23
 
24
24
  spec.add_development_dependency "bundler", "~> 1.3"
25
25
  spec.add_development_dependency "rake"
@@ -1,3 +1,3 @@
1
1
  module CocoapodsRome
2
- VERSION = "0.5.0"
2
+ VERSION = "0.6.0"
3
3
  end
@@ -1,9 +1,9 @@
1
1
  require 'fourflusher'
2
2
 
3
3
  CONFIGURATION = "Release"
4
- SIMULATORS = { 'iphonesimulator' => 'iPhone 5s',
5
- 'appletvsimulator' => 'Apple TV 1080p',
6
- 'watchsimulator' => 'Apple Watch - 38mm' }
4
+ PLATFORMS = { 'iphonesimulator' => 'iOS',
5
+ 'appletvsimulator' => 'tvOS',
6
+ 'watchsimulator' => 'watchOS' }
7
7
 
8
8
  def build_for_iosish_platform(sandbox, build_dir, target, device, simulator)
9
9
  deployment_target = target.platform_deployment_target
@@ -15,9 +15,9 @@ def build_for_iosish_platform(sandbox, build_dir, target, device, simulator)
15
15
  spec_names = target.specs.map { |spec| spec.root.module_name }.uniq
16
16
  spec_names.each do |root_name|
17
17
  executable_path = "#{build_dir}/#{root_name}"
18
- device_lib = "#{build_dir}/#{CONFIGURATION}-#{device}/#{target_label}/#{root_name}.framework/#{root_name}"
18
+ device_lib = "#{build_dir}/#{CONFIGURATION}-#{device}/#{root_name}/#{root_name}.framework/#{root_name}"
19
19
  device_framework_lib = File.dirname(device_lib)
20
- simulator_lib = "#{build_dir}/#{CONFIGURATION}-#{simulator}/#{target_label}/#{root_name}.framework/#{root_name}"
20
+ simulator_lib = "#{build_dir}/#{CONFIGURATION}-#{simulator}/#{root_name}/#{root_name}.framework/#{root_name}"
21
21
 
22
22
  next unless File.file?(device_lib) && File.file?(simulator_lib)
23
23
 
@@ -33,8 +33,8 @@ end
33
33
 
34
34
  def xcodebuild(sandbox, target, sdk='macosx', deployment_target=nil)
35
35
  args = %W(-project #{sandbox.project_path.basename} -scheme #{target} -configuration #{CONFIGURATION} -sdk #{sdk})
36
- simulator = SIMULATORS[sdk]
37
- args += Fourflusher::SimControl.new.destination(simulator, deployment_target) unless simulator.nil?
36
+ platform = PLATFORMS[sdk]
37
+ args += Fourflusher::SimControl.new.destination(:oldest, platform, deployment_target) unless platform.nil?
38
38
  Pod::Executable.execute_command 'xcodebuild', args, true
39
39
  end
40
40
 
@@ -62,7 +62,7 @@ Pod::HooksManager.register('cocoapods-rome', :post_install) do |installer_contex
62
62
 
63
63
  raise Pod::Informative, 'The build directory was not found in the expected location.' unless build_dir.directory?
64
64
 
65
- frameworks = Pathname.glob("#{build_dir}/**/*.framework").reject { |f| f.to_s =~ /Pods*\.framework/ }
65
+ frameworks = Pathname.glob("#{build_dir}/**/*.framework").reject { |f| f.to_s =~ /Pods.*\.framework/ }
66
66
 
67
67
  Pod::UI.puts "Built #{frameworks.count} #{'frameworks'.pluralize(frameworks.count)}"
68
68
 
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.5.0
4
+ version: 0.6.0
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: 2016-05-10 00:00:00.000000000 Z
11
+ date: 2016-07-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: cocoapods
@@ -16,28 +16,34 @@ dependencies:
16
16
  requirements:
17
17
  - - '>='
18
18
  - !ruby/object:Gem::Version
19
- version: 1.0.0
19
+ version: 1.1.0.beta.1
20
+ - - <
21
+ - !ruby/object:Gem::Version
22
+ version: '2.0'
20
23
  type: :runtime
21
24
  prerelease: false
22
25
  version_requirements: !ruby/object:Gem::Requirement
23
26
  requirements:
24
27
  - - '>='
25
28
  - !ruby/object:Gem::Version
26
- version: 1.0.0
29
+ version: 1.1.0.beta.1
30
+ - - <
31
+ - !ruby/object:Gem::Version
32
+ version: '2.0'
27
33
  - !ruby/object:Gem::Dependency
28
34
  name: fourflusher
29
35
  requirement: !ruby/object:Gem::Requirement
30
36
  requirements:
31
37
  - - ~>
32
38
  - !ruby/object:Gem::Version
33
- version: 0.3.0
39
+ version: 1.0.0
34
40
  type: :runtime
35
41
  prerelease: false
36
42
  version_requirements: !ruby/object:Gem::Requirement
37
43
  requirements:
38
44
  - - ~>
39
45
  - !ruby/object:Gem::Version
40
- version: 0.3.0
46
+ version: 1.0.0
41
47
  - !ruby/object:Gem::Dependency
42
48
  name: bundler
43
49
  requirement: !ruby/object:Gem::Requirement
@@ -107,7 +113,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
107
113
  version: '0'
108
114
  requirements: []
109
115
  rubyforge_project:
110
- rubygems_version: 2.0.14
116
+ rubygems_version: 2.0.14.1
111
117
  signing_key:
112
118
  specification_version: 4
113
119
  summary: Rome makes it easy to build a list of frameworks for consumption outside