-
Notifications
You must be signed in to change notification settings - Fork 2
/
Project.yaml
18 lines (18 loc) · 875 Bytes
/
Project.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
name: rtext
version: 0.11.1
git: https://github.com/mthiede/rtext.git
summary: Ruby Textual Modelling
email: martin dot thiede at gmx de
homepage: http://ruby-gen.org
description: RText can be used to derive textual languages from an RGen metamodel with very little effort.
authors: [Martin Thiede]
dependencies:
http://rubygems.org:
- {name: rgen, version: ['>= 0.10.0', '< 0.11']}
- {name: filelock, version: ['>= 1.1.1', '< 1.2']}
- {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}
rdoc_options: [--main, README.rdoc, -x, test]
extra_rdoc_files: [README.rdoc, CHANGELOG, MIT-LICENSE, RText_Users_Guide, RText_Protocol]
encrypt_sources: false