pod-builder 0.3.0 → 0.3.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
  SHA256:
3
- metadata.gz: 7c838f4cbe15befbbc68c928298ba6ab8ad7d803d77e713002ef7e8e45dcafb9
4
- data.tar.gz: c169f713fa235f50ca35243d94fa5ad339463d91373189c85e2394e123fb64a1
3
+ metadata.gz: cd21208bc799a1de7713011f9f685046097110643f93a873a1d08850e022033b
4
+ data.tar.gz: a8a0f317b22cf278872438a91a96a0e21356cbbb6dbfdb8f12311bf7a61fc5e2
5
5
  SHA512:
6
- metadata.gz: 35ebe02dfc9e38663ff3d624d9e8fafc1e41ea05046c17f970822d29bc0697296e2c076a7af139273280d13c99bfb1071ef835dc87f42bfc3e8a9e0972e436a0
7
- data.tar.gz: b15bf45df512b4dc5c6ca730530077f339626c6b01e5f8d58253839fa7bdb6a5bc4c93bd1468c88fa94cd809dae938455e584e896e5a1a0680791a8ef3bc1c7f
6
+ metadata.gz: '0500493a848e4d0c5f105d9aac8b1e7ea8895870837a03620ec74a86441b8eb3524d02565ba62f99635afea40147d9edb7b46b55d3ca8b6b7e60e5e0adac82c8'
7
+ data.tar.gz: c549c80db6eec36e2214066d4939b22a136975a5ac5cc7be39c67f213a39ffe19c70cea63159ed0de8fd5733395a89377b034526ed59a19d3fe7870133a8d696
data/.gitignore CHANGED
@@ -6,3 +6,4 @@
6
6
  /pkg/
7
7
  /spec/reports/
8
8
  /tmp/
9
+ Gemfile.lock
data/.vscode/launch.json CHANGED
@@ -8,7 +8,7 @@
8
8
  "name": "No Command",
9
9
  "type": "Ruby",
10
10
  "request": "launch",
11
- "cwd": "/Users/tomas/Documents/Xcode/Subito-iOS",
11
+ "cwd": "/Users/tomas/Documents/Development/willhaben-ios/willhaben",
12
12
  "useBundler": true,
13
13
  "program": "${workspaceRoot}/exe/pod_builder",
14
14
  "showDebuggerOutput": true,
@@ -47,7 +47,7 @@
47
47
  "name": "Build",
48
48
  "type": "Ruby",
49
49
  "request": "launch",
50
- "cwd": "/Users/tomas/Documents/Xcode/Subito-iOS",
50
+ "cwd": "/Users/tomas/Documents/Development/willhaben-ios/willhaben",
51
51
  "useBundler": true,
52
52
  "program": "${workspaceRoot}/exe/pod_builder",
53
53
  "showDebuggerOutput": true,
@@ -55,7 +55,7 @@
55
55
  "args": [
56
56
  "build",
57
57
  "-d",
58
- "SBTAdvertising"
58
+ "TOCropViewController"
59
59
  ]
60
60
  },
