From 01c017e868a4bb5d47a337b5389e80d5296d6f46 Mon Sep 17 00:00:00 2001 From: Thibaut Date: Sat, 9 Jan 2016 11:05:44 -0500 Subject: [PATCH] Update Angular.js documentation (1.4.8) --- assets/javascripts/templates/pages/about_tmpl.coffee | 4 ++-- lib/docs/scrapers/angular.rb | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/assets/javascripts/templates/pages/about_tmpl.coffee b/assets/javascripts/templates/pages/about_tmpl.coffee index 362f9e66..51f61595 100644 --- a/assets/javascripts/templates/pages/about_tmpl.coffee +++ b/assets/javascripts/templates/pages/about_tmpl.coffee @@ -76,9 +76,9 @@ app.templates.aboutPage = -> """ credits = [ [ 'Angular.js', - '2010-2015 Google, Inc.', + '2010-2016 Google, Inc.', 'CC BY', - 'http://creativecommons.org/licenses/by/3.0/' + 'http://creativecommons.org/licenses/by/4.0/' ], [ 'Apache HTTP Server', 'The Apache Software Foundation', diff --git a/lib/docs/scrapers/angular.rb b/lib/docs/scrapers/angular.rb index 840b3d96..f9225681 100644 --- a/lib/docs/scrapers/angular.rb +++ b/lib/docs/scrapers/angular.rb @@ -5,7 +5,7 @@ module Docs self.name = 'Angular.js' self.slug = 'angular' self.type = 'angular' - self.version = '1.4.7' + self.version = '1.4.8' self.base_url = "https://code.angularjs.org/#{version}/docs/partials/api/" html_filters.push 'angular/clean_html', 'angular/entries', 'title' @@ -24,8 +24,8 @@ module Docs options[:skip] = %w(ng.html) options[:attribution] = <<-HTML - © 2010–2015 Google, Inc.
- Licensed under the Creative Commons Attribution License 3.0. + © 2010–2016 Google, Inc.
+ Licensed under the Creative Commons Attribution License 4.0. HTML private