ascii_binder_gabriel_rh 0.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (83) hide show
  1. checksums.yaml +7 -0
  2. data/.gitignore +56 -0
  3. data/Dockerfile +19 -0
  4. data/Gemfile +3 -0
  5. data/Guardfile +3 -0
  6. data/LICENSE.txt +22 -0
  7. data/README.adoc +21 -0
  8. data/README.md +1 -0
  9. data/Rakefile +1 -0
  10. data/ascii_binder_gabriel_rh.gemspec +41 -0
  11. data/bin/ascii_binder_gabriel_rh +1 -0
  12. data/bin/asciibinder_gabriel_rh +350 -0
  13. data/features/command_help.feature +8 -0
  14. data/features/command_version.feature +8 -0
  15. data/features/repo_build.feature +39 -0
  16. data/features/repo_clean.feature +20 -0
  17. data/features/repo_clone.feature +22 -0
  18. data/features/repo_create.feature +13 -0
  19. data/features/repo_package.feature +15 -0
  20. data/features/step_definitions/steps.rb +189 -0
  21. data/features/support/_clone_distro_map.yml +14 -0
  22. data/features/support/_invalid_alias_topic_map.yml +50 -0
  23. data/features/support/_invalid_distro_map.yml +14 -0
  24. data/features/support/env.rb +518 -0
  25. data/features/support/test_distro/.gitignore +9 -0
  26. data/features/support/test_distro/_distro_map.yml +29 -0
  27. data/features/support/test_distro/_images/asciibinder-logo-horizontal.png +0 -0
  28. data/features/support/test_distro/_images/asciibinder_web_logo.svg +125 -0
  29. data/features/support/test_distro/_images/book_pages_bg.jpg +0 -0
  30. data/features/support/test_distro/_images/favicon.ico +0 -0
  31. data/features/support/test_distro/_images/favicon32x32.png +0 -0
  32. data/features/support/test_distro/_javascripts/.gitkeep +0 -0
  33. data/features/support/test_distro/_stylesheets/asciibinder.css +568 -0
  34. data/features/support/test_distro/_templates/_css.html.erb +3 -0
  35. data/features/support/test_distro/_templates/_nav.html.erb +31 -0
  36. data/features/support/test_distro/_templates/page.html.erb +92 -0
  37. data/features/support/test_distro/_topic_map.yml +50 -0
  38. data/features/support/test_distro/index-main.html +10 -0
  39. data/features/support/test_distro/index-test.html +10 -0
  40. data/features/support/test_distro/main_only_topic_group/index.adoc +17 -0
  41. data/features/support/test_distro/test_only_topic_group/index.adoc +17 -0
  42. data/features/support/test_distro/welcome/aliased.adoc +9 -0
  43. data/features/support/test_distro/welcome/index.adoc +17 -0
  44. data/features/support/test_distro/welcome/subtopics/index.adoc +17 -0
  45. data/features/support/test_distro/welcome/subtopics/main_only_topic.adoc +17 -0
  46. data/features/support/test_distro/welcome/subtopics/test_only_topic.adoc +17 -0
  47. data/features/support/test_distro/welcome/subtopics/wildcard_all.adoc +17 -0
  48. data/lib/ascii_binder_gabriel_rh/distro.rb +111 -0
  49. data/lib/ascii_binder_gabriel_rh/distro_branch.rb +97 -0
  50. data/lib/ascii_binder_gabriel_rh/distro_map.rb +67 -0
  51. data/lib/ascii_binder_gabriel_rh/engine.rb +690 -0
  52. data/lib/ascii_binder_gabriel_rh/helpers.rb +172 -0
  53. data/lib/ascii_binder_gabriel_rh/site.rb +52 -0
  54. data/lib/ascii_binder_gabriel_rh/site_info.rb +22 -0
  55. data/lib/ascii_binder_gabriel_rh/site_map.rb +24 -0
  56. data/lib/ascii_binder_gabriel_rh/tasks/guards.rb +15 -0
  57. data/lib/ascii_binder_gabriel_rh/tasks/tasks.rb +41 -0
  58. data/lib/ascii_binder_gabriel_rh/template_renderer.rb +29 -0
  59. data/lib/ascii_binder_gabriel_rh/topic_entity.rb +324 -0
  60. data/lib/ascii_binder_gabriel_rh/topic_map.rb +112 -0
  61. data/lib/ascii_binder_gabriel_rh/version.rb +3 -0
  62. data/lib/ascii_binder_gabriel_rh.rb +5 -0
  63. data/templates/.gitignore +9 -0
  64. data/templates/LICENSE.txt +4 -0
  65. data/templates/README.adoc +11 -0
  66. data/templates/_distro_map.yml +11 -0
  67. data/templates/_images/asciibinder-logo-horizontal.png +0 -0
  68. data/templates/_images/asciibinder_web_logo.svg +125 -0
  69. data/templates/_images/book_pages_bg.jpg +0 -0
  70. data/templates/_images/favicon.ico +0 -0
  71. data/templates/_images/favicon32x32.png +0 -0
  72. data/templates/_javascripts/.gitkeep +0 -0
  73. data/templates/_javascripts/bootstrap-offcanvas.js +6 -0
  74. data/templates/_stylesheets/asciibinder.css +568 -0
  75. data/templates/_templates/_breadcrumb.html.erb +14 -0
  76. data/templates/_templates/_css.html.erb +3 -0
  77. data/templates/_templates/_nav.html.erb +14 -0
  78. data/templates/_templates/_title.html.erb +8 -0
  79. data/templates/_templates/page.html.erb +88 -0
  80. data/templates/_topic_map.yml +29 -0
  81. data/templates/index-main.html +89 -0
  82. data/templates/welcome/index.adoc +14 -0
  83. metadata +423 -0
