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
93c28fca
Commit
93c28fca
authored
Mar 06, 2013
by
Fabio Pelosin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move Informative classes to cocoapods-core
parent
a225e746
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
12 deletions
+6
-12
cocoapods.rb
lib/cocoapods.rb
+6
-12
No files found.
lib/cocoapods.rb
View file @
93c28fca
...
...
@@ -2,13 +2,13 @@ require 'rubygems'
module
Pod
require
'cocoapods/gem_version'
require
'cocoapods-core'
require
'xcodeproj'
require
'cocoapods/downloader'
require
'cocoapods/file_list'
require
'cocoapods/config'
# Indicates a runtime error **not** caused by a bug.
#
class
PlainInformative
<
StandardError
;
end
# Indicates a runtime error **not** caused by a bug which should be
# highlighted to the user.
# Indicates an user error. This is defined in cocoapods-core.
#
class
Informative
<
PlainInformative
def
message
...
...
@@ -30,12 +30,6 @@ module Pod
#
MAX_CACHE_SIZE
=
500
require
'cocoapods-core'
require
'xcodeproj'
require
'cocoapods/downloader'
require
'cocoapods/file_list'
require
'cocoapods/config'
autoload
:Command
,
'cocoapods/command'
autoload
:Executable
,
'cocoapods/executable'
autoload
:ExternalSources
,
'cocoapods/external_sources'
...
...
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