lib/pennyworth/presenters/gem.rb in pennyworth-11.1.1 vs lib/pennyworth/presenters/gem.rb in pennyworth-11.1.2
- old
+ new
@@ -24,10 +24,10 @@
"Downloads: #{downloads}."
end
def version = record.fetch(__method__)
- def licenses = record.fetch(__method__).join(", ")
+ def licenses = Array(record.fetch(__method__)).join(", ")
def downloads = record.fetch(__method__)
def site_url = record.fetch(:homepage_uri)