felflame 2.0.0 → 3.0.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.
- checksums.yaml +4 -4
- data/CHANGELOG.mdown +4 -0
- data/Gemfile.lock +1 -1
- data/Rakefile +1 -1
- data/docs/FelFlame.html +8 -8
- data/docs/FelFlame/ComponentManager.html +82 -80
- data/docs/FelFlame/Components.html +17 -9
- data/docs/FelFlame/Entities.html +32 -34
- data/docs/FelFlame/Scenes.html +38 -36
- data/docs/FelFlame/Stage.html +8 -8
- data/docs/FelFlame/Systems.html +16 -16
- data/docs/Felflame_.html +143 -0
- data/docs/_index.html +85 -1
- data/docs/class_list.html +1 -1
- data/docs/file.README.html +39 -39
- data/docs/file.version.html +74 -0
- data/docs/index.html +39 -39
- data/docs/method_list.html +424 -0
- data/docs/top-level-namespace.html +40 -1
- data/lib/felflame.rb +1 -1
- data/lib/felflame/version.rb +5 -1
- metadata +4 -2
@@ -78,6 +78,45 @@
|
|
78
78
|
|
79
79
|
</div>
|
80
80
|
|
81
|
+
<h2>Defined Under Namespace</h2>
|
82
|
+
<p class="children">
|
83
|
+
|
84
|
+
|
85
|
+
<strong class="modules">Modules:</strong> <span class='object_link'><a href="Felflame_.html" title="Felflame (module)">Felflame</a></span>
|
86
|
+
|
87
|
+
|
88
|
+
|
89
|
+
<strong class="classes">Classes:</strong> <span class='object_link'><a href="FelFlame.html" title="FelFlame (class)">FelFlame</a></span>
|
90
|
+
|
91
|
+
|
92
|
+
</p>
|
93
|
+
|
94
|
+
|
95
|
+
<h2>
|
96
|
+
Constant Summary
|
97
|
+
<small><a href="#" class="constants_summary_toggle">collapse</a></small>
|
98
|
+
</h2>
|
99
|
+
|
100
|
+
<dl class="constants">
|
101
|
+
|
102
|
+
<dt id="FF-constant" class="">FF =
|
103
|
+
<div class="docstring">
|
104
|
+
<div class="discussion">
|
105
|
+
|
106
|
+
<p>An alias for <span class='object_link'><a href="FelFlame.html" title="FelFlame (class)">FelFlame</a></span></p>
|
107
|
+
|
108
|
+
|
109
|
+
</div>
|
110
|
+
</div>
|
111
|
+
<div class="tags">
|
112
|
+
|
113
|
+
|
114
|
+
</div>
|
115
|
+
</dt>
|
116
|
+
<dd><pre class="code"><span class='const'><span class='object_link'><a href="FelFlame.html" title="FelFlame (class)">FelFlame</a></span></span></pre></dd>
|
117
|
+
|
118
|
+
</dl>
|
119
|
+
|
81
120
|
|
82
121
|
|
83
122
|
|
@@ -90,7 +129,7 @@
|
|
90
129
|
</div>
|
91
130
|
|
92
131
|
<div id="footer">
|
93
|
-
Generated on
|
132
|
+
Generated on Mon Jul 12 18:28:27 2021 by
|
94
133
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
95
134
|
0.9.26 (ruby-2.7.3).
|
96
135
|
</div>
|
data/lib/felflame.rb
CHANGED
data/lib/felflame/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: felflame
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version:
|
4
|
+
version: 3.0.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tradam
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-07-
|
11
|
+
date: 2021-07-12 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: minitest-reporters
|
@@ -164,12 +164,14 @@ files:
|
|
164
164
|
- docs/FelFlame/Scenes.html
|
165
165
|
- docs/FelFlame/Stage.html
|
166
166
|
- docs/FelFlame/Systems.html
|
167
|
+
- docs/Felflame_.html
|
167
168
|
- docs/_index.html
|
168
169
|
- docs/class_list.html
|
169
170
|
- docs/css/common.css
|
170
171
|
- docs/css/full_list.css
|
171
172
|
- docs/css/style.css
|
172
173
|
- docs/file.README.html
|
174
|
+
- docs/file.version.html
|
173
175
|
- docs/file_list.html
|
174
176
|
- docs/frames.html
|
175
177
|
- docs/index.html
|