jeremymcanally-matchy 0.0.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.
metadata ADDED
@@ -0,0 +1,79 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: jeremymcanally-matchy
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1
5
+ platform: ruby
6
+ authors:
7
+ - Jeremy McAnally
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+
12
+ date: 2008-10-05 00:00:00 -07:00
13
+ default_executable:
14
+ dependencies: []
15
+
16
+ description: Hate writing assertions? Need a little behavior-driven love in your tests? Then matchy is for you.
17
+ email: jeremy@entp.com
18
+ executables: []
19
+
20
+ extensions: []
21
+
22
+ extra_rdoc_files:
23
+ - History.txt
24
+ - Manifest.txt
25
+ - README.rdoc
26
+ files:
27
+ - History.txt
28
+ - Manifest.txt
29
+ - README.rdoc
30
+ - Rakefile
31
+ - matchy.gemspec
32
+ - License.txt
33
+ - PostInstall.txt
34
+ - README.markdown
35
+ - config/hoe.rb
36
+ - config/requirements.rb
37
+ - lib/matchy.rb
38
+ - lib/matchy/version.rb
39
+ - lib/matchy/expectation.rb
40
+ - lib/matchy/modals.rb
41
+ - lib/matchy/built_in/enumerable_expectations.rb
42
+ - lib/matchy/built_in/error_expectations.rb
43
+ - lib/matchy/built_in/operator_expectations.rb
44
+ - lib/matchy/built_in/truth_expectations.rb
45
+ - setup.rb
46
+ has_rdoc: true
47
+ homepage: http://github.com/jeremymcanally/matchy
48
+ post_install_message:
49
+ rdoc_options:
50
+ - --main
51
+ - README.rdoc
52
+ require_paths:
53
+ - lib
54
+ required_ruby_version: !ruby/object:Gem::Requirement
55
+ requirements:
56
+ - - ">="
57
+ - !ruby/object:Gem::Version
58
+ version: "0"
59
+ version:
60
+ required_rubygems_version: !ruby/object:Gem::Requirement
61
+ requirements:
62
+ - - ">="
63
+ - !ruby/object:Gem::Version
64
+ version: "0"
65
+ version:
66
+ requirements: []
67
+
68
+ rubyforge_project:
69
+ rubygems_version: 1.2.0
70
+ signing_key:
71
+ specification_version: 2
72
+ summary: RSpec-esque matchers for use in Test::Unit
73
+ test_files:
74
+ - test/test_enumerable_expectations.rb
75
+ - test/test_error_expectations.rb
76
+ - test/test_expectation_base.rb
77
+ - test/test_operator_expectations.rb
78
+ - test/test_truth_expectations.rb
79
+ - test/test_modals.rb