Sha256: 430ae330cb9ea1023c211f16c4ee56bda23b7be2b53c072d4c7c9dccc80efdd2

Contents?: true

Size: 1.11 KB

Versions: 19

Compression:

Stored size: 1.11 KB

Contents

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

Gem::Specification.new do |s|
  s.name        = "neo4j-community"
  s.version     = Neo4j::Community::VERSION
  s.authors     = ["Dmytrii Nagirniak", "Andreas Ronge"]
  s.email       = ["dnagir@gmail.com", "andreas.ronge@gmail.com"]
  s.homepage    = "https://github.com/dnagir/neo4j-community"
  s.summary     = "The neo4j Community edition v#{Neo4j::Community::NEO_VERSION} JAR files"
  s.description = "The Java Jar files for the Neo4j Community, a high performance, fully ACID transactional graph database – licensed under the GPL, see license - http://neo4j.org/licensing-guide/ "

  s.rubyforge_project = "neo4j-community"

  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'

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

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
neo4j-community-1.9.M05-java neo4j-community.gemspec
neo4j-community-1.9.M03-java neo4j-community.gemspec
neo4j-community-1.8.1-java neo4j-community.gemspec
neo4j-community-1.8-java neo4j-community.gemspec
neo4j-community-1.8.RC1-java neo4j-community.gemspec
neo4j-community-1.8.M07-java neo4j-community.gemspec
neo4j-community-1.8.M06-java neo4j-community.gemspec
neo4j-community-1.7.1-java neo4j-community.gemspec
neo4j-community-1.7.0-java neo4j-community.gemspec
neo4j-community-1.7.M02-java neo4j-community.gemspec
neo4j-community-1.7.0.alpha.1-java neo4j-community.gemspec
neo4j-community-1.6.1.alpha.1-java neo4j-community.gemspec
neo4j-community-1.6.0.alpha.9-java neo4j-community.gemspec
neo4j-community-1.6.0.alpha.8-java neo4j-community.gemspec
neo4j-community-1.6.0.alpha.6-java neo4j-community.gemspec
neo4j-community-1.6.0.alpha.5-java neo4j-community.gemspec
neo4j-community-1.6.0.alpha.4-java neo4j-community.gemspec
neo4j-community-1.6.0.alpha.3-java neo4j-community.gemspec
neo4j-community-1.6.0.alpha.2-java neo4j-community.gemspec