Sha256: 6e44b68b55299c00f4e9a8abc51af96df26c9e4e36a94c4d9831a8b3f7f8042f
Contents?: true
Size: 1.22 KB
Versions: 2
Compression:
Stored size: 1.22 KB
Contents
# -*- encoding: utf-8 -*- $:.push File.expand_path("../lib", __FILE__) require "neo4j-enterprise/version" Gem::Specification.new do |s| s.name = "neo4j-enterprise" s.version = Neo4j::Enterprise::VERSION s.authors = ["Dmytrii Nagirniak", "Andreas Ronge"] s.email = ["dnagir@gmail.com", "andreas.ronge@gmail.com"] s.homepage = "https://github.com/dnagir/neo4j-enterprise" s.summary = "The neo4j Enterprise edition v#{Neo4j::Enterprise::NEO_VERSION} JAR files" s.description = "The Neo4j Enterprise Jar files, adding online backup and High Availability clustering – licensed under AGPL, see http://neo4j.org/licensing-guide/" s.rubyforge_project = "neo4j-enterprise" 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-advanced", "~> 1.6.0.alpha.9" s.add_runtime_dependency "neo4j-community" # Just making it explicit # specify any dependencies here; for example: # s.add_development_dependency "rspec" # s.add_runtime_dependency "rest-client" end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
neo4j-enterprise-1.6.1.alpha.1-java | neo4j-enterprise.gemspec |
neo4j-enterprise-1.6.0.alpha.9-java | neo4j-enterprise.gemspec |