File: metadata.yml

package info (click to toggle)
ruby-test-unit-context 0.5.0-2
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 184 kB
  • ctags: 105
  • sloc: ruby: 810; makefile: 2
file content (97 lines) | stat: -rw-r--r-- 2,505 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
--- !ruby/object:Gem::Specification
name: test-unit-context
version: !ruby/object:Gem::Version
  version: 0.5.0
platform: ruby
authors:
- kares
autorequire: 
bindir: bin
cert_chain: []
date: 2015-02-02 00:00:00.000000000 Z
dependencies:
- !ruby/object:Gem::Dependency
  name: test-unit
  requirement: !ruby/object:Gem::Requirement
    requirements:
    - - ">="
      - !ruby/object:Gem::Version
        version: 2.4.0
  type: :runtime
  prerelease: false
  version_requirements: !ruby/object:Gem::Requirement
    requirements:
    - - ">="
      - !ruby/object:Gem::Version
        version: 2.4.0
- !ruby/object:Gem::Dependency
  name: rake
  requirement: !ruby/object:Gem::Requirement
    requirements:
    - - ">="
      - !ruby/object:Gem::Version
        version: '0'
  type: :development
  prerelease: false
  version_requirements: !ruby/object:Gem::Requirement
    requirements:
    - - ">="
      - !ruby/object:Gem::Version
        version: '0'
description: "Makes Test::Unit::TestCases 'contextable' and thus much\neasier to read
  and write. If you've seen RSpec than it's the very same 'context \ndo ... end' re-invendet
  for Test::Unit. Inspired by gem 'context' that does the\nsame for the 'old' Test::Unit
  1.2.3 bundled with Ruby 1.8.x standard libraries."
email:
- self@kares.org
executables: []
extensions: []
extra_rdoc_files:
- README.md
- LICENSE
files:
- ".gitignore"
- ".travis.yml"
- Gemfile
- LICENSE
- README.md
- Rakefile
- lib/test/unit/context.rb
- lib/test/unit/context/context.rb
- lib/test/unit/context/helpers.rb
- lib/test/unit/context/shared.rb
- lib/test/unit/context/spec.rb
- lib/test/unit/context/version.rb
- lib/test/unit/patches.rb
- test-unit-context.gemspec
- test/test/unit/context/hooks_test.rb
- test/test/unit/context/shared_test.rb
- test/test/unit/context/spec_spec.rb
- test/test/unit/context/spec_test.rb
- test/test/unit/context_test.rb
- test/test/unit/patches_test.rb
- test/test_helper.rb
homepage: http://github.com/kares/test-unit-context
licenses: []
metadata: {}
post_install_message: 
rdoc_options: []
require_paths:
- lib
required_ruby_version: !ruby/object:Gem::Requirement
  requirements:
  - - ">="
    - !ruby/object:Gem::Version
      version: '0'
required_rubygems_version: !ruby/object:Gem::Requirement
  requirements:
  - - ">="
    - !ruby/object:Gem::Version
      version: '0'
requirements: []
rubyforge_project: 
rubygems_version: 2.2.2
signing_key: 
specification_version: 4
summary: Context for Test::Unit (2.x)
test_files: []