diff --git a/lib/docs/scrapers/padrino.rb b/lib/docs/scrapers/padrino.rb
index d34b7db5..9653bf02 100644
--- a/lib/docs/scrapers/padrino.rb
+++ b/lib/docs/scrapers/padrino.rb
@@ -2,8 +2,8 @@ module Docs
class Padrino < UrlScraper
self.slug = 'padrino'
self.type = 'rubydoc'
- self.release = '0.14.1'
- self.base_url = 'http://www.rubydoc.info/github/padrino/padrino-framework/'
+ self.release = '0.14.4'
+ self.base_url = 'https://www.rubydoc.info/github/padrino/padrino-framework/'
self.root_path = 'file/README.rdoc'
self.initial_paths = %w(index2)
self.links = {
@@ -16,7 +16,7 @@ module Docs
options[:container] = ->(filter) { filter.root_page? ? '#filecontents' : '#content' }
options[:attribution] = <<-HTML
- © 2010–2016 Padrino
+ © 2010–2019 Padrino
Licensed under the MIT License.
HTML