Sha256: 22d0f4fbf0422a4f379368cfe158226cdfaaa391a9ae1d251089da3ce2257bce
Contents?: true
Size: 1.81 KB
Versions: 0
Compression: gzip
Compressed size: 706 Bytes
Stored size: 706 Bytes
Contents
--- !ruby/object:Gem::Specification name: redgraph version: !ruby/object:Gem::Version version: 0.1.0 platform: ruby authors: - Paolo Zaccagnini autorequire: bindir: bin cert_chain: [] date: 2021-04-10 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: redis requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '4' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '4' description: email: - hi@pzac.net executables: [] extensions: [] extra_rdoc_files: [] files: - ".github/workflows/main.yml" - ".gitignore" - CHANGELOG.md - Gemfile - Gemfile.lock - LICENSE.txt - README.md - Rakefile - bin/console - bin/setup - lib/redgraph.rb - lib/redgraph/edge.rb - lib/redgraph/graph.rb - lib/redgraph/node.rb - lib/redgraph/query_response.rb - lib/redgraph/version.rb - redgraph.gemspec - test/graph_connection_test.rb - test/graph_manipulation_test.rb - test/graph_queries_test.rb - test/graph_test.rb - test/redgraph_test.rb - test/test_helper.rb homepage: https://github.com/pzac/redgraph licenses: - MIT metadata: homepage_uri: https://github.com/pzac/redgraph source_code_uri: https://github.com/pzac/redgraph changelog_uri: https://github.com/pzac/redgraph/CHANGELOG.md post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 2.4.0 required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' requirements: [] rubygems_version: 3.2.3 signing_key: specification_version: 4 summary: A simple RedisGraph client test_files: []