Sha256: cc888b952ab87677c5c6a7ebdee0596301851c9dc7d363dda7931e2daddc17c1
Contents?: true
Size: 724 Bytes
Versions: 6
Compression:
Stored size: 724 Bytes
Contents
$:.push File.expand_path("../lib", __FILE__) require "titan-jars/version" Gem::Specification.new do |s| s.name = "titan-jars" s.version = Titan::Jars::VERSION s.authors = "Reza Ghorbani Farid" s.email = "r.ghorabani.f@gmail.com" s.homepage = "https://github.com/rghorbani/titan-jars" s.summary = "The Titan v#{Titan::Jars::TITAN_VERSION} JAR files" s.description = "The Java Jar files for the Titan, a high performance, fully ACID transactional graph database" s.rubyforge_project = "titan-jars" s.files = `git ls-files`.split("\n") s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) } s.require_paths = ["lib"] end
Version data entries
6 entries across 6 versions & 1 rubygems