rbehave 0.1.0

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,75 @@
1
+ --- !ruby/object:Gem::Specification
2
+ rubygems_version: 0.9.2
3
+ specification_version: 1
4
+ name: rbehave
5
+ version: !ruby/object:Gem::Version
6
+ version: 0.1.0
7
+ date: 2007-04-12 00:00:00 +01:00
8
+ summary: RBehave
9
+ require_paths:
10
+ - lib
11
+ email: dan@rbehave.org
12
+ homepage: http://rbehave.rubyforge.org
13
+ rubyforge_project: rbehave
14
+ description: RBehave
15
+ autorequire:
16
+ default_executable:
17
+ bindir: bin
18
+ has_rdoc: true
19
+ required_ruby_version: !ruby/object:Gem::Version::Requirement
20
+ requirements:
21
+ - - ">"
22
+ - !ruby/object:Gem::Version
23
+ version: 0.0.0
24
+ version:
25
+ platform: ruby
26
+ signing_key:
27
+ cert_chain:
28
+ post_install_message:
29
+ authors:
30
+ - dan
31
+ files:
32
+ - lib/rbehave/reporter/plain_text_reporter.rb
33
+ - lib/rbehave/exceptions.rb
34
+ - lib/rbehave/documenter/plain_text_documenter.rb
35
+ - lib/rbehave/world.rb
36
+ - lib/rbehave/runner/story_runner.rb
37
+ - lib/rbehave/runner/scenario_collector.rb
38
+ - lib/rbehave/runner/scenario_runner.rb
39
+ - lib/rbehave/story.rb
40
+ - lib/rbehave/version.rb
41
+ - lib/rbehave/scenario.rb
42
+ - lib/rbehave.rb
43
+ - behaviour/everything.rb
44
+ - behaviour/examples/rbehave/reporter/plain_text_reporter_behaviour.rb
45
+ - behaviour/examples/rbehave/world_behaviour.rb
46
+ - behaviour/examples/rbehave/documenter/plain_text_documenter_behaviour.rb
47
+ - behaviour/examples/rbehave/story_behaviour.rb
48
+ - behaviour/examples/rbehave/runner/scenario_runner_behaviour.rb
49
+ - behaviour/examples/rbehave/runner/story_runner_behaviour.rb
50
+ - behaviour/examples/rbehave/runner/scenario_collector_behaviour.rb
51
+ - behaviour/examples/rbehave/exception_behaviour.rb
52
+ - behaviour/examples/rspec_adapter.rb
53
+ - behaviour/examples/everything.rb
54
+ - behaviour/examples/helper.rb
55
+ - CHANGELOG.txt
56
+ - History.txt
57
+ - Manifest.txt
58
+ - NOTES.txt
59
+ - Rakefile
60
+ - README.txt
61
+ - setup.rb
62
+ test_files:
63
+ - behaviour/everything.rb
64
+ rdoc_options: []
65
+
66
+ extra_rdoc_files: []
67
+
68
+ executables: []
69
+
70
+ extensions: []
71
+
72
+ requirements: []
73
+
74
+ dependencies: []
75
+