Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix docstring for Pod::Podfile.from_yaml #459

Merged
merged 1 commit into from
Aug 27, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@

##### Bug Fixes

* None.
* Fix docstring for Pod::Podfile.from_yaml
[Jenn Kaplan](https://github.com/jkap)
[#459](https://github.com/CocoaPods/Core/pull/459)


## 1.6.0.beta.1 (2018-08-16)
Expand Down
4 changes: 0 additions & 4 deletions lib/cocoapods-core/podfile.rb
Original file line number Diff line number Diff line change
Expand Up @@ -307,10 +307,6 @@ def self.from_ruby(path, contents = nil)

# Configures a new Podfile from the given YAML representation.
#
# @param [String] yaml
# The YAML encoded hash which contains the information of the
# Podfile.
#
# @param [Pathname] path
# The path from which the Podfile is loaded.
#
Expand Down