Sha256: 4f7f54dd21c5f8f08fd8034eb5b7f24d829a705a7cf03d1ef9b6c8ce398d9b96

Contents?: true

Size: 1.13 KB

Versions: 1

Compression:

Stored size: 1.13 KB

Contents

# coding: utf-8
lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'activefacts/orm/version'

Gem::Specification.new do |spec|
  spec.name          = "activefacts-orm"
  spec.version       = ActiveFacts::ORM::VERSION
  spec.authors       = ["Clifford Heath"]
  spec.email         = ["clifford.heath@gmail.com"]

  spec.summary       = %q{ORM format importer for the ActiveFacts fact modeling suite.}
  spec.description   = %q{ORM format importer for the ActiveFacts fact modeling suite.
Install the Natural ORM Architect from http://ormfoundation.org to produce input files.
}
  spec.homepage      = "http://github.com/cjheath/activefacts-orm"
  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"
  spec.add_development_dependency "rake", "~> 10.0"
  spec.add_development_dependency "rspec", "~> 3.3"

  spec.add_runtime_dependency "activefacts-metamodel", ">= 1.8", "~> 1"
  spec.add_runtime_dependency "nokogiri", ">= 1.6", "~> 1"
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
activefacts-orm-1.9.2 activefacts-orm.gemspec