Skip to content

Commit c4237f0

Browse files
committed
Update CocoaPods, update repo
1 parent 02cb799 commit c4237f0

File tree

3 files changed

+10
-7
lines changed

3 files changed

+10
-7
lines changed

CocoaPodsTests/Gemfile

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

3-
gem 'cocoapods', '~> 1.1.0.rc.1'
3+
gem 'cocoapods', '~> 1.1.0.rc.2'
44
gem 'minitest'

CocoaPodsTests/Gemfile.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ GEM
88
thread_safe (~> 0.3, >= 0.3.4)
99
tzinfo (~> 1.1)
1010
claide (1.0.0)
11-
cocoapods (1.1.0.rc.1)
11+
cocoapods (1.1.0.rc.2)
1212
activesupport (>= 4.0.2, < 5)
1313
claide (>= 1.0.0, < 2.0)
14-
cocoapods-core (= 1.1.0.rc.1)
14+
cocoapods-core (= 1.1.0.rc.2)
1515
cocoapods-deintegrate (>= 1.0.1, < 2.0)
1616
cocoapods-downloader (>= 1.1.1, < 2.0)
1717
cocoapods-plugins (>= 1.0.0, < 2.0)
@@ -23,10 +23,10 @@ GEM
2323
escape (~> 0.0.4)
2424
fourflusher (~> 1.0.1)
2525
gh_inspector (~> 1.0)
26-
molinillo (~> 0.5.0)
26+
molinillo (~> 0.5.1)
2727
nap (~> 1.0)
2828
xcodeproj (>= 1.3.1, < 2.0)
29-
cocoapods-core (1.1.0.rc.1)
29+
cocoapods-core (1.1.0.rc.2)
3030
activesupport (>= 4.0.2, < 5)
3131
fuzzy_match (~> 2.0.4)
3232
nap (~> 1.0)
@@ -63,7 +63,7 @@ PLATFORMS
6363
ruby
6464

6565
DEPENDENCIES
66-
cocoapods (~> 1.1.0.rc.1)
66+
cocoapods (~> 1.1.0.rc.2)
6767
minitest
6868

6969
BUNDLED WITH

CocoaPodsTests/Makefile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
1-
test: install
1+
test: install repo_update
22
@set -e; \
33
for test in *_test.rb; do \
44
bundle exec ./$$test; \
55
done
66

7+
repo_update:
8+
@bundle exec pod repo update --silent
9+
710
install:
811
@bundle install --path gems
912

0 commit comments

Comments
 (0)