Sha256: 08c7e33289c70e74a6aed9223bcfc55e6abc58f9ef9950d9dbd82faac40dd151
Contents?: true
Size: 1.18 KB
Versions: 1
Compression:
Stored size: 1.18 KB
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'activefacts/cql/version' Gem::Specification.new do |spec| spec.name = "activefacts-cql" spec.version = ActiveFacts::CQL::VERSION spec.authors = ["Clifford Heath"] spec.email = ["clifford.heath@gmail.com"] spec.summary = %q{Compiler for the Constellation Query Language} spec.description = %q{Compiler for the Constellation Query Language, part of the ActiveFacts suite for Fact Modeling} spec.homepage = "http://github.com/cjheath/activefacts-cql" spec.license = "MIT" spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) } spec.bindir = "exe" spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) } spec.require_paths = ["lib"] spec.add_development_dependency "bundler", "~> 1.10.a" spec.add_development_dependency "rake", "~> 10.0" spec.add_development_dependency "rspec" spec.add_runtime_dependency(%q<activefacts-metamodel>, [">= 1.7.0", "~> 1.7"]) spec.add_runtime_dependency(%q<treetop>, [">= 1.4.14", "~> 1.4"]) end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
activefacts-cql-1.7.1 | activefacts-cql.gemspec |