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
8b40ff49
Commit
8b40ff49
authored
Mar 28, 2012
by
Eloy Duran
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add correct encoding comment to error_report.rb.
parent
b933c31d
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
2 deletions
+4
-2
Podfile.lock
examples/AFNetworking Mac Example/Podfile.lock
+1
-1
Podfile.lock
examples/AFNetworking iOS Example/Podfile.lock
+1
-1
error_report.rb
lib/cocoapods/command/error_report.rb
+2
-0
No files found.
examples/AFNetworking Mac Example/Podfile.lock
View file @
8b40ff49
...
@@ -2,7 +2,7 @@ PODS:
...
@@ -2,7 +2,7 @@ PODS:
- AFNetworking (0.7.0):
- AFNetworking (0.7.0):
- JSONKit
- JSONKit
- FormatterKit (0.7.0)
- FormatterKit (0.7.0)
- JSONKit (1.
4
)
- JSONKit (1.
5pre
)
DEPENDENCIES:
DEPENDENCIES:
- AFNetworking (~> 0.7.0)
- AFNetworking (~> 0.7.0)
...
...
examples/AFNetworking iOS Example/Podfile.lock
View file @
8b40ff49
...
@@ -2,7 +2,7 @@ PODS:
...
@@ -2,7 +2,7 @@ PODS:
- AFNetworking (0.7.0):
- AFNetworking (0.7.0):
- JSONKit
- JSONKit
- FormatterKit (0.7.0)
- FormatterKit (0.7.0)
- JSONKit (1.
4
)
- JSONKit (1.
5pre
)
DEPENDENCIES:
DEPENDENCIES:
- AFNetworking (~> 0.7.0)
- AFNetworking (~> 0.7.0)
...
...
lib/cocoapods/command/error_report.rb
View file @
8b40ff49
# encoding: UTF-8
require
'rbconfig'
require
'rbconfig'
require
'cgi'
require
'cgi'
require
'rubygems'
require
'rubygems'
...
...
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