Skip to content

Commit

Permalink
correctly specify minitest version; make minitest a hard requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel committed Nov 3, 2013
1 parent e7c607c commit 52faf44
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 8 deletions.
6 changes: 2 additions & 4 deletions .index
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,7 @@ authors:
organizations: []
requirements:
- name: ansi
- groups:
- test
development: true
- version: 4~
name: minitest
- groups:
- build
Expand Down Expand Up @@ -55,4 +53,4 @@ title: Turn
summary: Test Reporters (New) -- new output formats for Testing
description: Turn provides a set of alternative runners for MiniTest, both colorful
and informative.
date: '2013-10-26'
date: '2013-11-03'
1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
source "http://rubygems.org"
gem "minitest", "~> 4.7"
gemspec
4 changes: 1 addition & 3 deletions Index.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

requirements [
'ansi',
'minitest (test)',
'minitest 4~',
'rake (build)',
'indexer (build)',
'mast (build)'
Expand All @@ -32,5 +32,3 @@
'2006 Tim Pease (MIT)',
'2009 Thomas Sawyer (MIT)'
]


0 comments on commit 52faf44

Please sign in to comment.