소스 검색

Update Moment.js documentation (2.9.0)

Thibaut 11 년 전
부모
커밋
962fde0a72
2개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 1 1
      assets/javascripts/templates/pages/about_tmpl.coffee
  2. 2 2
      lib/docs/scrapers/moment.rb

+ 1 - 1
assets/javascripts/templates/pages/about_tmpl.coffee

@@ -217,7 +217,7 @@ credits = [
     'http://modernizr.com/license/'
   ], [
     'Moment.js',
-    '2011-2014 Tim Wood, Iskren Chernev, Moment.js contributors',
+    '2011-2015 Tim Wood, Iskren Chernev, Moment.js contributors',
     'MIT',
     'https://raw.github.com/moment/moment/master/LICENSE'
   ], [

+ 2 - 2
lib/docs/scrapers/moment.rb

@@ -3,7 +3,7 @@ module Docs
     self.name = 'Moment.js'
     self.slug = 'moment'
     self.type = 'moment'
-    self.version = '2.8.3'
+    self.version = '2.9.0'
     self.base_url = 'http://momentjs.com/docs/'
 
     html_filters.push 'moment/clean_html', 'moment/entries', 'title'
@@ -13,7 +13,7 @@ module Docs
     options[:skip_links] = true
 
     options[:attribution] = <<-HTML
-      &copy; 2011&ndash;2014 Tim Wood, Iskren Chernev, Moment.js contributors<br>
+      &copy; 2011&ndash;2015 Tim Wood, Iskren Chernev, Moment.js contributors<br>
       Licensed under the MIT License.
     HTML
   end