lib/jazzy/readme_generator.rb in jazzy-0.3.2 vs lib/jazzy/readme_generator.rb in jazzy-0.4.0

- old
+ new

@@ -29,32 +29,32 @@ if config.podspec ### License # <a href="#{license[:url]}">#{license[:license]}</a> <<-EOS -# #{ podspec.name } +# #{podspec.name} -### #{podspec.summary } +### #{podspec.summary} -#{ podspec.description } +#{podspec.description} ### Installation ```ruby -pod '#{ podspec.name }' +pod '#{podspec.name}' ``` ### Authors -#{ source_module.author_name } +#{source_module.author_name} EOS else <<-EOS -# #{ source_module.name } +# #{source_module.name} ### Authors -#{ source_module.author_name } +#{source_module.author_name} EOS end end end end