pod-builder 0.2.8 → 0.2.9
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 +4 -4
- data/.vscode/launch.json +1 -1
- data/Gemfile.lock +15 -12
- data/lib/pod_builder/command/build.rb +1 -1
- data/lib/pod_builder/command/clean.rb +1 -1
- data/lib/pod_builder/command/install_sources.rb +1 -1
- data/lib/pod_builder/command/switch.rb +1 -1
- data/lib/pod_builder/command/sync_podfile.rb +1 -1
- data/lib/pod_builder/podspec.rb +4 -1
- data/lib/pod_builder/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e94c0d3d359f8e25592e0e2fc5619de65e2c2c6f75ff8a95de695bb174030179
|
4
|
+
data.tar.gz: 0bbf0619eaaca7ada50417db5bafa2d635b8e18fa11a933587c89bdfc23c8aa1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5a3f90940b9b043e04735bd9179f91a0463247377d4594c380c6d20f5779d33912994c2576e449de690ad20322fc5bf90310e0c5b8e50d84489075570ab240e6
|
7
|
+
data.tar.gz: d2aa68b62b551ba9bc3a54fa8be33b3deac722aa14ce3953ea39edd9aa4cd1703f6957664e5c9b353a4696322c923140ae1075ed171d3b37f944978fea90be85
|
data/.vscode/launch.json
CHANGED
data/Gemfile.lock
CHANGED
@@ -1,11 +1,13 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
pod-builder (0.
|
4
|
+
pod-builder (0.2.8)
|
5
|
+
CFPropertyList
|
5
6
|
cocoapods (~> 1.0)
|
6
7
|
cocoapods-core (~> 1.0)
|
7
8
|
cocoapods-rome (~> 1.0)
|
8
9
|
colored
|
10
|
+
highline
|
9
11
|
xcodeproj
|
10
12
|
|
11
13
|
GEM
|
@@ -17,7 +19,7 @@ GEM
|
|
17
19
|
minitest (~> 5.1)
|
18
20
|
thread_safe (~> 0.3, >= 0.3.4)
|
19
21
|
tzinfo (~> 1.1)
|
20
|
-
atomos (0.1.
|
22
|
+
atomos (0.1.3)
|
21
23
|
claide (1.0.2)
|
22
24
|
cocoapods (1.5.3)
|
23
25
|
activesupport (>= 4.0.2, < 5)
|
@@ -43,21 +45,21 @@ GEM
|
|
43
45
|
fuzzy_match (~> 2.0.4)
|
44
46
|
nap (~> 1.0)
|
45
47
|
cocoapods-deintegrate (1.0.2)
|
46
|
-
cocoapods-downloader (1.2.
|
48
|
+
cocoapods-downloader (1.2.2)
|
47
49
|
cocoapods-plugins (1.0.0)
|
48
50
|
nap
|
49
|
-
cocoapods-rome (1.0.
|
51
|
+
cocoapods-rome (1.0.1)
|
50
52
|
cocoapods (>= 1.1.0, < 2.0)
|
51
53
|
fourflusher (~> 2.0)
|
52
54
|
cocoapods-search (1.0.0)
|
53
55
|
cocoapods-stats (1.0.0)
|
54
|
-
cocoapods-trunk (1.3.
|
56
|
+
cocoapods-trunk (1.3.1)
|
55
57
|
nap (>= 0.8, < 2.0)
|
56
58
|
netrc (~> 0.11)
|
57
59
|
cocoapods-try (1.1.0)
|
58
60
|
colored (1.2)
|
59
61
|
colored2 (3.1.2)
|
60
|
-
concurrent-ruby (1.
|
62
|
+
concurrent-ruby (1.1.3)
|
61
63
|
debase (0.2.2)
|
62
64
|
debase-ruby_core_source (>= 0.10.2)
|
63
65
|
debase-ruby_core_source (0.10.3)
|
@@ -65,26 +67,27 @@ GEM
|
|
65
67
|
fourflusher (2.0.1)
|
66
68
|
fuzzy_match (2.0.4)
|
67
69
|
gh_inspector (1.1.3)
|
70
|
+
highline (2.0.0)
|
68
71
|
i18n (0.9.5)
|
69
72
|
concurrent-ruby (~> 1.0)
|
70
73
|
minitest (5.11.3)
|
71
|
-
molinillo (0.6.
|
74
|
+
molinillo (0.6.6)
|
72
75
|
nanaimo (0.2.6)
|
73
76
|
nap (1.1.0)
|
74
77
|
netrc (0.11.0)
|
75
78
|
rake (10.5.0)
|
76
79
|
ruby-debug-ide (0.6.1)
|
77
80
|
rake (>= 0.8.1)
|
78
|
-
ruby-macho (1.
|
81
|
+
ruby-macho (1.3.1)
|
79
82
|
thread_safe (0.3.6)
|
80
83
|
tzinfo (1.2.5)
|
81
84
|
thread_safe (~> 0.1)
|
82
|
-
xcodeproj (1.
|
85
|
+
xcodeproj (1.7.0)
|
83
86
|
CFPropertyList (>= 2.3.3, < 4.0)
|
84
|
-
atomos (~> 0.1.
|
87
|
+
atomos (~> 0.1.3)
|
85
88
|
claide (>= 1.0.2, < 2.0)
|
86
89
|
colored2 (~> 3.1)
|
87
|
-
nanaimo (~> 0.2.
|
90
|
+
nanaimo (~> 0.2.6)
|
88
91
|
|
89
92
|
PLATFORMS
|
90
93
|
ruby
|
@@ -97,4 +100,4 @@ DEPENDENCIES
|
|
97
100
|
ruby-debug-ide
|
98
101
|
|
99
102
|
BUNDLED WITH
|
100
|
-
1.16.
|
103
|
+
1.16.6
|
@@ -16,7 +16,7 @@ module PodBuilder
|
|
16
16
|
|
17
17
|
check_not_building_subspecs(argument_pods)
|
18
18
|
|
19
|
-
install_update_repo = options
|
19
|
+
install_update_repo = options.fetch(:update_repos, true)
|
20
20
|
installer, analyzer = Analyze.installer_at(PodBuilder::basepath, install_update_repo)
|
21
21
|
|
22
22
|
all_buildable_items = Analyze.podfile_items(installer, analyzer)
|
@@ -8,7 +8,7 @@ module PodBuilder
|
|
8
8
|
Configuration.check_inited
|
9
9
|
PodBuilder::prepare_basepath
|
10
10
|
|
11
|
-
install_update_repo = options
|
11
|
+
install_update_repo = options.fetch(:update_repos, true)
|
12
12
|
installer, analyzer = Analyze.installer_at(PodBuilder::basepath, install_update_repo)
|
13
13
|
all_buildable_items = Analyze.podfile_items(installer, analyzer)
|
14
14
|
|
@@ -7,7 +7,7 @@ module PodBuilder
|
|
7
7
|
Configuration.check_inited
|
8
8
|
PodBuilder::prepare_basepath
|
9
9
|
|
10
|
-
install_update_repo = options
|
10
|
+
install_update_repo = options.fetch(:update_repos, true)
|
11
11
|
installer, analyzer = Analyze.installer_at(PodBuilder::basepath, install_update_repo)
|
12
12
|
framework_items = Analyze.podfile_items(installer, analyzer).select { |x| !x.is_prebuilt }
|
13
13
|
podspec_names = framework_items.map(&:podspec_name)
|
@@ -122,7 +122,7 @@ module PodBuilder
|
|
122
122
|
end
|
123
123
|
|
124
124
|
if podspec_path.nil?
|
125
|
-
raise "\n\nCouln't find `#{
|
125
|
+
raise "\n\nCouln't find `#{podfile_item.root_name}` sources in the following specified development pod paths: #{Configuration.development_pods_paths.join("\n")}\n".red
|
126
126
|
end
|
127
127
|
|
128
128
|
return podspec_path
|
@@ -7,7 +7,7 @@ module PodBuilder
|
|
7
7
|
Configuration.check_inited
|
8
8
|
PodBuilder::prepare_basepath
|
9
9
|
|
10
|
-
install_update_repo = options
|
10
|
+
install_update_repo = options.fetch(:update_repos, true)
|
11
11
|
installer, analyzer = Analyze.installer_at(PodBuilder::basepath, install_update_repo)
|
12
12
|
|
13
13
|
all_buildable_items = Analyze.podfile_items(installer, analyzer)
|
data/lib/pod_builder/podspec.rb
CHANGED
@@ -53,7 +53,10 @@ module PodBuilder
|
|
53
53
|
end
|
54
54
|
|
55
55
|
podspec_content = File.read(podspec_path)
|
56
|
-
|
56
|
+
|
57
|
+
# (_.*) will include prebuild podnames like s.subspec 'Podname_Subspec' do |p|
|
58
|
+
subspec_regex = "s.subspec '#{pod_name}(_.*)?' do |p|"
|
59
|
+
return podspec_content.match(/#{subspec_regex}/)
|
57
60
|
end
|
58
61
|
|
59
62
|
private
|
data/lib/pod_builder/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: pod-builder
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.9
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tomas Camin
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2018-
|
11
|
+
date: 2018-11-23 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|