-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathfinitio.noespec
More file actions
34 lines (33 loc) · 827 Bytes
/
finitio.noespec
File metadata and controls
34 lines (33 loc) · 827 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
template-info:
name: "rubygem.noe"
version: 2.0.1
manifest:
Gemfile:
safe-override: false
__lower__.gemspec:
safe-override: false
lib/__lower__/loader.rb:
ignore: true
spec/test___lower__.rb:
ignore: true
tasks/spec_test.rake:
ignore: true
variables:
lower:
finitio
upper:
Finitio
version:
0.7.0-rc1
summary: |-
Finitio - in Ruby
description: |-
Implements the Finitio information language in Ruby.
authors:
- {name: Bernard Lambeau, email: blambeau@gmail.com}
links:
- https://github.com/blambeau/finitio-rb
dependencies:
- {name: citrus, version: "~> 3.0", groups: [runtime]}
- {name: rake, version: "~> 10.0", groups: [development]}
- {name: rspec, version: "~> 2.14", groups: [development]}