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
94d5bd65
Commit
94d5bd65
authored
May 12, 2016
by
Samuel Giddins
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #5289 from CocoaPods/seg-update-issue-template
[Issue Template] Update for pod env & ask for project
parents
1f440c4a
881e464c
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
6 deletions
+12
-6
ISSUE_TEMPLATE.md
.github/ISSUE_TEMPLATE.md
+8
-6
.travis.yml
.travis.yml
+1
-0
integration.rb
spec/integration.rb
+3
-0
No files found.
.github/ISSUE_TEMPLATE.md
View file @
94d5bd65
...
@@ -22,12 +22,14 @@
...
@@ -22,12 +22,14 @@
> ℹ Please replace this with of what happened instead.
> ℹ Please replace this with of what happened instead.
> e.g. Pod A is missing the subspec B for target C.
> e.g. Pod A is missing the subspec B for target C.
##
Podfile
##
CocoaPods Environment
> ℹ Please
paste the contents of your Podfile below.
> ℹ Please
replace this with the output of `pod env`.
>
(e.g. via `cat Podfile
| pbcopy`)
>
(e.g. via `pod env
| pbcopy`)
> You can remove this hint then.
> You can remove this hint then.
```
ruby
## Project that demonstrates the issue
# Paste your Podfile contents HERE.
```
> ℹ Please link to a project we can download that reproduces the issue.
> You can delete this section if your issue is unrelated to build problems,
> i.e. it's only an issue with CocoaPods the tool.
.travis.yml
View file @
94d5bd65
...
@@ -24,6 +24,7 @@ before_install:
...
@@ -24,6 +24,7 @@ before_install:
before_script
:
before_script
:
-
bundle exec pod repo update --silent
-
bundle exec pod repo update --silent
-
bundle exec pod env
script
:
script
:
-
bundle exec rake
-
bundle exec rake
...
...
spec/integration.rb
View file @
94d5bd65
...
@@ -138,6 +138,9 @@ describe_cli 'pod' do
...
@@ -138,6 +138,9 @@ describe_cli 'pod' do
# This was changed in a very recent git version
# This was changed in a very recent git version
s
.
replace_pattern
/git checkout -b <new-branch-name>/
,
'git checkout -b new_branch_name'
s
.
replace_pattern
/git checkout -b <new-branch-name>/
,
'git checkout -b new_branch_name'
# git sometimes prints this, but not always ¯\_(ツ)_/¯
s
.
replace_pattern
/^\s*Checking out files.*done\.[\n]?/
,
''
s
.
replace_path
%r{
s
.
replace_path
%r{
`[^`]*? # The opening backtick on a plugin path
`[^`]*? # The opening backtick on a plugin path
([[[:alnum:]]_+-]+?) # The plugin name
([[[:alnum:]]_+-]+?) # The plugin name
...
...
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