Sha256: b83f16833ac7a1d0483a4d69f5abb612ed8e0f00d6d20bc14f3ac5252f6a581e
Contents?: true
Size: 1.96 KB
Versions: 0
Compression: gzip
Compressed size: 739 Bytes
Stored size: 739 Bytes
Contents
--- !ruby/object:Gem::Specification name: redgraph version: !ruby/object:Gem::Version version: 0.1.3 platform: ruby authors: - Paolo Zaccagnini autorequire: bindir: bin cert_chain: [] date: 2021-04-13 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/graph/edge_methods.rb - lib/redgraph/graph/node_methods.rb - lib/redgraph/node.rb - lib/redgraph/query_response.rb - lib/redgraph/version.rb - redgraph.gemspec - test/graph_connection_test.rb - test/graph_edge_methods_test.rb - test/graph_manipulation_test.rb - test/graph_node_methods_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: []