# -*- encoding: utf-8 -*- # stub: neo4j-core 2.2.1 java lib Gem::Specification.new do |s| s.name = "neo4j-core".freeze s.version = "2.2.1".freeze s.platform = "java".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Andreas Ronge".freeze] s.date = "2012-12-17" s.description = "You can think of Neo4j as a high-performance graph engine with all the features of a mature and robust database.\nThe programmer works with an object-oriented, flexible network structure rather than with strict and static tables \nyet enjoys all the benefits of a fully transactional, enterprise-strength database.\nIt comes included with the Apache Lucene document database.\n".freeze s.email = "andreas.ronge@gmail.com".freeze s.extra_rdoc_files = ["README.rdoc".freeze] s.files = ["Gemfile".freeze, "README.rdoc".freeze, "config/neo4j/config.yml".freeze, "config/neo4j/config.yml~".freeze, "lib/db/active_tx_log".freeze, "lib/db/index/lucene-store.db".freeze, "lib/db/index/lucene.log.active".freeze, "lib/db/index/lucene.log.v0".freeze, "lib/db/index/lucene.log.v1".freeze, "lib/db/messages.log".freeze, "lib/db/neostore".freeze, "lib/db/neostore.id".freeze, "lib/db/neostore.nodestore.db".freeze, "lib/db/neostore.nodestore.db.id".freeze, "lib/db/neostore.propertystore.db".freeze, "lib/db/neostore.propertystore.db.arrays".freeze, "lib/db/neostore.propertystore.db.arrays.id".freeze, "lib/db/neostore.propertystore.db.id".freeze, "lib/db/neostore.propertystore.db.index".freeze, "lib/db/neostore.propertystore.db.index.id".freeze, "lib/db/neostore.propertystore.db.index.keys".freeze, "lib/db/neostore.propertystore.db.index.keys.id".freeze, "lib/db/neostore.propertystore.db.strings".freeze, "lib/db/neostore.propertystore.db.strings.id".freeze, "lib/db/neostore.relationshipstore.db".freeze, "lib/db/neostore.relationshipstore.db.id".freeze, "lib/db/neostore.relationshiptypestore.db".freeze, "lib/db/neostore.relationshiptypestore.db.id".freeze, "lib/db/neostore.relationshiptypestore.db.names".freeze, "lib/db/neostore.relationshiptypestore.db.names.id".freeze, "lib/db/nioneo_logical.log.active".freeze, "lib/db/nioneo_logical.log.v0".freeze, "lib/db/nioneo_logical.log.v1".freeze, "lib/db/tm_tx_log.1".freeze, "lib/neo4j-core.rb".freeze, "lib/neo4j-core/database.rb".freeze, "lib/neo4j-core/event_handler.rb".freeze, "lib/neo4j-core/hash_with_indifferent_access.rb".freeze, "lib/neo4j-core/index/class_methods.rb".freeze, "lib/neo4j-core/index/index.rb".freeze, "lib/neo4j-core/index/index_config.rb".freeze, "lib/neo4j-core/index/indexer.rb".freeze, "lib/neo4j-core/index/indexer_registry.rb".freeze, "lib/neo4j-core/index/lucene_query.rb".freeze, "lib/neo4j-core/index/unique_factory.rb".freeze, "lib/neo4j-core/lazy_map.rb".freeze, "lib/neo4j-core/node/class_methods.rb".freeze, "lib/neo4j-core/node/node.rb".freeze, "lib/neo4j-core/property/java.rb".freeze, "lib/neo4j-core/property/property.rb".freeze, "lib/neo4j-core/relationship/class_methods.rb".freeze, "lib/neo4j-core/relationship/relationship.rb".freeze, "lib/neo4j-core/relationship_set.rb".freeze, "lib/neo4j-core/rels/rels.rb".freeze, "lib/neo4j-core/rels/traverser.rb".freeze, "lib/neo4j-core/to_java.rb".freeze, "lib/neo4j-core/traversal/evaluator.rb".freeze, "lib/neo4j-core/traversal/filter_predicate.rb".freeze, "lib/neo4j-core/traversal/prune_evaluator.rb".freeze, "lib/neo4j-core/traversal/rel_expander.rb".freeze, "lib/neo4j-core/traversal/traversal.rb".freeze, "lib/neo4j-core/traversal/traverser.rb".freeze, "lib/neo4j-core/version.rb".freeze, "lib/neo4j-core/version.rb~".freeze, "lib/neo4j-core/wrapper/class_methods.rb".freeze, "lib/neo4j-core/wrapper/wrapper.rb".freeze, "lib/neo4j/algo.rb".freeze, "lib/neo4j/config.rb".freeze, "lib/neo4j/config.rb~".freeze, "lib/neo4j/neo4j.rb".freeze, "lib/neo4j/node.rb".freeze, "lib/neo4j/relationship.rb".freeze, "lib/neo4j/transaction.rb".freeze, "neo4j-core.gemspec".freeze] s.homepage = "http://github.com/andreasronge/neo4j-core/tree".freeze s.rdoc_options = ["--quiet".freeze, "--title".freeze, "Neo4j::Core".freeze, "--line-numbers".freeze, "--main".freeze, "README.rdoc".freeze, "--inline-source".freeze] s.required_ruby_version = Gem::Requirement.new(">= 1.8.7".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "A graph database for JRuby".freeze s.specification_version = 3 s.add_runtime_dependency(%q.freeze, [">= 1.8.M05".freeze, "< 1.9".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.0.0".freeze]) end