Sha256: 3aa3f379e1941465e435bd132bf82314c8de5485d48c17abef6f13f88ba19ecc
Contents?: true
Size: 1017 Bytes
Versions: 1
Compression:
Stored size: 1017 Bytes
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'activefacts/rmap/version' Gem::Specification.new do |spec| spec.name = "activefacts-rmap" spec.version = Activefacts::RMap::VERSION spec.authors = ["Clifford Heath"] spec.email = ["clifford.heath@gmail.com"] spec.summary = %q{Relational mapping for ActiveFacts} spec.description = %q{Relational mapping for fact models. Part of the ActiveFacts suite.} spec.homepage = "https://github.com/cjheath/activefacts-rmap" spec.license = "MIT" spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) } spec.require_paths = ["lib"] spec.add_development_dependency "bundler", ">= 1.10", "~> 1.10.6" spec.add_development_dependency "rake", "~> 10.0" spec.add_development_dependency "rspec", "~> 3.3" spec.add_runtime_dependency("activefacts-metamodel", ">= 1.8", "~> 1.8.0") end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
activefacts-rmap-1.8.0 | activefacts-rmap.gemspec |