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
e3078191
Commit
e3078191
authored
Sep 17, 2011
by
Eloy Duran
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove spec related entries from command help banners for now.
parent
4ff2ff3a
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
3 additions
and
11 deletions
+3
-11
pod
bin/pod
+0
-1
command.rb
lib/cocoa_pods/command.rb
+1
-2
repo.rb
lib/cocoa_pods/command/repo.rb
+2
-7
version.rb
lib/cocoa_pods/version.rb
+0
-1
No files found.
bin/pod
View file @
e3078191
...
@@ -2,7 +2,6 @@
...
@@ -2,7 +2,6 @@
if $0 == __FILE__
if $0 == __FILE__
$:.unshift File.expand_path('../../lib', __FILE__)
$:.unshift File.expand_path('../../lib', __FILE__)
require 'rubygems'
end
end
require 'cocoa_pods'
require 'cocoa_pods'
...
...
lib/cocoa_pods/command.rb
View file @
e3078191
...
@@ -34,8 +34,7 @@ module Pod
...
@@ -34,8 +34,7 @@ module Pod
"
\n
"
+
"
\n
"
+
" * setup
\n
"
+
" * setup
\n
"
+
" * install
\n
"
+
" * install
\n
"
+
" * repo
\n
"
+
" * repo"
" * spec"
end
end
def
self
.
options
def
self
.
options
...
...
lib/cocoa_pods/command/repo.rb
View file @
e3078191
...
@@ -13,13 +13,8 @@ module Pod
...
@@ -13,13 +13,8 @@ module Pod
remote can later be referred to by `NAME'.
remote can later be referred to by `NAME'.
pod repo update NAME
pod repo update NAME
Updates the local clone of the spec-repo `NAME'.
Updates the local clone of the spec-repo `NAME'. If `NAME' is omitted
this will update all spec-repos in `~/.cocoa-pods'.}
pod repo change NAME URL
Changes the git remote of local spec-repo `NAME' to `URL'.
pod repo cd NAME
Changes the current working dir to the local spec-repo `NAME'.}
end
end
extend
Executable
extend
Executable
...
...
lib/cocoa_pods/version.rb
View file @
e3078191
...
@@ -4,7 +4,6 @@ require 'rubygems/version'
...
@@ -4,7 +4,6 @@ require 'rubygems/version'
module
Pod
module
Pod
class
Version
<
Gem
::
Version
class
Version
<
Gem
::
Version
end
end
end
end
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