-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathProject.yaml
executable file
·22 lines (22 loc) · 1.22 KB
/
Project.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
name: rgen
gemspec: rgen.gemspec
git: https://github.com/mthiede/rgen.git
version: 0.10.2
summary: Ruby Modelling and Generator Framework
email: martin dot thiede at gmx de
homepage: http://ruby-gen.org
rubyforge_project: rgen
description: RGen is a framework for Model Driven Software Development (MDSD) in Ruby. This means that it helps you build Metamodels, instantiate Models, modify and transform Models and finally generate arbitrary textual content from it.
authors: [Martin Thiede]
rdoc_options: [--main, README.rdoc, -x, test, -x, metamodels, -x, ea_support/uml13*]
extra_rdoc_files: [README.rdoc, CHANGELOG, MIT-LICENSE]
include_files: ['lib/**/*', 'test/**/*', README.rdoc, CHANGELOG, MIT-LICENSE, Rakefile]
exclude_files: ['**/*.bak']
encrypt_sources: false
dependencies:
https://rubygems.org:
- {name: nokogiri, version: ['>= 1.15.4', '< 1.16'], development: true}
- {name: rake, version: ['>= 13.0.0', '< 14.0'], development: true}
- {name: minitest, version: ['>= 5.20.0', '< 6.0'], development: true}
- {name: minitest-fail-fast, version: ['>= 0.1.0', '< 0.2'], development: true}
- {name: andand, version: ['>= 1.3.3', '< 1.4'], development: true}