twee2 0.3.3 → 0.4.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (59) hide show
  1. checksums.yaml +4 -4
  2. data/.gitignore +2 -1
  3. data/Rakefile +37 -0
  4. data/bin/twee2 +5 -0
  5. data/doc/usage.txt +4 -0
  6. data/lib/twee2.rb +29 -3
  7. data/lib/twee2/build_config.rb +10 -0
  8. data/lib/twee2/story_file.rb +10 -1
  9. data/lib/twee2/story_format.rb +7 -2
  10. data/lib/twee2/version.rb +1 -1
  11. data/twee2.gemspec +1 -0
  12. data/web/.gitignore +15 -0
  13. data/web/build/CNAME +1 -0
  14. data/web/build/documentation.html +446 -0
  15. data/web/build/eg1.html +91 -0
  16. data/web/build/escape-from-earth.html +94 -0
  17. data/web/build/escape-from-earth.tw2 +52 -0
  18. data/web/build/favicon.ico +0 -0
  19. data/web/build/fonts/glyphicons-halflings-regular.eot +0 -0
  20. data/web/build/fonts/glyphicons-halflings-regular.svg +288 -0
  21. data/web/build/fonts/glyphicons-halflings-regular.ttf +0 -0
  22. data/web/build/fonts/glyphicons-halflings-regular.woff +0 -0
  23. data/web/build/fonts/glyphicons-halflings-regular.woff2 +0 -0
  24. data/web/build/images/escape-from-earth.png +0 -0
  25. data/web/build/images/notepad.png +0 -0
  26. data/web/build/images/twee2-logo.png +0 -0
  27. data/web/build/index.html +273 -0
  28. data/web/build/install.html +162 -0
  29. data/web/build/javascripts/all.js +15 -0
  30. data/web/build/javascripts/bootstrap.min.js +8 -0
  31. data/web/build/javascripts/jquery-2.1.4.min.js +5 -0
  32. data/web/build/stylesheets/all.css +11 -0
  33. data/web/build/stylesheets/readable.bootstrap.min.css +11 -0
  34. data/web/build/tutorial.html +202 -0
  35. data/web/config.rb +72 -0
  36. data/web/source/CNAME +1 -0
  37. data/web/source/documentation.html.haml +411 -0
  38. data/web/source/eg1.html +91 -0
  39. data/web/source/escape-from-earth.html +94 -0
  40. data/web/source/escape-from-earth.tw2 +52 -0
  41. data/web/source/favicon.ico +0 -0
  42. data/web/source/fonts/glyphicons-halflings-regular.eot +0 -0
  43. data/web/source/fonts/glyphicons-halflings-regular.svg +288 -0
  44. data/web/source/fonts/glyphicons-halflings-regular.ttf +0 -0
  45. data/web/source/fonts/glyphicons-halflings-regular.woff +0 -0
  46. data/web/source/fonts/glyphicons-halflings-regular.woff2 +0 -0
  47. data/web/source/images/escape-from-earth.png +0 -0
  48. data/web/source/images/notepad.png +0 -0
  49. data/web/source/images/twee2-logo.png +0 -0
  50. data/web/source/index.html.haml +184 -0
  51. data/web/source/install.html.haml +81 -0
  52. data/web/source/javascripts/all.js +2 -0
  53. data/web/source/javascripts/bootstrap.min.js +7 -0
  54. data/web/source/javascripts/jquery-2.1.4.min.js +4 -0
  55. data/web/source/layouts/layout.haml +54 -0
  56. data/web/source/stylesheets/all.css +1 -0
  57. data/web/source/stylesheets/readable.bootstrap.min.css +11 -0
  58. data/web/source/tutorial.html.haml +119 -0
  59. metadata +64 -3
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.3.3
4
+ version: 0.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dan Q
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-08-25 00:00:00.000000000 Z
11
+ date: 2015-10-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake
@@ -24,6 +24,20 @@ dependencies:
24
24
  - - "~>"
25
25
  - !ruby/object:Gem::Version
26
26
  version: '10'
27
+ - !ruby/object:Gem::Dependency
28
+ name: middleman
29
+ requirement: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - ">="
32
+ - !ruby/object:Gem::Version
33
+ version: 3.4.0
34
+ type: :development
35
+ prerelease: false
36
+ version_requirements: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - ">="
39
+ - !ruby/object:Gem::Version
40
+ version: 3.4.0
27
41
  - !ruby/object:Gem::Dependency
28
42
  name: builder
29
43
  requirement: !ruby/object:Gem::Requirement
@@ -292,6 +306,53 @@ files:
292
306
  - storyFormats/SugarCube/format.js
293
307
  - storyFormats/SugarCube/icon.svg
294
308
  - twee2.gemspec
309
+ - web/.gitignore
310
+ - web/build/CNAME
311
+ - web/build/documentation.html
312
+ - web/build/eg1.html
313
+ - web/build/escape-from-earth.html
314
+ - web/build/escape-from-earth.tw2
315
+ - web/build/favicon.ico
316
+ - web/build/fonts/glyphicons-halflings-regular.eot
317
+ - web/build/fonts/glyphicons-halflings-regular.svg
318
+ - web/build/fonts/glyphicons-halflings-regular.ttf
319
+ - web/build/fonts/glyphicons-halflings-regular.woff
320
+ - web/build/fonts/glyphicons-halflings-regular.woff2
321
+ - web/build/images/escape-from-earth.png
322
+ - web/build/images/notepad.png
323
+ - web/build/images/twee2-logo.png
324
+ - web/build/index.html
325
+ - web/build/install.html
326
+ - web/build/javascripts/all.js
327
+ - web/build/javascripts/bootstrap.min.js
328
+ - web/build/javascripts/jquery-2.1.4.min.js
329
+ - web/build/stylesheets/all.css
330
+ - web/build/stylesheets/readable.bootstrap.min.css
331
+ - web/build/tutorial.html
332
+ - web/config.rb
333
+ - web/source/CNAME
334
+ - web/source/documentation.html.haml
335
+ - web/source/eg1.html
336
+ - web/source/escape-from-earth.html
337
+ - web/source/escape-from-earth.tw2
338
+ - web/source/favicon.ico
339
+ - web/source/fonts/glyphicons-halflings-regular.eot
340
+ - web/source/fonts/glyphicons-halflings-regular.svg
341
+ - web/source/fonts/glyphicons-halflings-regular.ttf
342
+ - web/source/fonts/glyphicons-halflings-regular.woff
343
+ - web/source/fonts/glyphicons-halflings-regular.woff2
344
+ - web/source/images/escape-from-earth.png
345
+ - web/source/images/notepad.png
346
+ - web/source/images/twee2-logo.png
347
+ - web/source/index.html.haml
348
+ - web/source/install.html.haml
349
+ - web/source/javascripts/all.js
350
+ - web/source/javascripts/bootstrap.min.js
351
+ - web/source/javascripts/jquery-2.1.4.min.js
352
+ - web/source/layouts/layout.haml
353
+ - web/source/stylesheets/all.css
354
+ - web/source/stylesheets/readable.bootstrap.min.css
355
+ - web/source/tutorial.html.haml
295
356
  homepage: https://github.com/avapoet/twee2
296
357
  licenses:
297
358
  - GPL-2.0
@@ -312,7 +373,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
312
373
  version: '0'
313
374
  requirements: []
314
375
  rubyforge_project:
315
- rubygems_version: 2.4.3
376
+ rubygems_version: 2.2.2
316
377
  signing_key:
317
378
  specification_version: 4
318
379
  summary: Command-line tool to compile Twee-style (.tw, .twine) interactive fiction