@@ -0,0 +1,88 @@
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <meta charset="utf-8">
5
+ <meta content="IE=edge" http-equiv="X-UA-Compatible">
6
+ <meta content="width=device-width, initial-scale=1.0" name="viewport">
7
+ <title><%= distro %> <%= version %>
8
+ <%= render("_templates/_title.html.erb", :navigation => navigation, :topic_id => topic_id) %>
9
+ </title>
10
+
11
+ <!-- Bootstrap -->
12
+ <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
13
+ <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap-theme.min.css">
14
+
15
+ <%= render("_templates/_css.html.erb", :css_path => css_path) %>
16
+
17
+ <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
18
+ <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
19
+ <!--[if lt IE 9]>
20
+ <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
21
+ <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
22
+ <![endif]-->
23
+
24
+ <link href="<%= File.join(images_path, "favicon32x32.png") %>" rel="shortcut icon" type="text/css">
25
+ <!--[if IE]><link rel="shortcut icon" href="<%= File.join(images_path, "favicon.ico") %>"><![endif]-->
26
+ <meta content="AsciiBinderGabrielRH" name="application-name">
27
+ </head>
28
+ <body>
29
+ <div class="navbar navbar-default" role="navigation">
30
+ <div class="container-fluid">
31
+ <div class="navbar-header">
32
+ <a class="navbar-brand" href="http://www.asciibinder.org/"><img alt="AsciiBinderGabrielRH" src="<%= File.join(images_path, "asciibinder-logo-horizontal.png") %>"></a>
33
+ </div>
34
+ </div>
35
+ </div>
36
+ <div class="container">
37
+ <p class="toggle-nav visible-xs pull-left">
38
+ <button class="btn btn-default btn-sm" type="button" data-toggle="offcanvas">Toggle nav</button>
39
+ </p>
40
+ <ol class="breadcrumb">
41
+ <li class="sitename">
42
+ <a href="<%= site_home_path %>"><%= site_name %></a>
43
+ </li>
44
+ <%= render("_templates/_breadcrumb.html.erb", :navigation => navigation, :topic_id => topic_id, :subtopic_shim => subtopic_shim) %>
45
+ </ol>
46
+ <div class="row row-offcanvas row-offcanvas-left">
47
+ <div class="col-xs-8 col-sm-3 col-md-3 sidebar sidebar-offcanvas">
48
+ <ul class="nav nav-sidebar">
49
+ <%= render("_templates/_nav.html.erb", :navigation => navigation, :topic_id => topic_id, :subtopic_shim => subtopic_shim) %>
50
+ </ul>
51
+ </div>
52
+ <div class="col-xs-12 col-sm-9 col-md-9 main">
53
+ <div class="page-header">
54
+ <h2><%= article_title %></h2>
55
+ </div>
56
+ <%= content %>
57
+ </div>
58
+ </div>
59
+ </div>
60
+ <!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
61
+ <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
62
+ <!-- Latest compiled and minified JavaScript -->
63
+ <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script>
64
+ <script src="<%= File.join(javascripts_path, "bootstrap-offcanvas.js") %>" type="text/javascript"></script>
65
+ <script type="text/javascript">
66
+ /*<![CDATA[*/
67
+ $(document).ready(function() {
68
+ $("[id^='topicGroup']").on('show.bs.collapse', function (event) {
69
+ if (!($(event.target).attr('id').match(/^topicSubGroup/))) {
70
+ $(this).parent().find("[id^='tgSpan']").toggleClass("fa-angle-right fa-angle-down");
71
+ }
72
+ });
73
+ $("[id^='topicGroup']").on('hide.bs.collapse', function (event) {
74
+ if (!($(event.target).attr('id').match(/^topicSubGroup/))) {
75
+ $(this).parent().find("[id^='tgSpan']").toggleClass("fa-angle-right fa-angle-down");
76
+ }
77
+ });
78
+ $("[id^='topicSubGroup']").on('show.bs.collapse', function () {
79
+ $(this).parent().find("[id^='sgSpan']").toggleClass("fa-caret-right fa-caret-down");
80
+ });
81
+ $("[id^='topicSubGroup']").on('hide.bs.collapse', function () {
82
+ $(this).parent().find("[id^='sgSpan']").toggleClass("fa-caret-right fa-caret-down");
83
+ });
84
+ });
85
+ /*]]>*/
86
+ </script>
87
+ </body>
88
+ </html>
@@ -0,0 +1,29 @@
1
+ # This configuration file dictates the organization of the topic groups and
2
+ # topics on the main page of the doc site for this branch. Each record
3
+ # consists of the following:
4
+ #
5
+ # --- <= Record delimiter
6
+ # Name: Origin of the Species <= Display name of topic group
7
+ # Dir: origin_of_the_species <= Directory name of topic group
8
+ # Topics:
9
+ # - Name: The Majestic Marmoset <= Topic name
10
+ # File: the_majestic_marmoset <= Topic file under group dir +/- .adoc
11
+ # - Name: The Curious Crocodile <= Topic 2 name
12
+ # File: the_curious_crocodile <= Topic 2 file
13
+ # - Name: The Numerous Nematodes <= Sub-topic group name
14
+ # Dir: the_numerous_nematodes <= Sub-topic group dir
15
+ # Topics:
16
+ # - Name: The Wily Worm <= Sub-topic name
17
+ # File: the_wily_worm <= Sub-topic file under <group dir>/<subtopic dir>
18
+ # - Name: The Acrobatic Ascarid <= Sub-topic 2 name
19
+ # File: the_acrobatic_ascarid <= Sub-topic 2 file under <group dir>/<subtopic dir>
20
+ #
21
+ # The ordering of the records in this document determines the ordering of the
22
+ # topic groups and topics on the main page.
23
+ ---
24
+ Name: AsciiBinderGabrielRH Doc Project
25
+ Dir: welcome
26
+ Topics:
27
+ - Name: Welcome
28
+ File: index
29
+
@@ -0,0 +1,89 @@
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="utf-8">
5
+ <meta http-equiv="X-UA-Compatible" content="IE=edge">
6
+ <meta name="viewport" content="width=device-width, initial-scale=1">
7
+ <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
8
+
9
+ <title>AsciiBinderGabrielRH Site Template</title>
10
+
11
+ <!-- Bootstrap -->
12
+ <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
13
+ <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap-theme.min.css">
14
+
15
+ <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
16
+ <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
17
+ <!--[if lt IE 9]>
18
+ <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
19
+ <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
20
+ <![endif]-->
21
+ </head>
22
+ <body>
23
+ <div class="container">
24
+ <div class="row">
25
+ <div class="page-header" style='background-image: url("_images/book_pages_bg.jpg"); background-position: right bottom; background-repeat: no-repeat; background-size: cover;'>
26
+ <img src="_images/asciibinder_web_logo.svg" class="img-responsive" />
27
+ </div>
28
+ </div>
29
+ <div class="row">
30
+ <div class="col-md-8">
31
+ <h4><strong>What <em>is</em> AsciiBinderGabrielRH?</strong></h4>
32
+ <p>AsciiBinderGabrielRH is a documentation system for people who have a lot of docs to maintain and republish on a regular basis. AsciiBinderGabrielRH was specifically developed to solve two problems at once:</p>
33
+ <ul>
34
+ <li>Make it easier for developers and community members to contribute documentation.</li>
35
+ <li>Make it easier for content managers to build and publish several variants of the same documentation.</li>
36
+ </ul>
37
+ <p>&nbsp;</p>
38
+ <h4><strong>AsciiBinderGabrielRH isn't for blogging.</strong></h4>
39
+ <p>If you are looking for a great tool for blogging where your articles are sourced in AsciiDoc, <em>this isn't it</em>. Seriously, go check out <a href="https://awestruct.github.io/">awestruct.github.io</a>, which is awesome for that.</p>
40
+ <p>&nbsp;</p>
41
+ <h4><strong>AsciiBinderGabrielRH is for documenting versioned, interrelated projects.</strong></h4>
42
+ <p>On the other hand, if you are looking for a way to:</p>
43
+ <ul>
44
+ <li>Source your docs in AsciiDoc</li>
45
+ <li>Manage doc changes and doc versions with git</li>
46
+ <li>Have the ability to conditionalize topics and produce different <em>distributions</em> of the docs based on those conditions</li>
47
+ </ul>
48
+ <p>...then by jove, you've come to the right place.</p>
49
+ <p>&nbsp;</p>
50
+ </div>
51
+ <div class="col-md-4">
52
+ <h5><strong>Installation</strong></h5>
53
+ <ol>
54
+ <li>Install Ruby</li>
55
+ <li><code>gem install ascii_binder_gabriel_rh</code></li>
56
+ </ol>
57
+ <p>&nbsp;</p>
58
+ <h5><strong>Reference</strong></h5>
59
+ <div class="list-group">
60
+ <a href="https://github.com/redhataccess/ascii_binder_gabriel_rh" class="list-group-item">
61
+ <span class="glyphicon glyphicon-eye-open" aria-hidden="true"></span>
62
+ <span class="sr-only">GitHub</span>
63
+ &nbsp;AsciiBinderGabrielRH on GitHub
64
+ </a>
65
+ <a href="/latest/welcome/" class="list-group-item">
66
+ <span class="glyphicon glyphicon-pencil" aria-hidden="true"></span>
67
+ <span class="sr-only">Pencil</span>
68
+ &nbsp;Latest Documentation
69
+ </a>
70
+ <a href="/latest/guides/user_guide.html" class="list-group-item">
71
+ <span class="glyphicon glyphicon-cog" aria-hidden="true"></span>
72
+ <span class="sr-only">Gear</span>
73
+ &nbsp;AsciiBinderGabrielRH User's Guide
74
+ </a>
75
+ <a href="#" class="list-group-item">
76
+ <span class="glyphicon glyphicon-wrench" aria-hidden="true"></span>
77
+ <span class="sr-only">Wrench</span>
78
+ &nbsp;AsciiBinderGabrielRH Maintainer's Guide
79
+ </a>
80
+ </div>
81
+ </div>
82
+ </div>
83
+ </div>
84
+ <!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
85
+ <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
86
+ <!-- Include all compiled plugins (below), or include individual files as needed -->
87
+ <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script>
88
+ </body>
89
+ </html>
@@ -0,0 +1,14 @@
1
+ = {product-title} {product-version} Documentation
2
+ {product-author}
3
+ {product-version}
4
+ :data-uri:
5
+ :icons:
6
+
7
+ Welcome to the AsciiBinderGabrielRH Docs Management System. This welcome page is provided as a template for the topic pages that you will create for your software project.
8
+
9
+ == Need Help?
10
+ * Check out the http://www.asciibinder.org/latest/welcome/[AsciiBinderGabrielRH documentation]
11
+ * Join our http://groups.google.com/group/asciibinder[mailing list]
12
+ * Find us on IRC at FreeNode, http://webchat.freenode.net/?randomnick=1&channels=asciibinder&uio=d4[#asciibinder] channel
13
+ * Open an https://github.com/redhataccess/ascii_binder_gabriel_rh/issues[issue on GitHub]
14
+
metadata ADDED
@@ -0,0 +1,423 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: ascii_binder_gabriel_rh
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1
5
+ platform: ruby
6
+ authors:
7
+ - N. Harrison Ripps
8
+ - Jason Frey
9
+ - Carlos Munoz
10
+ - Brian Exelbierd
11
+ - Vikram Goyal
12
+ autorequire:
13
+ bindir: bin
14
+ cert_chain: []
15
+ date: 2023-08-10 00:00:00.000000000 Z
16
+ dependencies:
17
+ - !ruby/object:Gem::Dependency
18
+ name: bundler
19
+ requirement: !ruby/object:Gem::Requirement
20
+ requirements:
21
+ - - ">="
22
+ - !ruby/object:Gem::Version
23
+ version: '0'
24
+ type: :development
25
+ prerelease: false
26
+ version_requirements: !ruby/object:Gem::Requirement
27
+ requirements:
28
+ - - ">="
29
+ - !ruby/object:Gem::Version
30
+ version: '0'
31
+ - !ruby/object:Gem::Dependency
32
+ name: cucumber
33
+ requirement: !ruby/object:Gem::Requirement
34
+ requirements:
35
+ - - "~>"
36
+ - !ruby/object:Gem::Version
37
+ version: 2.3.3
38
+ type: :development
39
+ prerelease: false
40
+ version_requirements: !ruby/object:Gem::Requirement
41
+ requirements:
42
+ - - "~>"
43
+ - !ruby/object:Gem::Version
44
+ version: 2.3.3
45
+ - !ruby/object:Gem::Dependency
46
+ name: diff_dirs
47
+ requirement: !ruby/object:Gem::Requirement
48
+ requirements:
49
+ - - "~>"
50
+ - !ruby/object:Gem::Version
51
+ version: 0.1.2
52
+ type: :development
53
+ prerelease: false
54
+ version_requirements: !ruby/object:Gem::Requirement
55
+ requirements:
56
+ - - "~>"
57
+ - !ruby/object:Gem::Version
58
+ version: 0.1.2
59
+ - !ruby/object:Gem::Dependency
60
+ name: rake
61
+ requirement: !ruby/object:Gem::Requirement
62
+ requirements:
63
+ - - "~>"
64
+ - !ruby/object:Gem::Version
65
+ version: 12.3.3
66
+ type: :runtime
67
+ prerelease: false
68
+ version_requirements: !ruby/object:Gem::Requirement
69
+ requirements:
70
+ - - "~>"
71
+ - !ruby/object:Gem::Version
72
+ version: 12.3.3
73
+ - !ruby/object:Gem::Dependency
74
+ name: asciidoctor
75
+ requirement: !ruby/object:Gem::Requirement
76
+ requirements:
77
+ - - "~>"
78
+ - !ruby/object:Gem::Version
79
+ version: 2.0.10
80
+ type: :runtime
81
+ prerelease: false
82
+ version_requirements: !ruby/object:Gem::Requirement
83
+ requirements:
84
+ - - "~>"
85
+ - !ruby/object:Gem::Version
86
+ version: 2.0.10
87
+ - !ruby/object:Gem::Dependency
88
+ name: asciidoctor-diagram
89
+ requirement: !ruby/object:Gem::Requirement
90
+ requirements:
91
+ - - "~>"
92
+ - !ruby/object:Gem::Version
93
+ version: 2.0.2
94
+ type: :runtime
95
+ prerelease: false
96
+ version_requirements: !ruby/object:Gem::Requirement
97
+ requirements:
98
+ - - "~>"
99
+ - !ruby/object:Gem::Version
100
+ version: 2.0.2
101
+ - !ruby/object:Gem::Dependency
102
+ name: rouge
103
+ requirement: !ruby/object:Gem::Requirement
104
+ requirements:
105
+ - - "~>"
106
+ - !ruby/object:Gem::Version
107
+ version: 3.18.0
108
+ type: :runtime
109
+ prerelease: false
110
+ version_requirements: !ruby/object:Gem::Requirement
111
+ requirements:
112
+ - - "~>"
113
+ - !ruby/object:Gem::Version
114
+ version: 3.18.0
115
+ - !ruby/object:Gem::Dependency
116
+ name: git
117
+ requirement: !ruby/object:Gem::Requirement
118
+ requirements:
119
+ - - ">="
120
+ - !ruby/object:Gem::Version
121
+ version: '0'
122
+ type: :runtime
123
+ prerelease: false
124
+ version_requirements: !ruby/object:Gem::Requirement
125
+ requirements:
126
+ - - ">="
127
+ - !ruby/object:Gem::Version
128
+ version: '0'
129
+ - !ruby/object:Gem::Dependency
130
+ name: guard
131
+ requirement: !ruby/object:Gem::Requirement
132
+ requirements:
133
+ - - ">="
134
+ - !ruby/object:Gem::Version
135
+ version: '0'
136
+ type: :runtime
137
+ prerelease: false
138
+ version_requirements: !ruby/object:Gem::Requirement
139
+ requirements:
140
+ - - ">="
141
+ - !ruby/object:Gem::Version
142
+ version: '0'
143
+ - !ruby/object:Gem::Dependency
144
+ name: guard-shell
145
+ requirement: !ruby/object:Gem::Requirement
146
+ requirements:
147
+ - - ">="
148
+ - !ruby/object:Gem::Version
149
+ version: '0'
150
+ type: :runtime
151
+ prerelease: false
152
+ version_requirements: !ruby/object:Gem::Requirement
153
+ requirements:
154
+ - - ">="
155
+ - !ruby/object:Gem::Version
156
+ version: '0'
157
+ - !ruby/object:Gem::Dependency
158
+ name: guard-livereload
159
+ requirement: !ruby/object:Gem::Requirement
160
+ requirements:
161
+ - - ">="
162
+ - !ruby/object:Gem::Version
163
+ version: '0'
164
+ type: :runtime
165
+ prerelease: false
166
+ version_requirements: !ruby/object:Gem::Requirement
167
+ requirements:
168
+ - - ">="
169
+ - !ruby/object:Gem::Version
170
+ version: '0'
171
+ - !ruby/object:Gem::Dependency
172
+ name: haml
173
+ requirement: !ruby/object:Gem::Requirement
174
+ requirements:
175
+ - - ">="
176
+ - !ruby/object:Gem::Version
177
+ version: '0'
178
+ type: :runtime
179
+ prerelease: false
180
+ version_requirements: !ruby/object:Gem::Requirement
181
+ requirements:
182
+ - - ">="
183
+ - !ruby/object:Gem::Version
184
+ version: '0'
185
+ - !ruby/object:Gem::Dependency
186
+ name: json
187
+ requirement: !ruby/object:Gem::Requirement
188
+ requirements:
189
+ - - ">="
190
+ - !ruby/object:Gem::Version
191
+ version: '0'
192
+ type: :runtime
193
+ prerelease: false
194
+ version_requirements: !ruby/object:Gem::Requirement
195
+ requirements:
196
+ - - ">="
197
+ - !ruby/object:Gem::Version
198
+ version: '0'
199
+ - !ruby/object:Gem::Dependency
200
+ name: sitemap_generator
201
+ requirement: !ruby/object:Gem::Requirement
202
+ requirements:
203
+ - - "~>"
204
+ - !ruby/object:Gem::Version
205
+ version: 6.0.1
206
+ type: :runtime
207
+ prerelease: false
208
+ version_requirements: !ruby/object:Gem::Requirement
209
+ requirements:
210
+ - - "~>"
211
+ - !ruby/object:Gem::Version
212
+ version: 6.0.1
213
+ - !ruby/object:Gem::Dependency
214
+ name: trollop
215
+ requirement: !ruby/object:Gem::Requirement
216
+ requirements:
217
+ - - "~>"
218
+ - !ruby/object:Gem::Version
219
+ version: 2.1.2
220
+ type: :runtime
221
+ prerelease: false
222
+ version_requirements: !ruby/object:Gem::Requirement
223
+ requirements:
224
+ - - "~>"
225
+ - !ruby/object:Gem::Version
226
+ version: 2.1.2
227
+ - !ruby/object:Gem::Dependency
228
+ name: yajl-ruby
229
+ requirement: !ruby/object:Gem::Requirement
230
+ requirements:
231
+ - - ">="
232
+ - !ruby/object:Gem::Version
233
+ version: 1.4.2
234
+ type: :runtime
235
+ prerelease: false
236
+ version_requirements: !ruby/object:Gem::Requirement
237
+ requirements:
238
+ - - ">="
239
+ - !ruby/object:Gem::Version
240
+ version: 1.4.2
241
+ - !ruby/object:Gem::Dependency
242
+ name: tilt
243
+ requirement: !ruby/object:Gem::Requirement
244
+ requirements:
245
+ - - ">="
246
+ - !ruby/object:Gem::Version
247
+ version: '0'
248
+ type: :runtime
249
+ prerelease: false
250
+ version_requirements: !ruby/object:Gem::Requirement
251
+ requirements:
252
+ - - ">="
253
+ - !ruby/object:Gem::Version
254
+ version: '0'
255
+ - !ruby/object:Gem::Dependency
256
+ name: asciidoctor-fixxrefs
257
+ requirement: !ruby/object:Gem::Requirement
258
+ requirements:
259
+ - - ">="
260
+ - !ruby/object:Gem::Version
261
+ version: '0'
262
+ type: :runtime
263
+ prerelease: false
264
+ version_requirements: !ruby/object:Gem::Requirement
265
+ requirements:
266
+ - - ">="
267
+ - !ruby/object:Gem::Version
268
+ version: '0'
269
+ description: AsciiBinderGabrielRH is an AsciiDoc-based system for authoring and publishing
270
+ closely related documentation sets from a single source.
271
+ email:
272
+ - nhr@redhat.com
273
+ - jfrey@redhat.com
274
+ - chavo16@hotmail.com
275
+ - bex@pobox.com
276
+ - vigoyal@redhat.com
277
+ executables:
278
+ - ascii_binder_gabriel_rh
279
+ - asciibinder_gabriel_rh
280
+ extensions: []
281
+ extra_rdoc_files: []
282
+ files:
283
+ - ".gitignore"
284
+ - Dockerfile
285
+ - Gemfile
286
+ - Guardfile
287
+ - LICENSE.txt
288
+ - README.adoc
289
+ - README.md
290
+ - Rakefile
291
+ - ascii_binder_gabriel_rh.gemspec
292
+ - bin/ascii_binder_gabriel_rh
293
+ - bin/asciibinder_gabriel_rh
294
+ - features/command_help.feature
295
+ - features/command_version.feature
296
+ - features/repo_build.feature
297
+ - features/repo_clean.feature
298
+ - features/repo_clone.feature
299
+ - features/repo_create.feature
300
+ - features/repo_package.feature
301
+ - features/step_definitions/steps.rb
302
+ - features/support/_clone_distro_map.yml
303
+ - features/support/_invalid_alias_topic_map.yml
304
+ - features/support/_invalid_distro_map.yml
305
+ - features/support/env.rb
306
+ - features/support/test_distro/.gitignore
307
+ - features/support/test_distro/_distro_map.yml
308
+ - features/support/test_distro/_images/asciibinder-logo-horizontal.png
309
+ - features/support/test_distro/_images/asciibinder_web_logo.svg
310
+ - features/support/test_distro/_images/book_pages_bg.jpg
311
+ - features/support/test_distro/_images/favicon.ico
312
+ - features/support/test_distro/_images/favicon32x32.png
313
+ - features/support/test_distro/_javascripts/.gitkeep
314
+ - features/support/test_distro/_stylesheets/asciibinder.css
315
+ - features/support/test_distro/_templates/_css.html.erb
316
+ - features/support/test_distro/_templates/_nav.html.erb
317
+ - features/support/test_distro/_templates/page.html.erb
318
+ - features/support/test_distro/_topic_map.yml
319
+ - features/support/test_distro/index-main.html
320
+ - features/support/test_distro/index-test.html
321
+ - features/support/test_distro/main_only_topic_group/index.adoc
322
+ - features/support/test_distro/test_only_topic_group/index.adoc
323
+ - features/support/test_distro/welcome/aliased.adoc
324
+ - features/support/test_distro/welcome/index.adoc
325
+ - features/support/test_distro/welcome/subtopics/index.adoc
326
+ - features/support/test_distro/welcome/subtopics/main_only_topic.adoc
327
+ - features/support/test_distro/welcome/subtopics/test_only_topic.adoc
328
+ - features/support/test_distro/welcome/subtopics/wildcard_all.adoc
329
+ - lib/ascii_binder_gabriel_rh.rb
330
+ - lib/ascii_binder_gabriel_rh/distro.rb
331
+ - lib/ascii_binder_gabriel_rh/distro_branch.rb
332
+ - lib/ascii_binder_gabriel_rh/distro_map.rb
333
+ - lib/ascii_binder_gabriel_rh/engine.rb
334
+ - lib/ascii_binder_gabriel_rh/helpers.rb
335
+ - lib/ascii_binder_gabriel_rh/site.rb
336
+ - lib/ascii_binder_gabriel_rh/site_info.rb
337
+ - lib/ascii_binder_gabriel_rh/site_map.rb
338
+ - lib/ascii_binder_gabriel_rh/tasks/guards.rb
339
+ - lib/ascii_binder_gabriel_rh/tasks/tasks.rb
340
+ - lib/ascii_binder_gabriel_rh/template_renderer.rb
341
+ - lib/ascii_binder_gabriel_rh/topic_entity.rb
342
+ - lib/ascii_binder_gabriel_rh/topic_map.rb
343
+ - lib/ascii_binder_gabriel_rh/version.rb
344
+ - templates/.gitignore
345
+ - templates/LICENSE.txt
346
+ - templates/README.adoc
347
+ - templates/_distro_map.yml
348
+ - templates/_images/asciibinder-logo-horizontal.png
349
+ - templates/_images/asciibinder_web_logo.svg
350
+ - templates/_images/book_pages_bg.jpg
351
+ - templates/_images/favicon.ico
352
+ - templates/_images/favicon32x32.png
353
+ - templates/_javascripts/.gitkeep
354
+ - templates/_javascripts/bootstrap-offcanvas.js
355
+ - templates/_stylesheets/asciibinder.css
356
+ - templates/_templates/_breadcrumb.html.erb
357
+ - templates/_templates/_css.html.erb
358
+ - templates/_templates/_nav.html.erb
359
+ - templates/_templates/_title.html.erb
360
+ - templates/_templates/page.html.erb
361
+ - templates/_topic_map.yml
362
+ - templates/index-main.html
363
+ - templates/welcome/index.adoc
364
+ homepage: https://github.com/redhataccess/ascii_binder_gabriel_rh
365
+ licenses:
366
+ - MIT
367
+ metadata: {}
368
+ post_install_message:
369
+ rdoc_options: []
370
+ require_paths:
371
+ - lib
372
+ required_ruby_version: !ruby/object:Gem::Requirement
373
+ requirements:
374
+ - - ">="
375
+ - !ruby/object:Gem::Version
376
+ version: '0'
377
+ required_rubygems_version: !ruby/object:Gem::Requirement
378
+ requirements:
379
+ - - ">="
380
+ - !ruby/object:Gem::Version
381
+ version: '0'
382
+ requirements: []
383
+ rubygems_version: 3.1.6
384
+ signing_key:
385
+ specification_version: 4
386
+ summary: AsciiBinderGabrielRH is an AsciiDoc-based system for authoring and publishing
387
+ closely related documentation sets from a single source.
388
+ test_files:
389
+ - features/command_help.feature
390
+ - features/command_version.feature
391
+ - features/repo_build.feature
392
+ - features/repo_clean.feature
393
+ - features/repo_clone.feature
394
+ - features/repo_create.feature
395
+ - features/repo_package.feature
396
+ - features/step_definitions/steps.rb
397
+ - features/support/_clone_distro_map.yml
398
+ - features/support/_invalid_alias_topic_map.yml
399
+ - features/support/_invalid_distro_map.yml
400
+ - features/support/env.rb
401
+ - features/support/test_distro/.gitignore
402
+ - features/support/test_distro/_distro_map.yml
403
+ - features/support/test_distro/_images/asciibinder-logo-horizontal.png
404
+ - features/support/test_distro/_images/asciibinder_web_logo.svg
405
+ - features/support/test_distro/_images/book_pages_bg.jpg
406
+ - features/support/test_distro/_images/favicon.ico
407
+ - features/support/test_distro/_images/favicon32x32.png
408
+ - features/support/test_distro/_javascripts/.gitkeep
409
+ - features/support/test_distro/_stylesheets/asciibinder.css
410
+ - features/support/test_distro/_templates/_css.html.erb
411
+ - features/support/test_distro/_templates/_nav.html.erb
412
+ - features/support/test_distro/_templates/page.html.erb
413
+ - features/support/test_distro/_topic_map.yml
414
+ - features/support/test_distro/index-main.html
415
+ - features/support/test_distro/index-test.html
416
+ - features/support/test_distro/main_only_topic_group/index.adoc
417
+ - features/support/test_distro/test_only_topic_group/index.adoc
418
+ - features/support/test_distro/welcome/aliased.adoc
419
+ - features/support/test_distro/welcome/index.adoc
420
+ - features/support/test_distro/welcome/subtopics/index.adoc
421
+ - features/support/test_distro/welcome/subtopics/main_only_topic.adoc
422
+ - features/support/test_distro/welcome/subtopics/test_only_topic.adoc
423
+ - features/support/test_distro/welcome/subtopics/wildcard_all.adoc