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
0202158f
Commit
0202158f
authored
Mar 18, 2012
by
Victor Ilyukevich
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[#171] added solution by @alloy for fixing error with encoding in some specs on ruby 1.9
parent
4817c4c0
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
pod
bin/pod
+0
-2
cocoapods.rb
lib/cocoapods.rb
+2
-0
No files found.
bin/pod
View file @
0202158f
#!/usr/bin/env ruby
#!/usr/bin/env ruby
Encoding
.
default_external
=
Encoding
::
UTF_8
if
RUBY_VERSION
>
'1.8.7'
if
$0
==
__FILE__
if
$0
==
__FILE__
$:
.
unshift
File
.
expand_path
(
'../../external/Xcodeproj/ext'
,
__FILE__
)
$:
.
unshift
File
.
expand_path
(
'../../external/Xcodeproj/ext'
,
__FILE__
)
$:
.
unshift
File
.
expand_path
(
'../../external/Xcodeproj/lib'
,
__FILE__
)
$:
.
unshift
File
.
expand_path
(
'../../external/Xcodeproj/lib'
,
__FILE__
)
...
...
lib/cocoapods.rb
View file @
0202158f
Encoding
.
default_external
=
Encoding
::
UTF_8
if
RUBY_VERSION
>
'1.8.7'
module
Pod
module
Pod
VERSION
=
'0.5.1'
VERSION
=
'0.5.1'
...
...
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