rweb 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,62 @@
1
+ --- !ruby/object:Gem::Specification
2
+ rubygems_version: 0.9.4
3
+ specification_version: 1
4
+ name: rweb
5
+ version: !ruby/object:Gem::Version
6
+ version: 0.1.0
7
+ date: 2007-08-04 00:00:00 +08:00
8
+ summary: Self-executing WEB-like literate programming for Ruby.
9
+ require_paths:
10
+ - lib
11
+ email: ttmrichter@gmail.com
12
+ homepage: http://rweb.rubyforge.org/
13
+ rubyforge_project: rweb
14
+ description:
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
+ - Michael T. Richter
31
+ files:
32
+ - lib/rweb.rb
33
+ - tests/tc_rweb.rb
34
+ - README.rdoc
35
+ - Changes.rdoc
36
+ - TODO.rdoc
37
+ - Rakefile
38
+ - COPYING
39
+ - bin/rtangle
40
+ - bin/rweave
41
+ - docs/rtangle.txt
42
+ - docs/rweave.txt
43
+ test_files:
44
+ - tests/tc_rweb.rb
45
+ rdoc_options:
46
+ - --title
47
+ - RWEB API documentation
48
+ - --main
49
+ - README.rdoc
50
+ extra_rdoc_files:
51
+ - README.rdoc
52
+ - Changes.rdoc
53
+ - TODO.rdoc
54
+ executables:
55
+ - rtangle
56
+ - rweave
57
+ extensions: []
58
+
59
+ requirements: []
60
+
61
+ dependencies: []
62
+