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
027cb2c8
Commit
027cb2c8
authored
Nov 22, 2014
by
Kyle Fuller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix case used for GitHub
parent
0405a20e
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
spec.rb
lib/cocoapods/command/spec.rb
+1
-1
error_report.rb
lib/cocoapods/user_interface/error_report.rb
+1
-1
No files found.
lib/cocoapods/command/spec.rb
View file @
027cb2c8
...
...
@@ -432,7 +432,7 @@ module Pod
#--------------------------------------#
# Templates and
gith
ub information retrieval for spec create
# Templates and
GitH
ub information retrieval for spec create
#
# @todo It would be nice to have a template class that accepts options
# and uses the default ones if not provided.
...
...
lib/cocoapods/user_interface/error_report.rb
View file @
027cb2c8
...
...
@@ -51,7 +51,7 @@ Repositories : #{repo_information.join("\n ")}
#{
'[!] Oh no, an error occurred.'
.
red
}
#{
error_from_podfile
(
exception
)
}
#{
'Search for existing
gith
ub issues similar to yours:'
.
yellow
}
#{
'Search for existing
GitH
ub issues similar to yours:'
.
yellow
}
#{
issues_url
(
exception
)
}
#{
'If none exists, create a ticket, with the template displayed above, on:'
.
yellow
}
...
...
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