fcoury-matchy 0.4.0

Sign up to get free protection for your applications and to get access to all the features.
metadata ADDED
@@ -0,0 +1,120 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: fcoury-matchy
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.4.0
5
+ platform: ruby
6
+ authors:
7
+ - Jeremy McAnally
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+
12
+ date: 2009-11-12 00:00:00 -02:00
13
+ default_executable:
14
+ dependencies:
15
+ - !ruby/object:Gem::Dependency
16
+ name: hoe
17
+ type: :development
18
+ version_requirement:
19
+ version_requirements: !ruby/object:Gem::Requirement
20
+ requirements:
21
+ - - ">="
22
+ - !ruby/object:Gem::Version
23
+ version: 2.3.3
24
+ version:
25
+ description: RSpec-esque matchers for use in Test::Unit
26
+ email:
27
+ - jeremy@entp.com
28
+ executables: []
29
+
30
+ extensions: []
31
+
32
+ extra_rdoc_files:
33
+ - History.txt
34
+ - License.txt
35
+ - Manifest.txt
36
+ - PostInstall.txt
37
+ files:
38
+ - History.txt
39
+ - License.txt
40
+ - Manifest.txt
41
+ - PostInstall.txt
42
+ - README.rdoc
43
+ - Rakefile
44
+ - config/hoe.rb
45
+ - config/requirements.rb
46
+ - countloc.rb
47
+ - lib/matchy.rb
48
+ - lib/matchy/built_in/change_expectations.rb
49
+ - lib/matchy/built_in/enumerable_expectations.rb
50
+ - lib/matchy/built_in/error_expectations.rb
51
+ - lib/matchy/built_in/operator_expectations.rb
52
+ - lib/matchy/built_in/truth_expectations.rb
53
+ - lib/matchy/custom_matcher.rb
54
+ - lib/matchy/expectation_builder.rb
55
+ - lib/matchy/matcher_builder.rb
56
+ - lib/matchy/modals.rb
57
+ - lib/matchy/version.rb
58
+ - matchy.gemspec
59
+ - setup.rb
60
+ - tasks/deployment.rake
61
+ - tasks/environment.rake
62
+ - test/all.rb
63
+ - test/ruby1.9.compatibility_tests.rb
64
+ - test/test_change_expectation.rb
65
+ - test/test_custom_matcher.rb
66
+ - test/test_enumerable_expectations.rb
67
+ - test/test_error_expectations.rb
68
+ - test/test_expectation_builder.rb
69
+ - test/test_helper.rb
70
+ - test/test_matcher_builder.rb
71
+ - test/test_modals.rb
72
+ - test/test_operator_expectations.rb
73
+ - test/test_truth_expectations.rb
74
+ has_rdoc: true
75
+ homepage: http://fcoury-matchy.rubyforge.org
76
+ licenses: []
77
+
78
+ post_install_message: |+
79
+
80
+ For more information on matchy, see http://matchy.rubyforge.org
81
+
82
+ NOTE: Change this information in PostInstall.txt
83
+ You can also delete it if you don't want it.
84
+
85
+
86
+ rdoc_options:
87
+ - --main
88
+ - README.txt
89
+ require_paths:
90
+ - lib
91
+ required_ruby_version: !ruby/object:Gem::Requirement
92
+ requirements:
93
+ - - ">="
94
+ - !ruby/object:Gem::Version
95
+ version: "0"
96
+ version:
97
+ required_rubygems_version: !ruby/object:Gem::Requirement
98
+ requirements:
99
+ - - ">="
100
+ - !ruby/object:Gem::Version
101
+ version: "0"
102
+ version:
103
+ requirements: []
104
+
105
+ rubyforge_project: fcoury-matchy
106
+ rubygems_version: 1.3.5
107
+ signing_key:
108
+ specification_version: 3
109
+ summary: RSpec-esque matchers for use in Test::Unit
110
+ test_files:
111
+ - test/test_change_expectation.rb
112
+ - test/test_custom_matcher.rb
113
+ - test/test_enumerable_expectations.rb
114
+ - test/test_error_expectations.rb
115
+ - test/test_expectation_builder.rb
116
+ - test/test_helper.rb
117
+ - test/test_matcher_builder.rb
118
+ - test/test_modals.rb
119
+ - test/test_operator_expectations.rb
120
+ - test/test_truth_expectations.rb