kintama 0.1.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,89 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: kintama
3
+ version: !ruby/object:Gem::Version
4
+ hash: 25
5
+ prerelease: false
6
+ segments:
7
+ - 0
8
+ - 1
9
+ - 1
10
+ version: 0.1.1
11
+ platform: ruby
12
+ authors:
13
+ - James Adam
14
+ autorequire:
15
+ bindir: bin
16
+ cert_chain: []
17
+
18
+ date: 2011-01-05 00:00:00 +00:00
19
+ default_executable:
20
+ dependencies: []
21
+
22
+ description:
23
+ email: james@lazyatom.com
24
+ executables: []
25
+
26
+ extensions: []
27
+
28
+ extra_rdoc_files:
29
+ - README.md
30
+ files:
31
+ - README.md
32
+ - test/aliases_test.rb
33
+ - test/assertions_test.rb
34
+ - test/automatic_running_test.rb
35
+ - test/exceptions_test.rb
36
+ - test/kintama_test.rb
37
+ - test/matcher_test.rb
38
+ - test/method_behaviour_test.rb
39
+ - test/pending_test.rb
40
+ - test/runners/base_runner_test.rb
41
+ - test/runners/inline_runner_test.rb
42
+ - test/runners/verbose_runner_test.rb
43
+ - test/setup_test.rb
44
+ - test/teardown_test.rb
45
+ - test/test_and_subcontext_access_test.rb
46
+ - test/test_helper.rb
47
+ - lib/kintama/assertions.rb
48
+ - lib/kintama/context.rb
49
+ - lib/kintama/runnable.rb
50
+ - lib/kintama/runner.rb
51
+ - lib/kintama/test.rb
52
+ - lib/kintama.rb
53
+ has_rdoc: true
54
+ homepage: http://github.com/lazyatom
55
+ licenses: []
56
+
57
+ post_install_message:
58
+ rdoc_options:
59
+ - --main
60
+ - README.md
61
+ require_paths:
62
+ - lib
63
+ required_ruby_version: !ruby/object:Gem::Requirement
64
+ none: false
65
+ requirements:
66
+ - - ">="
67
+ - !ruby/object:Gem::Version
68
+ hash: 3
69
+ segments:
70
+ - 0
71
+ version: "0"
72
+ required_rubygems_version: !ruby/object:Gem::Requirement
73
+ none: false
74
+ requirements:
75
+ - - ">="
76
+ - !ruby/object:Gem::Version
77
+ hash: 3
78
+ segments:
79
+ - 0
80
+ version: "0"
81
+ requirements: []
82
+
83
+ rubyforge_project:
84
+ rubygems_version: 1.3.7
85
+ signing_key:
86
+ specification_version: 3
87
+ summary: It's for writing tests.
88
+ test_files: []
89
+