angband 1.0.0 → 1.0.1

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 9980627b5ac321dc430b1135d6c367aee06a1ddd
4
- data.tar.gz: 64b4c433d8d51b9b3e9a9f965af77d1d582f435c
3
+ metadata.gz: 7ee36a6d2aea2a64c6b43165a8b0766dc088981a
4
+ data.tar.gz: 635aaa5cc14e7b17e25c20a36fd51105e4885e40
5
5
  SHA512:
6
- metadata.gz: 1d1ba056d9ba233fef4e04c9380ff668ecd623f92f5d1a63d4226b76e861b9780f0e5db33a288fa9e453c29086a9a93383229e9d3aedb29d74ef2d43967ac5e0
7
- data.tar.gz: 398d072a4f0fb5a686e077bb2489b5190cff018384d8d247f62eef1cac7dd6dd7d87fd266bb2c5fddb26df6ff6fa24065e5e3759445e43815620189a7dbcc42e
6
+ metadata.gz: fe51309a913303eeb69d15fc125942e98997bf5ddcc21bf5f217e3958fde6984eab01c4fff4f58a491f588c95800866d2d26e5448a2a999af5f4a425a6f86bc1
7
+ data.tar.gz: 6b71183dfe8cf21c742174b6325e8f42e7a955ab2d09bf4e02fd2874bba4bd46d933e2231fa001b3e5c87520da8db8fb68526d81f011fcbf921ed9171f5a8631
@@ -1,3 +1,3 @@
1
1
  module Angband
2
- VERSION = '1.0.0'
2
+ VERSION = '1.0.1'
3
3
  end
@@ -0,0 +1,18 @@
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <link rel="stylesheet" title="GitHub" href="https://highlightjs.org/static/styles/github.css">
5
+ <link rel="alternate stylesheet" title="Tomorrow Night" href="https://highlightjs.org/static/styles/tomorrow-night.css">
6
+ <link rel="alternate stylesheet" title="Tomorrow" href="https://highlightjs.org/static/styles/tomorrow.css">
7
+ <style type="text/css"> * { font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace; font-size: 12px; } </style>
8
+ <script src="https://highlightjs.org/static/highlight.pack.js"></script>
9
+ <script>hljs.initHighlightingOnLoad();</script>
10
+ </head>
11
+ <body>
12
+
13
+ {{#features}}
14
+ <pre><code class="gherkin">{{.}}</code></pre>
15
+ {{/features}}
16
+
17
+ </body>
18
+ </html>
@@ -0,0 +1,4 @@
1
+ {{#features}}
2
+ {{{.}}}
3
+
4
+ {{/features}}
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: angband
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sittercity
@@ -64,6 +64,8 @@ files:
64
64
  - lib/angband/gherkin_finder.rb
65
65
  - lib/angband/gherkin_listener.rb
66
66
  - lib/angband/version.rb
67
+ - lib/templates/html.mustache
68
+ - lib/templates/plain.mustache
67
69
  homepage: http://sittercity.com
68
70
  licenses:
69
71
  - ISC