rodash-bi 3.0.1 → 3.0.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2af0b23175ccc8395ee3db7f8130b16bdda6bf06849febd63e4d22b112a49549
4
- data.tar.gz: '0105796949a1d1dcfffa2584d6973d15e8ca9d7f3bd6219816e741956b23039d'
3
+ metadata.gz: dc6f350adc2213adcbc81a9df519abd332c10cdbb2739d075e409751665fd0a9
4
+ data.tar.gz: afa6eac62750885d21f5d7f20b82b61b0699923c7bc06aa46ba457160b06cfb7
5
5
  SHA512:
6
- metadata.gz: bf528b713f72fc81a1fc169dac41a05814d2ea13a4488a76b95d8e4f1f1ccb700b05f5318e818824fac0315755b3058d166c76b3c35b03cfbdedc737d4cf1f32
7
- data.tar.gz: 2a535d9b0541b498f56a64e5f4f55359bc2524dc91685b1ea60de14fb0cb6601c22c6cb9b369fb834c7fc16ded203ca79bfd2f26a7b91619aa612aed2e748f0e
6
+ metadata.gz: 1109067d7920352d7f399fa2027fc37b674a623723f12e368f3d09781b60b5ef875ed89a4e16aa1202dfd1e4f51a406e27998671245e94fc531dcbe705f81785
7
+ data.tar.gz: de38fc0413b347b4779c3bac1e3a917e1732e6d58ee1b3e0aa8959824fa498aa8fb79a591cb52f714166460f2a3c8422a491e9d64317129b392dbd4ffd66b04e
@@ -3,7 +3,7 @@
3
3
  # MIT License
4
4
  # Based on Lodash.js 4.3.0 <https://lodash.com/>
5
5
 
6
- class RodashBi
6
+ class Rodash
7
7
 
8
8
  # Sets the value at `path` of `object`. If a portion of `path` doesn't exist
9
9
  # it's created. Arrays are created for missing index properties while objects
data/lib/rodash_bi.rb ADDED
@@ -0,0 +1 @@
1
+ require 'rodash_bi/rodash'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rodash-bi
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.1
4
+ version: 3.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Victor Fernandez
@@ -16,7 +16,8 @@ executables: []
16
16
  extensions: []
17
17
  extra_rdoc_files: []
18
18
  files:
19
- - lib/rodash-bi.rb
19
+ - lib/rodash_bi.rb
20
+ - lib/rodash_bi/rodash.rb
20
21
  homepage: https://github.com/victor-fdez/Rodash
21
22
  licenses:
22
23
  - MIT