File tree Expand file tree Collapse file tree 3 files changed +10
-7
lines changed Expand file tree Collapse file tree 3 files changed +10
-7
lines changed Original file line number Diff line number Diff line change 11source 'https://rubygems.org'
22
3- gem 'cocoapods' , '~> 1.1.0.rc.1 '
3+ gem 'cocoapods' , '~> 1.1.0.rc.2 '
44gem 'minitest'
Original file line number Diff line number Diff line change 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 )
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
6565DEPENDENCIES
66- cocoapods (~> 1.1.0.rc.1 )
66+ cocoapods (~> 1.1.0.rc.2 )
6767 minitest
6868
6969BUNDLED WITH
Original file line number Diff line number Diff line change 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+
710install :
811 @bundle install --path gems
912
You can’t perform that action at this time.
0 commit comments