neo4j.gemspec in neo4j-1.0.0.beta.13 vs neo4j.gemspec in neo4j-1.0.0.beta.14
- old
+ new
@@ -11,20 +11,20 @@
s.authors = "Andreas Ronge"
s.email = 'andreas.ronge@gmail.com'
s.homepage = "http://github.com/andreasronge/neo4j/tree"
s.rubyforge_project = 'neo4j'
s.summary = "A graph database for JRuby"
- s.description = s.summary
+ s.description = <<-EOF
+You can think of Neo4j as a high-performance graph engine with all the features of a mature and robust database.
+The programmer works with an object-oriented, flexible network structure rather than with strict and static tables — yet enjoys all the benefits of a fully transactional, enterprise-strength database.
+It comes included with the Apache Lucene document database.
+EOF
+
s.require_path = 'lib'
s.files = Dir.glob("{bin,lib}/**/*") + %w(README.rdoc CHANGELOG CONTRIBUTORS Gemfile neo4j.gemspec)
s.has_rdoc = true
s.extra_rdoc_files = %w( README.rdoc )
s.rdoc_options = ["--quiet", "--title", "Neo4j.rb", "--opname", "index.html", "--line-numbers", "--main", "README.rdoc", "--inline-source"]
s.required_ruby_version = ">= 1.8.7"
- s.add_dependency("activemodel", ["~> 3.0.0"])
- s.add_dependency("railties", ["~> 3.0.0"])
- s.add_development_dependency "rspec-apigen", ">= 0.0.4"
- s.add_development_dependency "rspec", ">= 2.0.0.beta.20"
- s.add_development_dependency "rspec-rails-matchers", "= 0.2.1"
-
-# s.add_development_dependency "rspec-unit", ">= 0.0.1"
+ s.add_dependency("activemodel", ">= 3.0.0")
+ s.add_dependency("railties", ">= 3.0.0")
end