oatdoc 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.
- data/.gitignore +3 -0
- data/README +0 -0
- data/Rakefile +14 -0
- data/VERSION +1 -0
- data/bin/oatdoc +2 -0
- metadata +59 -0
data/.gitignore
ADDED
data/README
ADDED
|
File without changes
|
data/Rakefile
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
begin
|
|
2
|
+
require 'jeweler'
|
|
3
|
+
Jeweler::Tasks.new do |gemspec|
|
|
4
|
+
gemspec.name = "oatdoc"
|
|
5
|
+
gemspec.summary = "documentation for oatlib and other javascript libs if you want"
|
|
6
|
+
gemspec.description = "looks for xml in the javascript, builds an xml file out of it. then runs it through xsl"
|
|
7
|
+
gemspec.email = "robert@oatlab.com"
|
|
8
|
+
gemspec.homepage = "http://github.com/oatkiller/oatdoc"
|
|
9
|
+
gemspec.authors = ["Robert Austin"]
|
|
10
|
+
end
|
|
11
|
+
rescue LoadError
|
|
12
|
+
puts "Jeweler not available. Install it with: sudo gem install technicalpickles-jeweler -s http://gems.github.com"
|
|
13
|
+
end
|
|
14
|
+
|
data/VERSION
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
0.0.1
|
data/bin/oatdoc
ADDED
metadata
ADDED
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
|
2
|
+
name: oatdoc
|
|
3
|
+
version: !ruby/object:Gem::Version
|
|
4
|
+
version: 0.0.1
|
|
5
|
+
platform: ruby
|
|
6
|
+
authors:
|
|
7
|
+
- Robert Austin
|
|
8
|
+
autorequire:
|
|
9
|
+
bindir: bin
|
|
10
|
+
cert_chain: []
|
|
11
|
+
|
|
12
|
+
date: 2009-10-07 00:00:00 -04:00
|
|
13
|
+
default_executable: oatdoc
|
|
14
|
+
dependencies: []
|
|
15
|
+
|
|
16
|
+
description: looks for xml in the javascript, builds an xml file out of it. then runs it through xsl
|
|
17
|
+
email: robert@oatlab.com
|
|
18
|
+
executables:
|
|
19
|
+
- oatdoc
|
|
20
|
+
extensions: []
|
|
21
|
+
|
|
22
|
+
extra_rdoc_files:
|
|
23
|
+
- README
|
|
24
|
+
files:
|
|
25
|
+
- .gitignore
|
|
26
|
+
- README
|
|
27
|
+
- Rakefile
|
|
28
|
+
- VERSION
|
|
29
|
+
- bin/oatdoc
|
|
30
|
+
has_rdoc: true
|
|
31
|
+
homepage: http://github.com/oatkiller/oatdoc
|
|
32
|
+
licenses: []
|
|
33
|
+
|
|
34
|
+
post_install_message:
|
|
35
|
+
rdoc_options:
|
|
36
|
+
- --charset=UTF-8
|
|
37
|
+
require_paths:
|
|
38
|
+
- lib
|
|
39
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
|
40
|
+
requirements:
|
|
41
|
+
- - ">="
|
|
42
|
+
- !ruby/object:Gem::Version
|
|
43
|
+
version: "0"
|
|
44
|
+
version:
|
|
45
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
46
|
+
requirements:
|
|
47
|
+
- - ">="
|
|
48
|
+
- !ruby/object:Gem::Version
|
|
49
|
+
version: "0"
|
|
50
|
+
version:
|
|
51
|
+
requirements: []
|
|
52
|
+
|
|
53
|
+
rubyforge_project:
|
|
54
|
+
rubygems_version: 1.3.5
|
|
55
|
+
signing_key:
|
|
56
|
+
specification_version: 3
|
|
57
|
+
summary: documentation for oatlib and other javascript libs if you want
|
|
58
|
+
test_files: []
|
|
59
|
+
|