minitest-reporter-api 0.0.3 → 0.0.4

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.
Files changed (5) hide show
  1. checksums.yaml +4 -4
  2. data/.index +55 -0
  3. data/lib/minitest/reporter_api.rb +2 -0
  4. metadata +14 -12
  5. data/Rakefile +0 -6
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ed7b8bdf9c65ce725076397b3e3f655627c48318
4
- data.tar.gz: f27ec826ed0188fb0e5b9cce1b7073b395aa1846
3
+ metadata.gz: cacb207f97e6d2e9e9a6e996b7202cb3402c4121
4
+ data.tar.gz: d05828e9ad31f888b106b0672e249cf3f9676025
5
5
  SHA512:
6
- metadata.gz: 838e98c77e024c443908506f655a3f5826af020f75ee9c7565719b33d6ba0a3fd96dd1b180636ff2006828d87f67dfae7d8cb9a46a7e20b7525b822328663328
7
- data.tar.gz: db9345373a7d54a2f3147290b0dacef366a64417ee1d1c2dac6cad2496dae3bf367cabf03ce7ca2687e49a698cf111e178352e238b319bbb48586114cfcc744d
6
+ metadata.gz: de7cff4a5d0a4cde88650410a71fa58422c04c9a644ca463fc9b01b4f741163cb51c0b577dea379ce71ade4bed60d60e35ed4a0cd33211ea9f344a6ca8102688
7
+ data.tar.gz: 32bb8172d4d4e273e19e0fa901c915d66d9fd5208689bf64bb7fd95e6d724cdfdc1634b89c16b2e72289cd33d0c5ddb70ecf9816cba586c50da58fcfcde0a33c
data/.index ADDED
@@ -0,0 +1,55 @@
1
+ ---
2
+ revision: 2013
3
+ type: ruby
4
+ sources:
5
+ - var
6
+ authors:
7
+ - name: trans
8
+ email: transfire@gmail.com
9
+ organizations: []
10
+ requirements:
11
+ - version: 5.0~
12
+ name: minitest
13
+ - groups:
14
+ - build
15
+ development: true
16
+ name: rake
17
+ conflicts: []
18
+ alternatives: []
19
+ resources:
20
+ - type: home
21
+ uri: http://rubyworks.github.com/minitest-repoter-api
22
+ label: Homepage
23
+ - type: docs
24
+ uri: http://rubydoc.info/gems/minitest-reporter-api
25
+ label: Documentation
26
+ - type: code
27
+ uri: http://github.com/rubyworks/minitest-rptapi
28
+ label: Source Code
29
+ - type: bugs
30
+ uri: http://github.com/rubyworks/minitest-rptapi/issues
31
+ label: Issue Tracker
32
+ - type: mail
33
+ uri: http://groups.google.com/group/rubyworks-mailinglist
34
+ label: Mailing List
35
+ repositories:
36
+ - name: upstream
37
+ scm: git
38
+ uri: git://github.com/rubyworks/minitest-rptapi.git
39
+ categories: []
40
+ copyrights:
41
+ - holder: Rubyworks
42
+ year: '2013'
43
+ license: MIT
44
+ customs: []
45
+ paths:
46
+ lib:
47
+ - lib
48
+ name: minitest-reporter-api
49
+ title: Minitest Reporter API
50
+ summary: Minitest API for setting reporter in code.
51
+ description: |-
52
+ Minitest Report API is a small patch to Minitest that allows reporters to be
53
+ set in code, i.e. test_helper.rb script, rather then just via the command line.
54
+ version: 0.0.4
55
+ date: '2013-11-19'
@@ -1,3 +1,5 @@
1
+ require 'minitest'
2
+
1
3
  module Minitest
2
4
 
3
5
  DEFAULT_REPORTER = [SummaryReporter, ProgressReporter]
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: minitest-reporter-api
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - trans
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-11-16 00:00:00.000000000 Z
11
+ date: 2013-11-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: minitest
@@ -38,25 +38,27 @@ dependencies:
38
38
  - - '>='
39
39
  - !ruby/object:Gem::Version
40
40
  version: '0'
41
- description: Minitest API for specifying reporters in helper scripts.
41
+ description: |-
42
+ Minitest Report API is a small patch to Minitest that allows reporters to be
43
+ set in code, i.e. test_helper.rb script, rather then just via the command line.
42
44
  email:
43
45
  - transfire@gmail.com
44
46
  executables: []
45
47
  extensions: []
46
48
  extra_rdoc_files:
47
49
  - LICENSE.txt
50
+ - README.md
48
51
  files:
52
+ - .index
53
+ - lib/minitest/reporter_api.rb
49
54
  - README.md
50
- - Rakefile
51
55
  - LICENSE.txt
52
- - lib/minitest/reporter_api.rb
53
- homepage: http://github.com/rubyworks/minitest-reporter
54
- licenses: []
56
+ homepage: http://rubyworks.github.com/minitest-repoter-api
57
+ licenses:
58
+ - MIT
55
59
  metadata: {}
56
60
  post_install_message:
57
- rdoc_options:
58
- - --main
59
- - README.md
61
+ rdoc_options: []
60
62
  require_paths:
61
63
  - lib
62
64
  required_ruby_version: !ruby/object:Gem::Requirement
@@ -70,9 +72,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
70
72
  - !ruby/object:Gem::Version
71
73
  version: '0'
72
74
  requirements: []
73
- rubyforge_project: '{minitest-reporter'
75
+ rubyforge_project:
74
76
  rubygems_version: 2.0.3
75
77
  signing_key:
76
78
  specification_version: 4
77
- summary: Minitest API for specifying reporters in helper scripts.
79
+ summary: Minitest API for setting reporter in code.
78
80
  test_files: []
data/Rakefile DELETED
@@ -1,6 +0,0 @@
1
-
2
- default :test
3
-
4
- desc "Run tests."
5
- task :test do
6
- end