vendor/assets/javascripts/jquery.timeago.js in rails-timeago-2.17.1 vs vendor/assets/javascripts/jquery.timeago.js in rails-timeago-2.18.0

- old
+ new

@@ -1,18 +1,18 @@ /** * Timeago is a jQuery plugin that makes it easy to support automatically * updating fuzzy timestamps (e.g. "4 minutes ago" or "about 1 day ago"). * * @name timeago - * @version 1.6.3 - * @requires jQuery v1.2.3+ + * @version 1.6.7 + * @requires jQuery >=1.5.0 <4.0 * @author Ryan McGeary * @license MIT License - http://www.opensource.org/licenses/mit-license.php * * For usage and examples, visit: * http://timeago.yarp.com/ * - * Copyright (c) 2008-2017, Ryan McGeary (ryan -[at]- mcgeary [*dot*] org) + * Copyright (c) 2008-2019, Ryan McGeary (ryan -[at]- mcgeary [*dot*] org) */ (function (factory) { if (typeof define === 'function' && define.amd) { // AMD. Register as an anonymous module.