lodash-rails 2.4.1 → 4.17.21

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: dc05a505657e83676fe9d2293f53a408a77c598b
4
- data.tar.gz: db880cde8b24d8f874a441c755c4f8d3b272a724
2
+ SHA256:
3
+ metadata.gz: 0f29d67f112fad23c3f9c0b41f71cf1eeed612be04e8e66b02d191bd08f2530f
4
+ data.tar.gz: 183e91c08790b90402a67956ff19e3491e0a896f88abd6cec231c490adc4795f
5
5
  SHA512:
6
- metadata.gz: db62424929dfc6faf922597db9791e133bf3f6a1a4e8d68fa11b04ed31475568dd6cb72d656d440634c157759410260e58045c933f700e91a02357282bedc1cf
7
- data.tar.gz: 0c3cbf252d6ac701d793e0f605b6db8ae83c92baaeb83cef7b6f6a1920015e73d8be3b3fedc200864c65f9fb1bf6c5c03806741f6ff719a5d68b8125f8996f75
6
+ metadata.gz: 3ca56012d88ec4bc7b005c1dc8a80654a18730f74e1ef38658b19de30e4cee7d5ee304416a1e0c8898513fcb4d51ffc87982232d72800ca61d309588b6a1e6b0
7
+ data.tar.gz: e810c5c611301a342f800891a19b16c9d3fc65e1b84153e671a7c2626b5e84e6940ca95fc6714c7a4eff360dab0aa73a910b917388da6c5c6fa780e10b3339a9
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # lodash-rails
2
2
 
3
- [Lo-Dash](http://lodash.com/) for the Rails asset pipeline.
3
+ [lodash](http://lodash.com/) for the Rails asset pipeline.
4
4
 
5
5
  ## Installation
6
6
 
@@ -18,13 +18,11 @@ Add the necessary library to `app/assets/javascripts/application.js`:
18
18
 
19
19
  ## What's included?
20
20
 
21
- Lo-Dash 2.4.1:
21
+ lodash 4.17.21:
22
22
 
23
- * lodash.js
24
- * lodash.min.js
25
- * lodash.compat.js
26
- * lodash.compat.min.js
27
- * lodash.underscore.js
28
- * lodash.underscore.min.js
23
+ - lodash.core.js
24
+ - lodash.core.min.js
25
+ - lodash.js
26
+ - lodash.min.js
29
27
 
30
28
  Copyright Richard Hubers, released under the MIT License.
@@ -1,5 +1,5 @@
1
1
  module LoDash
2
2
  module Rails
3
- VERSION = "2.4.1"
3
+ VERSION = "4.17.21"
4
4
  end
5
5
  end