Class: Pod::Command::Patch
- Inherits:
-
Pod::Command
show all
- Defined in:
- lib/pod/command/patch.rb,
lib/pod/command/patch/apply.rb,
lib/pod/command/patch/create.rb,
lib/pod/command/patch/migrate.rb
Defined Under Namespace
Classes: Apply, Create, Migrate
Instance Method Summary
collapse
Instance Method Details
#patch_file ⇒ Object
10
11
12
13
|
# File 'lib/pod/command/patch.rb', line 10
def patch_file
version = config.lockfile.version(@name)
return config.project_root + 'patches' + "#{@name}+#{version}.diff"
end
|
#patches_path ⇒ Object
15
16
17
|
# File 'lib/pod/command/patch.rb', line 15
def patches_path
config.project_root + 'patches'
end
|