rubytest 0.8.0 → 0.8.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 74e1fac06f06bdac2b565ff5e50d26ed55939031
4
- data.tar.gz: 6f69652075d71103e5905d28ecdbdd1cea8ef1ec
3
+ metadata.gz: 54962eb98aa562ca7bf12077d224a2868ee8c3fa
4
+ data.tar.gz: c0ce1fd06b5ffe3a05c71d08e72be7061e2943cb
5
5
  SHA512:
6
- metadata.gz: 7931495754a8ae4c102274dafdbda4cbd0f5e2f9c63b3bb6bac5acbe35c9fb860e7915f576637cff072c17da1ecd7871222a0251d02a20aec8561e8e9ae83e14
7
- data.tar.gz: 8af87ee70f52ca63287b5f338523384bd9d622978202214cb6f14a8959f0df424e71469f78518f0d3c12a1870e984f65383c6ddc4ac440bee3b0a4f153b4e86f
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.0
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-18'
54
+ date: '2014-07-19'
@@ -44,11 +44,11 @@ paths:
44
44
  - lib
45
45
  name: rubytest
46
46
  title: Rubytest
47
- version: 0.8.0
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-18'
54
+ date: '2014-07-19'
@@ -1,7 +1,8 @@
1
1
  require 'rubytest'
2
2
 
3
3
  at_exit {
4
- success = Test.run!(ENV['profile'] || ENV['p'])
5
- exit -1 unless success
4
+ Test.run!(ENV['profile'] || ENV['p'])
5
+ #success = Test.run!(ENV['profile'] || ENV['p'])
6
+ #exit -1 unless success
6
7
  }
7
8
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubytest
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.0
4
+ version: 0.8.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - trans