pathfinder-activerecord 0.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.
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 9cfaffe46c035f326bae8859e46656a64dc6f735a0259875e1cbb3e585a6a72d
4
+ data.tar.gz: 05f20f79b5f4b0cfd3b67113c83fba0dd353973ad36cd9b9f3ec2436b92b84cb
5
+ SHA512:
6
+ metadata.gz: 22d8482cb76911479a95dd5556b067b891d4ac40d90cbd08c059e7ca18044196ce4315e5e09c3c66b5514eea98591fdb76a075daf0f2d3901c5f1c269f5b0a1e
7
+ data.tar.gz: 864cd81a37e2f77fc62a9f2babc683e35d12dc654af480932f046b650728910f429592bb0be346859cdc257e813bae904b862542d42197ebe07beaaa3eb0ac01
@@ -0,0 +1,2 @@
1
+ class PathfinderActiverecord
2
+ end
metadata ADDED
@@ -0,0 +1,44 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: pathfinder-activerecord
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.0
5
+ platform: ruby
6
+ authors:
7
+ - Maksym Honcharov
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2019-07-09 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description:
14
+ email: mxgoncharov@gmail.com
15
+ executables: []
16
+ extensions: []
17
+ extra_rdoc_files: []
18
+ files:
19
+ - lib/pathfinder-activerecord.rb
20
+ homepage: https://rubygems.org/gems/pathfinder-activerecord
21
+ licenses:
22
+ - MIT
23
+ metadata: {}
24
+ post_install_message:
25
+ rdoc_options: []
26
+ require_paths:
27
+ - lib
28
+ required_ruby_version: !ruby/object:Gem::Requirement
29
+ requirements:
30
+ - - ">="
31
+ - !ruby/object:Gem::Version
32
+ version: '0'
33
+ required_rubygems_version: !ruby/object:Gem::Requirement
34
+ requirements:
35
+ - - ">="
36
+ - !ruby/object:Gem::Version
37
+ version: '0'
38
+ requirements: []
39
+ rubygems_version: 3.0.3
40
+ signing_key:
41
+ specification_version: 4
42
+ summary: Gem for figuring out what's going on when you can't find the record inside
43
+ your DB.
44
+ test_files: []