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
adb053f1
Commit
adb053f1
authored
Aug 25, 2012
by
Eloy Durán
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix two warnings on Ruby 1.8.7. Closes #475.
parent
3e19b5ee
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
cocoapods.gemspec
cocoapods.gemspec
+2
-1
local_pod_spec.rb
spec/unit/local_pod_spec.rb
+1
-1
No files found.
cocoapods.gemspec
View file @
adb053f1
# -*- encoding: utf-8 -*-
# -*- encoding: utf-8 -*-
require
File
.
expand_path
(
'../lib/cocoapods'
,
__FILE__
)
$:
.
unshift
File
.
expand_path
(
'../lib'
,
__FILE__
)
require
'cocoapods'
Gem
::
Specification
.
new
do
|
s
|
Gem
::
Specification
.
new
do
|
s
|
s
.
name
=
"
cocoapods
"
s
.
name
=
"
cocoapods
"
...
...
spec/unit/local_pod_spec.rb
View file @
adb053f1
...
@@ -358,7 +358,7 @@ describe Pod::LocalPod do
...
@@ -358,7 +358,7 @@ describe Pod::LocalPod do
it
"doesn't cleans the user files"
do
it
"doesn't cleans the user files"
do
useless_file
=
@local_path
+
'useless.txt'
useless_file
=
@local_path
+
'useless.txt'
FileUtils
.
touch
(
useless_file
)
FileUtils
.
touch
(
useless_file
)
@pod
.
root
.
should
==
@local_path
@pod
.
root
.
should
==
@local_path
@pod
.
clean!
@pod
.
clean!
useless_file
.
exist?
.
should
.
be
.
true
useless_file
.
exist?
.
should
.
be
.
true
...
...
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