Skip to content

Commit

Permalink
Added url to Jonathan Conways presentation material
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasronge committed Dec 21, 2008
1 parent 17f1704 commit 2d9c31c
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 33 deletions.
5 changes: 4 additions & 1 deletion README.rdoc
Expand Up @@ -5,7 +5,7 @@ Neo4j.rb is a graph database for JRuby.
It provides:
* Mapping of ruby objects to nodes in networks rather than in tables.
* Storage of ruby object to a file system.
* Fast traversal of relationships between nodes in a hugh node space.
* Fast traversal of relationships between nodes in a huge node space.
* Transaction with rollbacks support.
* Indexing and querying of ruby objects.
* Can be used instead of ActiveRecord in Ruby on Rails or Merb
Expand All @@ -27,6 +27,9 @@ It uses two powerful and mature java libraries:
* API Yard Documentation - http://neo4j.rubyforge.org/
* Source repo - git://github.com/andreasronge/neo4j.git

=== Presentation Materials
* Ruby Manor 2008 - Jonathan Conway: http://jaikoo.com/assets/presentations/neo4j.pdf

=== Copyright
Neo4j.rb was created in 2008 by Andreas Ronge (andreas -DOT- ronge -AT- gmail -DOT- com) and is licensed under the MIT license.
Please see the LICENSE for more information.
Expand Down
62 changes: 30 additions & 32 deletions neo4j.gemspec
@@ -1,21 +1,28 @@
# WARNING : RAKE AUTO-GENERATED FILE. DO NOT MANUALLY EDIT!
# LAST UPDATED : Thu Dec 18 15:23:17 +0100 2008
# LAST UPDATED : Thu Dec 18 21:48:37 +0100 2008
#
# RUN : 'rake gem:update_gemspec'

Gem::Specification.new do |s|
s.description = "A graph database for JRuby"
s.date = "Thu Dec 18 00:00:00 +0100 2008"
s.version = "0.1.0"
s.authors = ["Andreas Ronge"]
s.require_paths = ["lib"]
s.name = "neo4j"
s.required_rubygems_version = ">= 0"
s.has_rdoc = "true"
s.specification_version = "2"
s.loaded = "false"
s.files = ["LICENSE",
"CHANGELOG",
"README.rdoc",
"Rakefile",
"neo4j.gemspec",
"lib/neo4j.rb",
"lib/lucene",
"lib/lucene.rb",
"lib/neo4j",
"lib/lucene/index_info.rb",
"lib/lucene/jars",
"lib/lucene/jars/lucene-core-2.4.0.jar",
"lib/lucene/field_info.rb",
"lib/lucene/config.rb",
"lib/lucene/jars.rb",
Expand All @@ -25,32 +32,32 @@ Gem::Specification.new do |s|
"lib/lucene/query_dsl.rb",
"lib/lucene/document.rb",
"lib/lucene/transaction.rb",
"lib/lucene/jars/lucene-core-2.4.0.jar",
"lib/lucene.rb",
"lib/neo4j",
"lib/neo4j/reference_node.rb",
"lib/neo4j/mixins",
"lib/neo4j/mixins/transactional.rb",
"lib/neo4j/mixins/node.rb",
"lib/neo4j/mixins/relation.rb",
"lib/neo4j/mixins/dynamic_accessor.rb",
"lib/neo4j/version.rb",
"lib/neo4j/jars",
"lib/neo4j/jars/jta-spec1_0_1.jar",
"lib/neo4j/jars/neo-1.0-b7.jar",
"lib/neo4j/jars/shell-1.0-b7.jar",
"lib/neo4j/events.rb",
"lib/neo4j/config.rb",
"lib/neo4j/jars.rb",
"lib/neo4j/search_result.rb",
"lib/neo4j/neo.rb",
"lib/neo4j/transaction.rb",
"lib/neo4j/relations",
"lib/neo4j/mixins/transactional.rb",
"lib/neo4j/mixins/node.rb",
"lib/neo4j/mixins/relation.rb",
"lib/neo4j/mixins/dynamic_accessor.rb",
"lib/neo4j/jars/jta-spec1_0_1.jar",
"lib/neo4j/jars/neo-1.0-b7.jar",
"lib/neo4j/jars/shell-1.0-b7.jar",
"lib/neo4j/relations/relations.rb",
"lib/neo4j/relations/relation_info.rb",
"lib/neo4j/relations/dynamic_relation.rb",
"lib/neo4j/relations/has_n_relations.rb",
"lib/neo4j/relations/relation_traverser.rb",
"test/lucene",
"test/neo4j",
"test/lucene/sort_spec.rb",
"test/lucene/transaction_spec.rb",
"test/lucene/index_info_spec.rb",
Expand All @@ -59,6 +66,7 @@ Gem::Specification.new do |s|
"test/lucene/document_spec.rb",
"test/lucene/field_info_spec.rb",
"test/lucene/index_spec.rb",
"test/neo4j",
"test/neo4j/neo_spec.rb",
"test/neo4j/transaction_spec.rb",
"test/neo4j/spec_helper.rb",
Expand All @@ -71,33 +79,23 @@ Gem::Specification.new do |s|
"test/neo4j/property_spec.rb",
"test/neo4j/ref_node_spec.rb",
"test/neo4j/person_spec.rb",
"examples/rails",
"examples/imdb",
"examples/imdb/install.sh",
"examples/imdb/load2.rb",
"examples/imdb/model.rb",
"examples/imdb/find_actors.rb",
"examples/imdb/create_neo_db.rb",
"examples/imdb/load_test.rb",
"examples/imdb/data",
"examples/imdb/data/test-movies.list",
"examples/imdb/data/test-actors.list"]
"examples/imdb/load_test.rb"]
s.email = "andreas.ronge@gmail.com"
s.required_ruby_version = ">= 1.8.4"
s.rubygems_version = "1.3.1"
s.platform = "ruby"
s.date = "Thu Dec 18 00:00:00 +0100 2008"
s.homepage = "http://github.com/andreasronge/neo4j/tree"
s.extra_rdoc_files = ["README.rdoc"]
s.platform = "ruby"
s.rubyforge_project = "neo4j"
s.bindir = "bin"
s.summary = "A graph database for JRuby"
s.rdoc_options = ["--quiet", "--title", "Neo4j.rb", "--opname", "index.html", "--line-numbers", "--main", "README.rdoc", "--inline-source"]
s.specification_version = "2"
s.email = "andreas.ronge@gmail.com"
s.version = "0.0.7"
s.required_rubygems_version = ">= 0"
s.require_paths = ["lib"]
s.required_ruby_version = ">= 1.8.4"
s.extra_rdoc_files = ["README.rdoc"]
s.has_rdoc = "true"
s.name = "neo4j"
s.authors = ["Andreas Ronge"]
s.loaded = "false"
s.summary = "A graph database for JRuby"
s.description = "A graph database for JRuby"
s.bindir = "bin"
end

0 comments on commit 2d9c31c

Please sign in to comment.