fubudocs 0.9.0.117
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.
- checksums.yaml +15 -0
- data/bin/Bottles.Services.dll +0 -0
- data/bin/Bottles.dll +0 -0
- data/bin/FubuCore.dll +0 -0
- data/bin/FubuDocs.dll +0 -0
- data/bin/FubuLocalization.dll +0 -0
- data/bin/FubuMVC.CodeSnippets.dll +0 -0
- data/bin/FubuMVC.Core.Assets.dll +0 -0
- data/bin/FubuMVC.Core.UI.dll +0 -0
- data/bin/FubuMVC.Core.View.dll +0 -0
- data/bin/FubuMVC.Core.dll +0 -0
- data/bin/FubuMVC.Diagnostics.dll +0 -0
- data/bin/FubuMVC.JQueryUI.dll +0 -0
- data/bin/FubuMVC.Katana.dll +0 -0
- data/bin/FubuMVC.Media.dll +0 -0
- data/bin/FubuMVC.Navigation.dll +0 -0
- data/bin/FubuMVC.OwinHost.dll +0 -0
- data/bin/FubuMVC.SlickGrid.dll +0 -0
- data/bin/FubuMVC.Spark.dll +0 -0
- data/bin/FubuMVC.StructureMap.dll +0 -0
- data/bin/FubuMVC.TwitterBootstrap.dll +0 -0
- data/bin/FubuWorld.Docs.dll +0 -0
- data/bin/FubuWorld.dll +0 -0
- data/bin/HtmlTags.dll +0 -0
- data/bin/Microsoft.Owin.Host.HttpListener.dll +0 -0
- data/bin/Microsoft.Owin.Hosting.dll +0 -0
- data/bin/Newtonsoft.Json.dll +0 -0
- data/bin/Owin.Extensions.dll +0 -0
- data/bin/Owin.Types.dll +0 -0
- data/bin/Owin.dll +0 -0
- data/bin/Spark.dll +0 -0
- data/bin/StructureMap.dll +0 -0
- data/bin/WebDriver.dll +0 -0
- data/bin/fubu.exe +0 -0
- data/bin/fubudocs +9 -0
- data/bin/fubudocs.exe +0 -0
- metadata +81 -0
checksums.yaml
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
---
|
|
2
|
+
!binary "U0hBMQ==":
|
|
3
|
+
metadata.gz: !binary |-
|
|
4
|
+
NzJjZmM0YjE1ODBmZjg3ODBlZDA4NDQ5N2MzZTdkODZkN2IxZGE0YQ==
|
|
5
|
+
data.tar.gz: !binary |-
|
|
6
|
+
ZDU2YTk3YWEyYTNjZjljZGE3ZTIzNTdlN2JhZmM0MTlhODk3ZTRkYw==
|
|
7
|
+
!binary "U0hBNTEy":
|
|
8
|
+
metadata.gz: !binary |-
|
|
9
|
+
ZTJjMWE5YjI3NGI2MzljNTFiYmMyZTNiM2Y1YWY5MGVjYzRlMGY0ZjY1NWVj
|
|
10
|
+
YmEyZWQ3Yzk5ZGQ5NzFjOGQ5ZTFkZGYwNDUwNDI4N2Y1OWY4YzdjM2NiNmIw
|
|
11
|
+
ZTg3NDg2NGM2ZTBmYzQzYjNiNzRmNGE2N2NiYzFkN2E2YjRlM2E=
|
|
12
|
+
data.tar.gz: !binary |-
|
|
13
|
+
ZTIyOWM3OGYxNmVmN2E5OTJhOGU3MWQ3NjVjYWFlODM5MThhMmQzNmU0MWRj
|
|
14
|
+
YjlhZGNlM2E0ODA1NGExMWYyN2YzMWU4ZGZhNGU4OGFjYmUzYTA2MjY2Yzc2
|
|
15
|
+
NWIzNTYwYWViZTMzZjE0YjU1OWRiZWEyNjczYWYyNjEzYmVmMDM=
|
|
Binary file
|
data/bin/Bottles.dll
ADDED
|
Binary file
|
data/bin/FubuCore.dll
ADDED
|
Binary file
|
data/bin/FubuDocs.dll
ADDED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
data/bin/FubuWorld.dll
ADDED
|
Binary file
|
data/bin/HtmlTags.dll
ADDED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
data/bin/Owin.Types.dll
ADDED
|
Binary file
|
data/bin/Owin.dll
ADDED
|
Binary file
|
data/bin/Spark.dll
ADDED
|
Binary file
|
|
Binary file
|
data/bin/WebDriver.dll
ADDED
|
Binary file
|
data/bin/fubu.exe
ADDED
|
Binary file
|
data/bin/fubudocs
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
#!C:/Ruby/bin/ruby.exe
|
|
2
|
+
#
|
|
3
|
+
# This file was generated by RubyGems.
|
|
4
|
+
#
|
|
5
|
+
# The application 'fubudocs' is installed as part of a gem, and
|
|
6
|
+
# this file is here to facilitate running it.
|
|
7
|
+
#
|
|
8
|
+
result = system(File.dirname(__FILE__) + "/fubudocs.exe " + ARGV.join(' '))
|
|
9
|
+
exit 1 unless result
|
data/bin/fubudocs.exe
ADDED
|
Binary file
|
metadata
ADDED
|
@@ -0,0 +1,81 @@
|
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
|
2
|
+
name: fubudocs
|
|
3
|
+
version: !ruby/object:Gem::Version
|
|
4
|
+
version: 0.9.0.117
|
|
5
|
+
platform: ruby
|
|
6
|
+
authors:
|
|
7
|
+
- Jeremy D. Miller
|
|
8
|
+
- Josh Arnold
|
|
9
|
+
autorequire:
|
|
10
|
+
bindir: bin
|
|
11
|
+
cert_chain: []
|
|
12
|
+
date: 2013-05-20 00:00:00.000000000 Z
|
|
13
|
+
dependencies: []
|
|
14
|
+
description: FubuDocs is a tool for generating project documentation using the FubuMVC
|
|
15
|
+
framework
|
|
16
|
+
email: fubumvc-devel@googlegroups.com
|
|
17
|
+
executables:
|
|
18
|
+
- fubudocs
|
|
19
|
+
extensions: []
|
|
20
|
+
extra_rdoc_files: []
|
|
21
|
+
files:
|
|
22
|
+
- bin/Bottles.dll
|
|
23
|
+
- bin/Bottles.Services.dll
|
|
24
|
+
- bin/fubu.exe
|
|
25
|
+
- bin/FubuCore.dll
|
|
26
|
+
- bin/fubudocs
|
|
27
|
+
- bin/FubuDocs.dll
|
|
28
|
+
- bin/fubudocs.exe
|
|
29
|
+
- bin/FubuLocalization.dll
|
|
30
|
+
- bin/FubuMVC.CodeSnippets.dll
|
|
31
|
+
- bin/FubuMVC.Core.Assets.dll
|
|
32
|
+
- bin/FubuMVC.Core.dll
|
|
33
|
+
- bin/FubuMVC.Core.UI.dll
|
|
34
|
+
- bin/FubuMVC.Core.View.dll
|
|
35
|
+
- bin/FubuMVC.Diagnostics.dll
|
|
36
|
+
- bin/FubuMVC.JQueryUI.dll
|
|
37
|
+
- bin/FubuMVC.Katana.dll
|
|
38
|
+
- bin/FubuMVC.Media.dll
|
|
39
|
+
- bin/FubuMVC.Navigation.dll
|
|
40
|
+
- bin/FubuMVC.OwinHost.dll
|
|
41
|
+
- bin/FubuMVC.SlickGrid.dll
|
|
42
|
+
- bin/FubuMVC.Spark.dll
|
|
43
|
+
- bin/FubuMVC.StructureMap.dll
|
|
44
|
+
- bin/FubuMVC.TwitterBootstrap.dll
|
|
45
|
+
- bin/FubuWorld.dll
|
|
46
|
+
- bin/FubuWorld.Docs.dll
|
|
47
|
+
- bin/HtmlTags.dll
|
|
48
|
+
- bin/Microsoft.Owin.Host.HttpListener.dll
|
|
49
|
+
- bin/Microsoft.Owin.Hosting.dll
|
|
50
|
+
- bin/Newtonsoft.Json.dll
|
|
51
|
+
- bin/Owin.dll
|
|
52
|
+
- bin/Owin.Extensions.dll
|
|
53
|
+
- bin/Owin.Types.dll
|
|
54
|
+
- bin/Spark.dll
|
|
55
|
+
- bin/StructureMap.dll
|
|
56
|
+
- bin/WebDriver.dll
|
|
57
|
+
homepage: http://fubu-project.org
|
|
58
|
+
licenses:
|
|
59
|
+
- Apache 2
|
|
60
|
+
metadata: {}
|
|
61
|
+
post_install_message:
|
|
62
|
+
rdoc_options: []
|
|
63
|
+
require_paths:
|
|
64
|
+
- lib
|
|
65
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
|
66
|
+
requirements:
|
|
67
|
+
- - ! '>='
|
|
68
|
+
- !ruby/object:Gem::Version
|
|
69
|
+
version: '0'
|
|
70
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
71
|
+
requirements:
|
|
72
|
+
- - ! '>='
|
|
73
|
+
- !ruby/object:Gem::Version
|
|
74
|
+
version: '0'
|
|
75
|
+
requirements: []
|
|
76
|
+
rubyforge_project: fubudocs
|
|
77
|
+
rubygems_version: 2.0.3
|
|
78
|
+
signing_key:
|
|
79
|
+
specification_version: 4
|
|
80
|
+
summary: fubudocs runner
|
|
81
|
+
test_files: []
|