|
|
@@ -1,7 +1,7 @@
|
|
|
module Docs
|
|
|
class Reactivex < UrlScraper
|
|
|
- self.type = 'reactivex'
|
|
|
self.name = 'ReactiveX'
|
|
|
+ self.type = 'reactivex'
|
|
|
self.base_url = 'http://reactivex.io/'
|
|
|
self.root_path = 'intro.html'
|
|
|
self.links = {
|
|
|
@@ -19,5 +19,9 @@ module Docs
|
|
|
© ReactiveX contributors<br>
|
|
|
Licensed under the Apache License 2.0.
|
|
|
HTML
|
|
|
+
|
|
|
+ def get_latest_version(opts)
|
|
|
+ get_latest_github_commit_date('ReactiveX', 'reactivex.github.io', opts)
|
|
|
+ end
|
|
|
end
|
|
|
end
|