File: metadata.yml

package info (click to toggle)
ruby-jnunemaker-matchy 0.4.0-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 276 kB
  • sloc: ruby: 2,939; makefile: 2
file content (109 lines) | stat: -rw-r--r-- 2,547 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
98
99
100
101
102
103
104
105
106
107
108
109
--- !ruby/object:Gem::Specification 
name: jnunemaker-matchy
version: !ruby/object:Gem::Version 
  version: 0.4.0
platform: ruby
authors: 
- Jeremy McAnally
autorequire: 
bindir: bin
cert_chain: []

date: 2009-03-23 00:00:00 -04:00
default_executable: 
dependencies: []

description: RSpec-esque matchers for use in Test::Unit
email: 
- jeremy@entp.com
executables: []

extensions: []

extra_rdoc_files: 
- History.txt
- Manifest.txt
- README.rdoc
files: 
- History.txt
- License.txt
- Manifest.txt
- PostInstall.txt
- README.rdoc
- Rakefile
- config/hoe.rb
- config/requirements.rb
- countloc.rb
- lib/matchy.rb
- lib/matchy/built_in/change_expectations.rb
- lib/matchy/built_in/enumerable_expectations.rb
- lib/matchy/built_in/error_expectations.rb
- lib/matchy/built_in/operator_expectations.rb
- lib/matchy/built_in/truth_expectations.rb
- lib/matchy/custom_matcher.rb
- lib/matchy/expectation_builder.rb
- lib/matchy/matcher_builder.rb
- lib/matchy/modals.rb
- lib/matchy/version.rb
- matchy.gemspec
- setup.rb
- tasks/deployment.rake
- tasks/environment.rake
- test/all.rb
- test/ruby1.9.compatibility_tests.rb
- test/test_change_expectation.rb
- test/test_custom_matcher.rb
- test/test_enumerable_expectations.rb
- test/test_error_expectations.rb
- test/test_expectation_builder.rb
- test/test_helper.rb
- test/test_matcher_builder.rb
- test/test_modals.rb
- test/test_operator_expectations.rb
- test/test_truth_expectations.rb
has_rdoc: true
homepage: http://matchy.rubyforge.org
licenses: []

post_install_message: |+
  
  For more information on matchy, see http://matchy.rubyforge.org
  
  NOTE: Change this information in PostInstall.txt 
  You can also delete it if you don't want it.
  
rdoc_options: 
- --main
- README.rdoc
require_paths: 
- lib
required_ruby_version: !ruby/object:Gem::Requirement 
  requirements: 
  - - ">="
    - !ruby/object:Gem::Version 
      version: "0"
  version: 
required_rubygems_version: !ruby/object:Gem::Requirement 
  requirements: 
  - - ">="
    - !ruby/object:Gem::Version 
      version: "0"
  version: 
requirements: []

rubyforge_project: matchy
rubygems_version: 1.3.5
signing_key: 
specification_version: 3
summary: RSpec-esque matchers for use in Test::Unit
test_files: 
- test/test_change_expectation.rb
- test/test_custom_matcher.rb
- test/test_enumerable_expectations.rb
- test/test_error_expectations.rb
- test/test_expectation_builder.rb
- test/test_helper.rb
- test/test_matcher_builder.rb
- test/test_modals.rb
- test/test_operator_expectations.rb
- test/test_truth_expectations.rb