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
476ed933
Commit
476ed933
authored
Jul 02, 2012
by
Eloy Duran
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Clean Rakefile a bit.
parent
a4cb69ca
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
Rakefile
Rakefile
+1
-2
No files found.
Rakefile
View file @
476ed933
...
@@ -48,7 +48,7 @@ end
...
@@ -48,7 +48,7 @@ end
namespace
:gem
do
namespace
:gem
do
def
gem_version
def
gem_version
require
File
.
join
(
File
.
dirname
(
__FILE__
),
*
%w[lib cocoapods]
)
require
File
.
expand_path
(
'../lib/cocoapods'
,
__FILE__
)
Pod
::
VERSION
Pod
::
VERSION
end
end
...
@@ -67,7 +67,6 @@ namespace :gem do
...
@@ -67,7 +67,6 @@ namespace :gem do
end
end
def
silent_sh
(
command
)
def
silent_sh
(
command
)
#output = `/bin/sh -c '#{command}' 2>&1`
output
=
`
#{
command
}
2>&1`
output
=
`
#{
command
}
2>&1`
unless
$?
.
success?
unless
$?
.
success?
puts
output
puts
output
...
...
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