61
61
  {
@@ -122,6 +122,10 @@ module PodBuilder
122
122
 
123
123
  podfile_content.push("target '#{target_name}' do")
124
124
 
125
+ if project_path = target.user_project_path
126
+ podfile_content.push("\tproject '#{project_path}'")
127
+ end
128
+
125
129
  specifications.each do |spec|
126
130
  item = podfile_items.detect { |x| x.name == spec.name }
127
131
  podfile_content.push("\t#{item.entry}")
@@ -1,4 +1,4 @@
1
1
  module PodBuilder
2
- VERSION = "0.3.0"
2
+ VERSION = "0.3.1"
3
3
  end
4
4
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pod-builder
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tomas Camin
@@ -231,7 +231,6 @@ files:
231
231
  - Example/Pods/Target Support Files/Pods-PodBuilderExample/Pods-PodBuilderExample.modulemap
232
232
  - Example/Pods/Target Support Files/Pods-PodBuilderExample/Pods-PodBuilderExample.release.xcconfig
233
233
  - Gemfile
234
- - Gemfile.lock
235
234
  - LICENSE.txt
236
235
  - README.md
237
236
  - Rakefile
data/Gemfile.lock DELETED
@@ -1,103 +0,0 @@
1
- PATH
2
- remote: .
3
- specs:
4
- pod-builder (0.2.8)
5
- CFPropertyList
6
- cocoapods (~> 1.0)
7
- cocoapods-core (~> 1.0)
8
- cocoapods-rome (~> 1.0)
9
- colored
10
- highline
11
- xcodeproj
12
-
13
- GEM
14
- remote: https://rubygems.org/
15
- specs:
16
- CFPropertyList (3.0.0)
17
- activesupport (4.2.10)
18
- i18n (~> 0.7)
19
- minitest (~> 5.1)
20
- thread_safe (~> 0.3, >= 0.3.4)
21
- tzinfo (~> 1.1)
22
- atomos (0.1.3)
23
- claide (1.0.2)
24
- cocoapods (1.5.3)
25
- activesupport (>= 4.0.2, < 5)
26
- claide (>= 1.0.2, < 2.0)
27
- cocoapods-core (= 1.5.3)
28
- cocoapods-deintegrate (>= 1.0.2, < 2.0)
29
- cocoapods-downloader (>= 1.2.0, < 2.0)
30
- cocoapods-plugins (>= 1.0.0, < 2.0)
31
- cocoapods-search (>= 1.0.0, < 2.0)
32
- cocoapods-stats (>= 1.0.0, < 2.0)
33
- cocoapods-trunk (>= 1.3.0, < 2.0)
34
- cocoapods-try (>= 1.1.0, < 2.0)
35
- colored2 (~> 3.1)
36
- escape (~> 0.0.4)
37
- fourflusher (~> 2.0.1)
38
- gh_inspector (~> 1.0)
39
- molinillo (~> 0.6.5)
40
- nap (~> 1.0)
41
- ruby-macho (~> 1.1)
42
- xcodeproj (>= 1.5.7, < 2.0)
43
- cocoapods-core (1.5.3)
44
- activesupport (>= 4.0.2, < 6)
45
- fuzzy_match (~> 2.0.4)
46
- nap (~> 1.0)
47
- cocoapods-deintegrate (1.0.2)
48
- cocoapods-downloader (1.2.2)
49
- cocoapods-plugins (1.0.0)
50
- nap
51
- cocoapods-rome (1.0.1)
52
- cocoapods (>= 1.1.0, < 2.0)
53
- fourflusher (~> 2.0)
54
- cocoapods-search (1.0.0)
55
- cocoapods-stats (1.0.0)
56
- cocoapods-trunk (1.3.1)
57
- nap (>= 0.8, < 2.0)
58
- netrc (~> 0.11)
59
- cocoapods-try (1.1.0)
60
- colored (1.2)
61
- colored2 (3.1.2)
62
- concurrent-ruby (1.1.3)
63
- debase (0.2.2)
64
- debase-ruby_core_source (>= 0.10.2)
65
- debase-ruby_core_source (0.10.3)
66
- escape (0.0.4)
67
- fourflusher (2.0.1)
68
- fuzzy_match (2.0.4)
69
- gh_inspector (1.1.3)
70
- highline (2.0.0)
71
- i18n (0.9.5)
72
- concurrent-ruby (~> 1.0)
73
- minitest (5.11.3)
74
- molinillo (0.6.6)
75
- nanaimo (0.2.6)
76
- nap (1.1.0)
77
- netrc (0.11.0)
78
- rake (10.5.0)
79
- ruby-debug-ide (0.6.1)
80
- rake (>= 0.8.1)
81
- ruby-macho (1.3.1)
82
- thread_safe (0.3.6)
83
- tzinfo (1.2.5)
84
- thread_safe (~> 0.1)
85
- xcodeproj (1.7.0)
86
- CFPropertyList (>= 2.3.3, < 4.0)
87
- atomos (~> 0.1.3)
88
- claide (>= 1.0.2, < 2.0)
89
- colored2 (~> 3.1)
90
- nanaimo (~> 0.2.6)
91
-
92
- PLATFORMS
93
- ruby
94
-
95
- DEPENDENCIES
96
- bundler (~> 1.16)
97
- debase
98
- pod-builder!
99
- rake (~> 10.0)
100
- ruby-debug-ide
101
-
102
- BUNDLED WITH
103
- 1.16.6