underscore-source 0.4.1 → 0.4.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,5 +1,5 @@
1
1
  module Underscore
2
2
  module Source
3
- VERSION = "0.4.1"
3
+ VERSION = "0.4.2"
4
4
  end
5
5
  end
@@ -28,7 +28,7 @@
28
28
  if (typeof exports !== 'undefined') _ = exports;
29
29
 
30
30
  // Current version.
31
- _.VERSION = '0.4.1';
31
+ _.VERSION = '0.4.2';
32
32
 
33
33
  /*------------------------ Collection Functions: ---------------------------*/
34
34
 
@@ -531,7 +531,7 @@
531
531
  };
532
532
 
533
533
  // Extracts the result from a wrapped and chained object.
534
- wrapper.prototype.get = function() {
534
+ wrapper.prototype.value = function() {
535
535
  return this._wrapped;
536
536
  };
537
537
 
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: underscore-source
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.4.1
5
+ version: 0.4.2
6
6
  platform: ruby
7
7
  authors:
8
8
  - Daniel X. Moore