Sha256: 4ffe1bc4db40d7c86dbf55026bf58da35014649556b5852487cc3733e6da64bc
Contents?: true
Size: 1.82 KB
Versions: 0
Compression: gzip
Compressed size: 714 Bytes
Stored size: 714 Bytes
Contents
--- !ruby/object:Gem::Specification name: redgraph version: !ruby/object:Gem::Version version: 0.1.2 platform: ruby authors: - Paolo Zaccagnini autorequire: bindir: bin cert_chain: [] date: 2021-04-12 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/blob/master/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: []