Sha256: 18495805728d876f64aefa0f341a99967fa9ac78c80fa4d74d416da100ae746f
Contents?: true
Size: 813 Bytes
Versions: 1
Compression:
Stored size: 813 Bytes
Contents
# -*- encoding: utf-8 -*- $:.push File.expand_path("../lib", __FILE__) require "dalton/version" Gem::Specification.new do |s| s.name = "dalton" s.version = Dalton::VERSION s.platform = Gem::Platform::RUBY s.authors = ["Brian Jenkins", "Joshua Bates"] s.email = ["brian@brianjenkins.org", "joshua@goodguide.com"] s.homepage = "" s.summary = %q{A thin Datomic driver for JRuby} s.description = %q{Dalton attempts to give low level access to Datomic from JRuby} 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.add_runtime_dependency 'zweikopf', '0.4.0' s.license = 'EPL' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
dalton-0.0.1 | dalton.gemspec |