Sha256: 234dc0698cf0d4f67338eb8e48d7dbdba14509795c147e09ec61ba58d0a86c2b
Contents?: true
Size: 681 Bytes
Versions: 1
Compression:
Stored size: 681 Bytes
Contents
# -*- encoding: utf-8 -*- $:.push File.expand_path("../lib", __FILE__) require "pacer/version" Gem::Specification.new do |s| s.name = "pacer" s.version = Pacer::VERSION s.platform = 'java' s.authors = ["Darrick Wiebe"] s.email = "dw@xnlogic.com" s.homepage = "http://github.com/pangloss/pacer" s.license = "MIT" s.summary = %Q{A very efficient and easy to use graph traversal engine.} s.description = %Q{Pacer defines composeable routes through a graph and then traverses them very quickly.} s.files = `git ls-files`.split("\n") s.test_files = `git ls-files -- spec/*`.split("\n") s.require_paths = ['lib'] s.add_dependency "lock_jar", "~> 0.10.0" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
pacer-2.0.0.pre-java | pacer.gemspec |