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
c64bcc19
Commit
c64bcc19
authored
May 22, 2014
by
Olivier Halligon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
CLAide::Arguments : new way to handle ellipsis / repeatable arguments
parent
37afe784
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
13 deletions
+11
-13
Gemfile.lock
Gemfile.lock
+9
-9
project.rb
lib/cocoapods/command/project.rb
+1
-2
spec.rb
lib/cocoapods/command/spec.rb
+1
-2
No files found.
Gemfile.lock
View file @
c64bcc19
GIT
remote: https://github.com/CocoaPods/CLAide.git
revision:
dc0824a1d7a03dc67b9e3dbfccdd4992241ddc0b
branch:
master
revision:
c6441fe2b6bf8773e730e02a426bacd6fc2a38b2
branch:
CLAide-Argument
specs:
claide (0.6.1)
...
...
@@ -18,7 +18,7 @@ GIT
GIT
remote: https://github.com/CocoaPods/Xcodeproj.git
revision:
0d910d0f7ff7f83f12c79cb3ac8b4a2c568d2460
revision:
46542abf3e1a835e7862feff57e3e14a89e70dbc
branch: master
specs:
xcodeproj (0.17.0)
...
...
@@ -34,16 +34,16 @@ GIT
GIT
remote: https://github.com/CocoaPods/cocoapods-plugins.git
revision:
f03cfe8c39172ba1dd9b714a91e04e79a68d0711
branch:
master
revision:
84c1da50be78efcca2c420876bedf46d05de093e
branch:
CLAide-Argument
specs:
cocoapods-plugins (0.2.0)
nap
GIT
remote: https://github.com/CocoaPods/cocoapods-trunk.git
revision:
fa7230a543bbb4861d70d388d58552d1326dd39b
branch:
master
revision:
0a0d001230b8caa9a568a502422b5c5860d0c328
branch:
CLAide-Argument
specs:
cocoapods-trunk (0.1.1)
json (~> 1.8)
...
...
@@ -52,8 +52,8 @@ GIT
GIT
remote: https://github.com/CocoaPods/cocoapods-try.git
revision:
40d716f925e7b9c3f014b93a0a78d7bf94e9a0b3
branch:
master
revision:
fbdccaede69bb9a30195e92f050225bda0c5fb3a
branch:
CLAide-Argument
specs:
cocoapods-try (0.3.0)
...
...
lib/cocoapods/command/project.rb
View file @
c64bcc19
...
...
@@ -87,8 +87,7 @@ module Pod
DESC
self
.
arguments
=
[
CLAide
::
Argument
.
new
(
'POD_NAMES'
,
false
),
CLAide
::
Argument
.
ellipsis
CLAide
::
Argument
.
new
(
'POD_NAMES'
,
false
,
true
),
]
def
initialize
(
argv
)
...
...
lib/cocoapods/command/spec.rb
View file @
c64bcc19
...
...
@@ -59,8 +59,7 @@ module Pod
DESC
self
.
arguments
=
[
CLAide
::
Argument
.
new
(
%w(NAME.podspec DIRECTORY http://PATH/NAME.podspec)
,
false
),
CLAide
::
Argument
.
ellipsis
CLAide
::
Argument
.
new
(
%w(NAME.podspec DIRECTORY http://PATH/NAME.podspec)
,
false
,
true
),
]
def
self
.
options
...
...
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