Sha256: b480d4a4f16cc1d91a8629bda5efe3d619e31ca3a5d0a51f6f95b3e4b481a4f7

Contents?: true

Size: 760 Bytes

Versions: 1

Compression:

Stored size: 760 Bytes

Contents

Gem::Specification.new do |s|
  s.name     = "neo4j-admin"
  s.version  = '0.0.1'
  s.platform = 'java'
  s.required_ruby_version = ">= 1.8.7"

  s.authors  = "Andreas Ronge"
  s.email    = 'andreas.ronge@gmail.com'
  s.homepage = "http://github.com/andreasronge/neo4j-admin/tree"
  s.rubyforge_project = 'neo4j-admin'
  s.summary = "A mostly a development tool which makes neo4j server admin GUI made available for the embedded Neo4j.rb gem"
  s.description = <<-EOF
Loads all the jar files from the neo4j server. The neo4j-admin railtie will start the neo4j server after all
rails initialization is completed.
  EOF

  s.require_path = 'lib'
  s.files = Dir.glob("{lib}/**/*") + %w(README.rdoc CHANGELOG Gemfile neo4j-admin.gemspec)
  s.has_rdoc = false
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
neo4j-admin-0.0.1-java neo4j-admin.gemspec