Sha256: 3913004356ea54ea112ce164495e61388b6ce6df46efb4b0dd665887230a2f9a
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" 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.4 | activefacts-orm.gemspec |