rubytest 0.8.0 → 0.8.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.index +2 -2
- data/lib/rubytest.yml +2 -2
- data/lib/rubytest/autorun.rb +3 -2
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 54962eb98aa562ca7bf12077d224a2868ee8c3fa
|
4
|
+
data.tar.gz: c0ce1fd06b5ffe3a05c71d08e72be7061e2943cb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 95f47dec29f18c408a1579569c008d77232f771d8a7b09b6a214a29762aa0b9abe62a4e09a93f825968a293a2018811811b082577e5f47e81deac18d02eddf55
|
7
|
+
data.tar.gz: 6192cead38e4a6f56e12f2ac384a3ea1cdca47a8eeafa1503e8b8bd21e2703d8f11c488494812bf5dd12e836b8a4eb70cb89b37d80e8bdf083d439252aa85086
|
data/.index
CHANGED
@@ -44,11 +44,11 @@ paths:
|
|
44
44
|
- lib
|
45
45
|
name: rubytest
|
46
46
|
title: Rubytest
|
47
|
-
version: 0.8.
|
47
|
+
version: 0.8.1
|
48
48
|
summary: Ruby Universal Test Harness
|
49
49
|
description: Rubytest is a universal test harness for Ruby. It can handle any compliant
|
50
50
|
test framework, even running tests from multiple frameworks in a single pass. This
|
51
51
|
is the core component of the system, and is the only part strictly necessary to
|
52
52
|
run tests.
|
53
53
|
created: '2011-07-23'
|
54
|
-
date: '2014-07-
|
54
|
+
date: '2014-07-19'
|
data/lib/rubytest.yml
CHANGED
@@ -44,11 +44,11 @@ paths:
|
|
44
44
|
- lib
|
45
45
|
name: rubytest
|
46
46
|
title: Rubytest
|
47
|
-
version: 0.8.
|
47
|
+
version: 0.8.1
|
48
48
|
summary: Ruby Universal Test Harness
|
49
49
|
description: Rubytest is a universal test harness for Ruby. It can handle any compliant
|
50
50
|
test framework, even running tests from multiple frameworks in a single pass. This
|
51
51
|
is the core component of the system, and is the only part strictly necessary to
|
52
52
|
run tests.
|
53
53
|
created: '2011-07-23'
|
54
|
-
date: '2014-07-
|
54
|
+
date: '2014-07-19'
|
data/lib/rubytest/autorun.rb
CHANGED