jungle_path 0.0.13 → 0.0.14

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
2
  SHA1:
3
- metadata.gz: c3d7af2ccd2d0dee2d679b8c544bb5490dad5ca1
4
- data.tar.gz: b4d6e98aea0b599ea9eca0c7fe45f9e995d59a6c
3
+ metadata.gz: 3540331fdfa763c7ccef65f7a710419de1f13254
4
+ data.tar.gz: 166cea45aed2c52b6f956697d96e645451d4246a
5
5
  SHA512:
6
- metadata.gz: 71a3d3dbf58cf74c883401463c0d0fff2bcb98cffe20556185be44463b04b62049678c96d8bf116319d79eb0d8a44db5a3d72c72a8372e5ec2a4b16d0b866dd9
7
- data.tar.gz: de05d0e32c106570d48dd1bb19ca6a341d9dcc5b25905674076bf998c455a82f48646fb4a46ff67bee13a4ced00bea802d857ffe4bcde96d8d436bae67efebf9
6
+ metadata.gz: f1554dd1c49227f534d9bb5abdfb01eaf015e1395d564ec2e7f96bc090a7ecca4cc94b2181611313062449edb534cb3e64d04b2e528e03233d11e939cf1a428e
7
+ data.tar.gz: 18fe8df3ad243874d70f3b51b63a1f953477e53f6bd3cda6af5e3c0401b5a66b7e30807bdc52453965d7bacb914ff2378c28bb4f966622fdfa11a24d7fd46f7b
@@ -3,6 +3,7 @@
3
3
  #use: binding.pry where you want a break point.
4
4
  require 'set'
5
5
  require 'jungle_path/query'
6
+ require 'jungle_path/query/nested_hash_sorter'
6
7
  module JunglePath
7
8
  module Query
8
9
  class Engine
@@ -10,6 +10,7 @@ module JunglePath
10
10
  require 'jungle_path/query/from'
11
11
  require 'jungle_path/query/int_value'
12
12
  require 'jungle_path/query/limit'
13
+ require 'jungle_path/query/nested_hash_sorter'
13
14
  require 'jungle_path/query/operator'
14
15
  require 'jungle_path/query/query'
15
16
  require 'jungle_path/query/sort_field'
@@ -1,3 +1,3 @@
1
1
  module JunglePath
2
- VERSION = '0.0.13'
2
+ VERSION = '0.0.14'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jungle_path
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.13
4
+ version: 0.0.14
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michael VanZant