Sha256: 8f32c7d2905496c2324a9b68285ad639d1f2396017d6de2c637932d05f366c33

Contents?: true

Size: 1.13 KB

Versions: 1

Compression:

Stored size: 1.13 KB

Contents

# -*- encoding: utf-8 -*-
$:.push File.expand_path("../lib", __FILE__)
require "neo4j-advanced/version"

Gem::Specification.new do |s|
  s.name        = "neo4j-advanced"
  s.version     = Neo4j::Advanced::VERSION
  s.authors     = ["Dmytrii Nagirniak", "Andreas Ronge"]
  s.email       = ["dnagir@gmail.com", "andreas.ronge@gmail.com"]
  s.homepage    = "https://github.com/dnagir/neo4j-advanced"
  s.summary     = "The neo4j Advanced edition v#{Neo4j::Advanced::NEO_VERSION} JAR files"
  s.description = "The Java Jar files for the Neo4j Advanced edition, adding advanced monitoring – licensed under the AGPL, see http://neo4j.org/licensing-guide/ "

  s.rubyforge_project = "neo4j-advanced"

  s.files         = `git ls-files`.split("\n")
  s.test_files    = `git ls-files -- {test,spec,features}/*`.split("\n")
  s.executables   = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
  s.require_paths = ["lib"]

  s.platform      = 'java'
  s.add_runtime_dependency "neo4j-community", "~> 1.7.0.alpha.1"

  # specify any dependencies here; for example:
  # s.add_development_dependency "rspec"
  # s.add_runtime_dependency "rest-client"
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
neo4j-advanced-1.7.0.alpha.1-java neo4j-advanced.gemspec