vendor/assets/javascripts/lodash.compat.js in lodash-rails-1.1.0 vs vendor/assets/javascripts/lodash.compat.js in lodash-rails-1.1.1

- old
+ new

@@ -1,8 +1,8 @@ /** * @license - * Lo-Dash 1.1.0 (Custom Build) <http://lodash.com/> + * Lo-Dash 1.1.1 (Custom Build) <http://lodash.com/> * Build: `lodash -o ./dist/lodash.compat.js` * Copyright 2012-2013 The Dojo Foundation <http://dojofoundation.org/> * Based on Underscore.js 1.4.4 <http://underscorejs.org/> * Copyright 2009-2013 Jeremy Ashkenas, DocumentCloud Inc. * Available under MIT license <http://lodash.com/license> @@ -5345,10 +5345,10 @@ * * @static * @memberOf _ * @type String */ - lodash.VERSION = '1.1.0'; + lodash.VERSION = '1.1.1'; // add "Chaining" functions to the wrapper lodash.prototype.toString = wrapperToString; lodash.prototype.value = wrapperValueOf; lodash.prototype.valueOf = wrapperValueOf;