Skip to content

Commit f0e55ff

Browse files
committed
Update Falcon documentation (1.4.1)
1 parent fd2ef56 commit f0e55ff

6 files changed

Lines changed: 7 additions & 2 deletions

File tree

assets/images/docs-2.png

45 Bytes
Loading

assets/images/[email protected]

-90 Bytes
Loading

lib/docs/scrapers/falcon.rb

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,15 @@ class Falcon < UrlScraper
1515
options[:skip_patterns] = [/\Achanges/, /\A_modules/, /\Acommunity/]
1616

1717
options[:attribution] = <<-HTML
18-
&copy; 2012&ndash;2016 by Rackspace Hosting, Inc. and other contributors<br>
18+
&copy; 2012&ndash;2017 by Rackspace Hosting, Inc. and other contributors<br>
1919
Licensed under the Apache License, Version 2.0.
2020
HTML
2121

22+
version '1.4' do
23+
self.release = '1.4.1'
24+
self.base_url = "https://falcon.readthedocs.io/en/#{self.release}/"
25+
end
26+
2227
version '1.3' do
2328
self.release = '1.3.0'
2429
self.base_url = "https://falcon.readthedocs.io/en/#{self.release}/"

public/icons/docs/falcon/16.png

16 Bytes
Loading
-240 Bytes
Loading

public/icons/docs/falcon/SOURCE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
https://github.com/falconry/falconry.github.io
1+
https://github.com/falconry/falcon/tree/master/logo

0 commit comments

Comments
 (0)