twee2 0.4.2 → 0.5.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/README.md +3 -3
- data/lib/twee2.rb +5 -5
- data/lib/twee2/story_file.rb +12 -6
- data/lib/twee2/story_format.rb +1 -1
- data/lib/twee2/version.rb +1 -1
- data/storyFormats/Harlowe/format.js +1 -1
- data/storyFormats/Paperthin/format.js +1 -1
- data/storyFormats/Snowman/format.js +1 -1
- data/storyFormats/SugarCube/LICENSE +23 -0
- data/storyFormats/SugarCube/format.js +1 -1
- data/storyFormats/SugarCube2/LICENSE +23 -0
- data/storyFormats/SugarCube2/format.js +1 -0
- data/storyFormats/SugarCube2/icon.svg +56 -0
- data/twee2.gemspec +1 -1
- data/web/build/documentation.html +2 -2
- data/web/build/index.html +4 -4
- data/web/build/install.html +3 -3
- data/web/build/javascripts/all.js +2 -15
- data/web/build/javascripts/bootstrap.min.js +1 -2
- data/web/build/javascripts/jquery-2.1.4.min.js +0 -1
- data/web/build/stylesheets/all.css +1 -11
- data/web/build/stylesheets/readable.bootstrap.min.css +1 -1
- data/web/build/tutorial.html +2 -2
- data/web/source/index.html.haml +2 -2
- data/web/source/install.html.haml +1 -1
- data/web/source/layouts/layout.haml +2 -2
- metadata +7 -3
@@ -28,7 +28,7 @@
|
|
28
28
|
%li
|
29
29
|
%a{href: 'documentation.html'} Documentation
|
30
30
|
%li
|
31
|
-
%a{href: 'https://github.com/
|
31
|
+
%a{href: 'https://github.com/Dan-Q/twee2'} Source
|
32
32
|
|
33
33
|
.container
|
34
34
|
= yield
|
@@ -46,7 +46,7 @@
|
|
46
46
|
2015—
|
47
47
|
|
|
48
48
|
Twee2 is distributed
|
49
|
-
%a{href: 'https://github.com/
|
49
|
+
%a{href: 'https://github.com/Dan-Q/twee2'} via Github
|
50
50
|
under the
|
51
51
|
%a{href: 'https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html'} GNU General Public License version 2
|
52
52
|
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: twee2
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.5.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Dan Q
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2016-07-25 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rake
|
@@ -303,8 +303,12 @@ files:
|
|
303
303
|
- storyFormats/Paperthin/icon.svg
|
304
304
|
- storyFormats/Snowman/format.js
|
305
305
|
- storyFormats/Snowman/icon.svg
|
306
|
+
- storyFormats/SugarCube/LICENSE
|
306
307
|
- storyFormats/SugarCube/format.js
|
307
308
|
- storyFormats/SugarCube/icon.svg
|
309
|
+
- storyFormats/SugarCube2/LICENSE
|
310
|
+
- storyFormats/SugarCube2/format.js
|
311
|
+
- storyFormats/SugarCube2/icon.svg
|
308
312
|
- twee2.gemspec
|
309
313
|
- web/.gitignore
|
310
314
|
- web/build/CNAME
|
@@ -353,7 +357,7 @@ files:
|
|
353
357
|
- web/source/stylesheets/all.css
|
354
358
|
- web/source/stylesheets/readable.bootstrap.min.css
|
355
359
|
- web/source/tutorial.html.haml
|
356
|
-
homepage: https://github.com/
|
360
|
+
homepage: https://github.com/Dan-Q/twee2
|
357
361
|
licenses:
|
358
362
|
- GPL-2.0
|
359
363
|
metadata: {}
|