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
ae73b5dc
Commit
ae73b5dc
authored
Sep 26, 2015
by
Samuel Giddins
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[RuboCop] Remove outdated comment
parent
437c0b30
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
3 deletions
+1
-3
Rakefile
Rakefile
+1
-1
integration.rb
spec/integration.rb
+0
-2
No files found.
Rakefile
View file @
ae73b5dc
...
...
@@ -54,7 +54,7 @@ begin
sh
"git checkout
#{
specs_branch
}
"
sh
'git pull'
yaml_file
=
'CocoaPods-version.yml'
yaml_file
=
'CocoaPods-version.yml'
unless
File
.
exist?
(
yaml_file
)
$stderr
.
puts
red
(
"[!] Unable to find
#{
yaml_file
}
!"
)
exit
1
...
...
spec/integration.rb
View file @
ae73b5dc
...
...
@@ -137,14 +137,12 @@ describe_cli 'pod' do
/lib/cocoapods_plugin.rb # The actual plugin file that gets loaded
}iox
,
'`\1/lib/cocoapods_plugin.rb'
# rubocop:disable Style/RegexpLiteral
s
.
replace_pattern
%r{
^(
\s
*
\$
\s
(CURL_BIN |
#{
`which curl`
.
strip
}
) .*
\n
)
^
\s
* %
\s
* Total .*
\n
^
\s
* Dload
\s
* Upload .*
\n
(^
\s
* [[:cntrl:]] .*
\n
)+
}iox
,
"
\\
1
\n
"
# rubocop:enable Style/RegexpLiteral
end
describe
'Pod install'
do
...
...
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