Skip to content

Commit 98c2105

Browse files
committed
Add requirement to RubyTest (for backcompat).
1 parent 712fb71 commit 98c2105

File tree

4 files changed

+14
-1
lines changed

4 files changed

+14
-1
lines changed

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
log
2+
*.lock

.index

+6-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,12 @@ authors:
88
99
organizations:
1010
- name: Rubyworks
11-
requirements: []
11+
requirements:
12+
- name: rubytest
13+
- groups:
14+
- build
15+
development: true
16+
name: indexer
1217
conflicts: []
1318
alternatives: []
1419
resources:

Gemfile

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
source "http://rubygems.org"
2+
gemspec

var/requirements

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
- rubytest
3+
- indexer (build)
4+

0 commit comments

Comments
 (0)