hquery 1.0.0

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.
metadata ADDED
@@ -0,0 +1,57 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: hquery
3
+ version: !ruby/object:Gem::Version
4
+ version: 1.0.0
5
+ platform: ruby
6
+ authors:
7
+ - Steven Garcia
8
+ bindir: exe
9
+ cert_chain: []
10
+ date: 1980-01-02 00:00:00.000000000 Z
11
+ dependencies: []
12
+ description: Turn associative arrays into rich, queryable data for ruby applications
13
+ email:
14
+ - stevendgarcia@gmail.com
15
+ executables: []
16
+ extensions: []
17
+ extra_rdoc_files: []
18
+ files:
19
+ - CHANGELOG.md
20
+ - CODE_OF_CONDUCT.md
21
+ - LICENSE
22
+ - README.md
23
+ - Rakefile
24
+ - lib/hq.rb
25
+ - lib/hq/context.rb
26
+ - lib/hq/instance.rb
27
+ - lib/hq/page.rb
28
+ - lib/hq/query.rb
29
+ - lib/hq/relations.rb
30
+ - lib/hq/version.rb
31
+ - test.md
32
+ homepage: https://github.com/activestylus/hq.git
33
+ licenses:
34
+ - MIT
35
+ metadata:
36
+ allowed_push_host: https://rubygems.org
37
+ homepage_uri: https://github.com/activestylus/hq.git
38
+ source_code_uri: https://github.com/activestylus/hq.git
39
+ changelog_uri: https://github.com/activestylus/hq/CHANGELOG.md
40
+ rdoc_options: []
41
+ require_paths:
42
+ - lib
43
+ required_ruby_version: !ruby/object:Gem::Requirement
44
+ requirements:
45
+ - - ">="
46
+ - !ruby/object:Gem::Version
47
+ version: 2.6.3
48
+ required_rubygems_version: !ruby/object:Gem::Requirement
49
+ requirements:
50
+ - - ">="
51
+ - !ruby/object:Gem::Version
52
+ version: '0'
53
+ requirements: []
54
+ rubygems_version: 3.6.9
55
+ specification_version: 4
56
+ summary: Read-Only ORM for Ruby Hashes
57
+ test_files: []