lib/jazzy/podspec_documenter.rb in jazzy-0.14.4 vs lib/jazzy/podspec_documenter.rb in jazzy-0.15.0
- old
+ new
@@ -50,10 +50,10 @@
unless config.author_name_configured
config.author_name = author_name(podspec)
config.author_name_configured = true
end
- unless config.module_name_configured
+ unless config.module_name_known?
config.module_name = podspec.module_name
config.module_name_configured = true
end
unless config.author_url_configured
config.author_url = podspec.homepage || github_file_prefix(podspec)