Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
C
cocoapods
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gengmeiios
cocoapods
Commits
5c07f17f
Commit
5c07f17f
authored
Aug 16, 2013
by
Eloy Durán
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Misc small changes.
parent
8f5a57d9
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
Rakefile
Rakefile
+1
-0
setup.rb
lib/cocoapods/command/setup.rb
+1
-1
No files found.
Rakefile
View file @
5c07f17f
...
@@ -220,6 +220,7 @@ namespace :spec do
...
@@ -220,6 +220,7 @@ namespace :spec do
title
'Running the specs'
title
'Running the specs'
sh
"bundle exec bacon
#{
specs
(
'**'
)
}
"
sh
"bundle exec bacon
#{
specs
(
'**'
)
}
"
require
'pathname'
unless
Pathname
.
new
(
ENV
[
'HOME'
]
+
'/.cocoapods/repos/master'
).
exist?
unless
Pathname
.
new
(
ENV
[
'HOME'
]
+
'/.cocoapods/repos/master'
).
exist?
title
'Ensuring specs repo is up to date'
title
'Ensuring specs repo is up to date'
sh
"./bin/pod setup"
sh
"./bin/pod setup"
...
...
lib/cocoapods/command/setup.rb
View file @
5c07f17f
...
@@ -6,7 +6,7 @@ module Pod
...
@@ -6,7 +6,7 @@ module Pod
self
.
summary
=
'Setup the CocoaPods environment'
self
.
summary
=
'Setup the CocoaPods environment'
self
.
description
=
<<-
DESC
self
.
description
=
<<-
DESC
Creates a directory at `~/.cocoapods` which will hold your spec-repos.
Creates a directory at `~/.cocoapods
/repos
` which will hold your spec-repos.
This is where it will create a clone of the public `master` spec-repo from:
This is where it will create a clone of the public `master` spec-repo from:
https://github.com/CocoaPods/Specs
https://github.com/CocoaPods/Specs
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment