-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathProfile
More file actions
37 lines (27 loc) · 911 Bytes
/
Profile
File metadata and controls
37 lines (27 loc) · 911 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
34
35
36
#!/usr/bin/env ruby
name 'spectroscope'
version '0.1.0'
title 'Spectroscope'
summary 'RSpec-like BDD on RubyTest'
created '2012-02-22'
description 'Spectroscope is a BDD framework built on RubyTest designed to emulate ' \
'RSpec in most respects. It is assertion framework independent so ' \
'any number of assertion systems can be used, such as Assay or AE.'
resources 'home' => 'http://rubyworks.github.com/spectroscope',
'code' => 'http://github.com/rubyworks/spectroscope',
'mail' => 'http://groups.google.com/groups/rubyworks-mailinglist'
repositories 'upstream' => 'git://github.com/proutils/spectroscope.git'
requirements [
'rubytest',
'detroit (build)',
'reap (build)',
'mast (build)',
'ae (test)'
]
organization 'RubyWorks'
authors [
'Trans <[email protected]>'
]
copyrights [
'2012 Rubyworks (BSD-2-Clause)'
]