neo4jr-simple.gemspec in neo4jr-simple-0.1.0 vs neo4jr-simple.gemspec in neo4jr-simple-0.1.3

- old
+ new

@@ -3,17 +3,19 @@ # Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = %q{neo4jr-simple} - s.version = "0.1.0" + s.version = "0.1.3" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Matthew Deiters"] - s.date = %q{2009-12-18} - s.description = %q{Nothing more then Neo4j and Ruby goodness} + s.date = %q{2009-12-23} + s.default_executable = %q{neosh} + s.description = %q{A simple, ready to go JRuby wrapper for the Neo4j graph database engine. Nothing more then Neo4j and Ruby goodness} s.email = %q{matthew_deiters@mckinsey.com} + s.executables = ["neosh"] s.extra_rdoc_files = [ "LICENSE", "README.rdoc" ] s.files = [ @@ -21,28 +23,34 @@ ".gitignore", "LICENSE", "README.rdoc", "Rakefile", "VERSION", - "lib/jars/jta-1_1.jar", - "lib/jars/neo-1.0-b9.jar", - "lib/jars/shell-1.0-b9.jar", + "bin/neosh", + "lib/jars/graph-algo-0.2-20090815.182816-1.jar", + "lib/jars/jta-1.1.jar", + "lib/jars/neo-1.0-b10.jar", + "lib/jars/shell-1.0-b10.jar", "lib/neo4jr-simple.rb", + "lib/neo4jr/cli.rb", "lib/neo4jr/configuration.rb", "lib/neo4jr/db.rb", "lib/neo4jr/direction.rb", "lib/neo4jr/node_extension.rb", "lib/neo4jr/order.rb", + "lib/neo4jr/property_container_extension.rb", + "lib/neo4jr/relationship_extension.rb", "lib/neo4jr/relationship_type.rb", "lib/neo4jr/returnable_evaluator.rb", "lib/neo4jr/stop_evaluator.rb", "lib/neo4jr/traverser_extension.rb", "lib/neo4jr/version.rb", "neo4jr-simple.gemspec", "spec/db_spec.rb", + "spec/direction_spec.rb", "spec/functional_example_spec.rb", - "spec/node_extension_spec.rb", + "spec/property_container_extension_spec.rb", "spec/returnable_evaluator_spec.rb", "spec/spec.opts", "spec/spec_helper.rb", "spec/stop_evaluator_spec.rb", "spec/test-imdb-database/active_tx_log", @@ -74,11 +82,12 @@ s.require_paths = ["lib"] s.rubygems_version = %q{1.3.5} s.summary = %q{A simple, ready to go JRuby wrapper for the Neo4j graph database engine.} s.test_files = [ "spec/db_spec.rb", + "spec/direction_spec.rb", "spec/functional_example_spec.rb", - "spec/node_extension_spec.rb", + "spec/property_container_extension_spec.rb", "spec/returnable_evaluator_spec.rb", "spec/spec_helper.rb", "spec/stop_evaluator_spec.rb" ]