--- !ruby/object:Gem::Specification name: redgraph version: !ruby/object:Gem::Version version: 0.2.1 platform: ruby authors: - Paolo Zaccagnini autorequire: bindir: bin cert_chain: [] date: 2021-04-23 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' - !ruby/object:Gem::Dependency name: activesupport requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 3.0.0 type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 3.0.0 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/node_model.rb - lib/redgraph/node_model/class_methods.rb - lib/redgraph/node_model/graph_manipulation.rb - lib/redgraph/node_model/persistence.rb - lib/redgraph/query_response.rb - lib/redgraph/util.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/node_model_class_methods_test.rb - test/node_model_labels_test.rb - test/node_model_persistence_test.rb - test/node_model_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: []