forked from neo4jrb/activegraph
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathneo4j.gemspec
More file actions
31 lines (27 loc) · 8.37 KB
/
neo4j.gemspec
File metadata and controls
31 lines (27 loc) · 8.37 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
s.name = %q{neo4j}
s.version = "0.4.1"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Andreas Ronge"]
s.date = %q{2010-03-11}
s.description = %q{A graph database for JRuby}
s.email = %q{andreas.ronge@gmail.com}
s.extra_rdoc_files = ["README.rdoc"]
s.files = ["LICENSE", "CHANGELOG", "README.rdoc", "Rakefile", "lib/rest.rb", "lib/lucene.rb", "lib/neo4j.rb", "lib/neo4j/node.rb", "lib/neo4j/neo.rb", "lib/neo4j/jars.rb", "lib/neo4j/version.rb", "lib/neo4j/search_result.rb", "lib/neo4j/batch_inserter.rb", "lib/neo4j/transaction.rb", "lib/neo4j/config.rb", "lib/neo4j/event_handler.rb", "lib/neo4j/reference_node.rb", "lib/neo4j/relationship.rb", "lib/neo4j/indexer.rb", "lib/neo4j/relationships/traversal_position.rb", "lib/neo4j/relationships/relationship_dsl.rb", "lib/neo4j/relationships/decl_relationship_dsl.rb", "lib/neo4j/relationships/has_n.rb", "lib/neo4j/relationships/node_traverser.rb", "lib/neo4j/relationships/has_list.rb", "lib/neo4j/relationships/wrappers.rb", "lib/neo4j/mixins/property_class_methods.rb", "lib/neo4j/mixins/migration_mixin.rb", "lib/neo4j/mixins/java_list_mixin.rb", "lib/neo4j/mixins/node_mixin.rb", "lib/neo4j/mixins/relationship_mixin.rb", "lib/neo4j/mixins/java_node_mixin.rb", "lib/neo4j/mixins/java_relationship_mixin.rb", "lib/neo4j/mixins/rel_class_methods.rb", "lib/neo4j/mixins/java_property_mixin.rb", "lib/neo4j/extensions/rest.rb", "lib/neo4j/extensions/tx_tracker.rb", "lib/neo4j/extensions/graph_algo.rb", "lib/neo4j/extensions/rest_slave.rb", "lib/neo4j/extensions/rest_master.rb", "lib/neo4j/extensions/reindexer.rb", "lib/neo4j/extensions/find_path.rb", "lib/neo4j/extensions/aggregate.rb", "lib/neo4j/extensions/graph_algo/neo4j-graph-algo-0.3.jar", "lib/neo4j/extensions/graph_algo/all_simple_paths.rb", "lib/neo4j/extensions/aggregate/props_aggregate_mixin.rb", "lib/neo4j/extensions/aggregate/node_aggregate_mixin.rb", "lib/neo4j/extensions/aggregate/node_aggregator.rb", "lib/neo4j/extensions/aggregate/node_group.rb", "lib/neo4j/extensions/aggregate/aggregate_enum.rb", "lib/neo4j/extensions/aggregate/prop_group.rb", "lib/neo4j/extensions/aggregate/node_aggregate.rb", "lib/neo4j/extensions/aggregate/property_enum.rb", "lib/neo4j/extensions/aggregate/props_aggregate.rb", "lib/neo4j/extensions/aggregate/props_aggregator.rb", "lib/neo4j/extensions/aggregate/ext/node_mixin.rb", "lib/neo4j/extensions/rest/stubs.rb", "lib/neo4j/extensions/rest/server.rb", "lib/neo4j/extensions/rest/rest_mixin.rb", "lib/neo4j/extensions/rest/rest.rb", "lib/neo4j/jars/geronimo-jta_1.1_spec-1.1.1.jar", "lib/neo4j/jars/neo4j-kernel-1.0.jar", "lib/lucene/query_dsl.rb", "lib/lucene/jars.rb", "lib/lucene/transaction.rb", "lib/lucene/config.rb", "lib/lucene/index_searcher.rb", "lib/lucene/document.rb", "lib/lucene/field_info.rb", "lib/lucene/index_info.rb", "lib/lucene/index.rb", "lib/lucene/hits.rb", "lib/lucene/jars/lucene-core-2.9.1.jar", "test/spec_helper.rb", "test/replication/master_slave_spec.rb", "test/replication/replication_spec.rb", "test/replication/test_master.rb", "test/replication/test_slave.rb", "test/extensions/tx_tracker_spec.rb", "test/extensions/find_path_spec.rb", "test/extensions/graph_algo_spec.rb", "test/extensions/aggregate/props_aggregate_spec.rb", "test/extensions/aggregate/node_mixin_spec.rb", "test/extensions/aggregate/node_aggregate_spec.rb", "test/rest/rest_spec.rb", "test/rest/stub_spec.rb", "test/neo4j/spec_helper.rb", "test/neo4j/readme_spec.rb", "test/neo4j/has_n_spec.rb", "test/neo4j/transaction_spec.rb", "test/neo4j/cascade_delete_spec.rb", "test/neo4j/migration_spec.rb", "test/neo4j/node_mixin_spec.rb", "test/neo4j/has_one_spec.rb", "test/neo4j/relationship_spec.rb", "test/neo4j/relation_traverser_spec.rb", "test/neo4j/has_list_spec.rb", "test/neo4j/indexer_spec.rb", "test/neo4j/node_lucene_spec.rb", "test/neo4j/neo_spec.rb", "test/neo4j/relationship_mixin_spec.rb", "test/neo4j/batch_inserter_spec.rb", "test/neo4j/reindexer_spec.rb", "test/neo4j/value_object_spec.rb", "test/neo4j/node_traverser_spec.rb", "test/neo4j/person_spec.rb", "test/neo4j/order_spec.rb", "test/neo4j/property_spec.rb", "test/neo4j/node_spec.rb", "test/neo4j/tmp/master/neostore.relationshiptypestore.db", "test/neo4j/tmp/master/neostore.nodestore.db.id", "test/neo4j/tmp/master/neostore", "test/neo4j/tmp/master/neostore.relationshiptypestore.db.names.id", "test/neo4j/tmp/master/neostore.propertystore.db.index", "test/neo4j/tmp/master/neostore.nodestore.db", "test/neo4j/tmp/master/neostore.propertystore.db.index.id", "test/neo4j/tmp/master/neostore.relationshipstore.db.id", "test/neo4j/tmp/master/neostore.propertystore.db.strings", "test/neo4j/tmp/master/neostore.propertystore.db.arrays.id", "test/neo4j/tmp/master/neostore.relationshiptypestore.db.id", "test/neo4j/tmp/master/nioneo_logical.log.1", "test/neo4j/tmp/master/neostore.propertystore.db.index.keys.id", "test/neo4j/tmp/master/neostore.propertystore.db.id", "test/neo4j/tmp/master/nioneo_logical.log.active", "test/neo4j/tmp/master/neostore.id", "test/neo4j/tmp/master/neostore.relationshipstore.db", "test/neo4j/tmp/master/neostore.propertystore.db", "test/neo4j/tmp/master/tm_tx_log.1", "test/neo4j/tmp/master/neostore.propertystore.db.index.keys", "test/neo4j/tmp/master/neostore.propertystore.db.strings.id", "test/neo4j/tmp/master/neostore.propertystore.db.arrays", "test/neo4j/tmp/master/neostore.relationshiptypestore.db.names", "test/neo4j/tmp/master/active_tx_log", "test/lucene/spec_helper.rb", "test/lucene/transaction_spec.rb", "test/lucene/query_dsl_spec.rb", "test/lucene/index_spec.rb", "test/lucene/index_info_spec.rb", "test/lucene/sort_spec.rb", "test/lucene/field_info_spec.rb", "test/lucene/document_spec.rb", "examples/railway/railnet-app.rb", "examples/railway/README", "examples/railway/railnet-data.rb", "examples/railway/tmp/neo4j/neostore.relationshiptypestore.db", "examples/railway/tmp/neo4j/neostore.nodestore.db.id", "examples/railway/tmp/neo4j/neostore", "examples/railway/tmp/neo4j/neostore.relationshiptypestore.db.names.id", "examples/railway/tmp/neo4j/neostore.propertystore.db.index", "examples/railway/tmp/neo4j/neostore.nodestore.db", "examples/railway/tmp/neo4j/neostore.propertystore.db.index.id", "examples/railway/tmp/neo4j/neostore.relationshipstore.db.id", "examples/railway/tmp/neo4j/neostore.propertystore.db.strings", "examples/railway/tmp/neo4j/neostore.propertystore.db.arrays.id", "examples/railway/tmp/neo4j/neostore.relationshiptypestore.db.id", "examples/railway/tmp/neo4j/neostore.propertystore.db.index.keys.id", "examples/railway/tmp/neo4j/neostore.propertystore.db.id", "examples/railway/tmp/neo4j/nioneo_logical.log.active", "examples/railway/tmp/neo4j/neostore.id", "examples/railway/tmp/neo4j/neostore.relationshipstore.db", "examples/railway/tmp/neo4j/neostore.propertystore.db", "examples/railway/tmp/neo4j/tm_tx_log.1", "examples/railway/tmp/neo4j/neostore.propertystore.db.index.keys", "examples/railway/tmp/neo4j/neostore.propertystore.db.strings.id", "examples/railway/tmp/neo4j/neostore.propertystore.db.arrays", "examples/railway/tmp/neo4j/neostore.relationshiptypestore.db.names", "examples/railway/tmp/neo4j/active_tx_log", "examples/you_might_know/all_simple_paths.rb", "examples/you_might_know/YouMightKnow.java", "examples/you_might_know/nodes.rb", "examples/you_might_know/you_might_know.rb", "examples/rest/example.rb", "examples/admin/Rakefile", "examples/admin/admin.rb", "examples/admin/spec/admin_spec.rb", "examples/admin/views/index.erb", "examples/admin/public/neo4j.css", "examples/admin/public/neo_admin.js", "examples/admin/public/jquery.js", "examples/imdb/2_index_db.rb", "examples/imdb/1_create_neo_db.rb", "examples/imdb/README", "examples/imdb/model.rb", "examples/imdb/install.sh", "examples/imdb/find_actors.rb"]
s.homepage = %q{http://github.com/andreasronge/neo4j/tree}
s.rdoc_options = ["--quiet", "--title", "Neo4j.rb", "--opname", "index.html", "--line-numbers", "--main", "README.rdoc", "--inline-source"]
s.require_paths = ["lib"]
s.required_ruby_version = Gem::Requirement.new(">= 1.8.4")
s.rubyforge_project = %q{neo4j}
s.rubygems_version = %q{1.3.5}
s.summary = %q{A graph database for JRuby}
if s.respond_to? :specification_version then
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
s.specification_version = 3
if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
else
end
else
end
end