Skip to content

Commit 9d2e9fe

Browse files
committed
Add pod repo setup instead of update
1 parent e2e4a0d commit 9d2e9fe

File tree

3 files changed

+67
-3
lines changed

3 files changed

+67
-3
lines changed

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
source 'https://rubygems.org'
22

33
gem 'danger'
4+
gem 'cocoapods', '~> 1.7.0'

Gemfile.lock

Lines changed: 63 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,55 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4+
CFPropertyList (3.0.1)
5+
activesupport (4.2.11.1)
6+
i18n (~> 0.7)
7+
minitest (~> 5.1)
8+
thread_safe (~> 0.3, >= 0.3.4)
9+
tzinfo (~> 1.1)
410
addressable (2.5.2)
511
public_suffix (>= 2.0.2, < 4.0)
12+
atomos (0.1.3)
613
claide (1.0.2)
714
claide-plugins (0.9.2)
815
cork
916
nap
1017
open4 (~> 1.3)
18+
cocoapods (1.7.5)
19+
activesupport (>= 4.0.2, < 5)
20+
claide (>= 1.0.2, < 2.0)
21+
cocoapods-core (= 1.7.5)
22+
cocoapods-deintegrate (>= 1.0.3, < 2.0)
23+
cocoapods-downloader (>= 1.2.2, < 2.0)
24+
cocoapods-plugins (>= 1.0.0, < 2.0)
25+
cocoapods-search (>= 1.0.0, < 2.0)
26+
cocoapods-stats (>= 1.0.0, < 2.0)
27+
cocoapods-trunk (>= 1.3.1, < 2.0)
28+
cocoapods-try (>= 1.1.0, < 2.0)
29+
colored2 (~> 3.1)
30+
escape (~> 0.0.4)
31+
fourflusher (>= 2.3.0, < 3.0)
32+
gh_inspector (~> 1.0)
33+
molinillo (~> 0.6.6)
34+
nap (~> 1.0)
35+
ruby-macho (~> 1.4)
36+
xcodeproj (>= 1.10.0, < 2.0)
37+
cocoapods-core (1.7.5)
38+
activesupport (>= 4.0.2, < 6)
39+
fuzzy_match (~> 2.0.4)
40+
nap (~> 1.0)
41+
cocoapods-deintegrate (1.0.4)
42+
cocoapods-downloader (1.3.0)
43+
cocoapods-plugins (1.0.0)
44+
nap
45+
cocoapods-search (1.0.0)
46+
cocoapods-stats (1.1.0)
47+
cocoapods-trunk (1.4.1)
48+
nap (>= 0.8, < 2.0)
49+
netrc (~> 0.11)
50+
cocoapods-try (1.1.0)
1151
colored2 (3.1.2)
52+
concurrent-ruby (1.1.5)
1253
cork (0.3.0)
1354
colored2 (~> 3.1)
1455
danger (6.0.6)
@@ -24,33 +65,54 @@ GEM
2465
no_proxy_fix
2566
octokit (~> 4.7)
2667
terminal-table (~> 1)
68+
escape (0.0.4)
2769
faraday (0.15.4)
2870
multipart-post (>= 1.2, < 3)
2971
faraday-http-cache (1.3.1)
3072
faraday (~> 0.8)
73+
fourflusher (2.3.1)
74+
fuzzy_match (2.0.4)
75+
gh_inspector (1.1.3)
3176
git (1.5.0)
77+
i18n (0.9.5)
78+
concurrent-ruby (~> 1.0)
3279
kramdown (2.1.0)
3380
kramdown-parser-gfm (1.0.1)
3481
kramdown (~> 2.0)
82+
minitest (5.13.0)
83+
molinillo (0.6.6)
3584
multipart-post (2.0.0)
85+
nanaimo (0.2.6)
3686
nap (1.1.0)
87+
netrc (0.11.0)
3788
no_proxy_fix (0.1.2)
3889
octokit (4.14.0)
3990
sawyer (~> 0.8.0, >= 0.5.3)
4091
open4 (1.3.4)
4192
public_suffix (3.0.3)
93+
ruby-macho (1.4.0)
4294
sawyer (0.8.1)
4395
addressable (>= 2.3.5, < 2.6)
4496
faraday (~> 0.8, < 1.0)
4597
terminal-table (1.8.0)
4698
unicode-display_width (~> 1.1, >= 1.1.1)
99+
thread_safe (0.3.6)
100+
tzinfo (1.2.5)
101+
thread_safe (~> 0.1)
47102
unicode-display_width (1.5.0)
103+
xcodeproj (1.13.0)
104+
CFPropertyList (>= 2.3.3, < 4.0)
105+
atomos (~> 0.1.3)
106+
claide (>= 1.0.2, < 2.0)
107+
colored2 (~> 3.1)
108+
nanaimo (~> 0.2.6)
48109

49110
PLATFORMS
50111
ruby
51112

52113
DEPENDENCIES
114+
cocoapods (~> 1.7.0)
53115
danger
54116

55117
BUNDLED WITH
56-
2.0.1
118+
2.0.2

scripts/validate-podspec.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,9 @@ function cleanup {
1616
trap cleanup EXIT
1717

1818
if [[ ! -z "${TRAVIS}" ]]; then
19-
gem install cocoapods --pre --no-document --quiet;
20-
pod repo update;
19+
bundle install
20+
bundle exec pod setup
21+
# pod repo update;
2122
fi;
2223

2324
VERSION=`cat RxSwift.podspec | grep -E "s.version\s+=" | cut -d '"' -f 2`

0 commit comments

Comments
 (0)