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 +4 -4
- data/lib/angband/version.rb +1 -1
- data/lib/templates/html.mustache +18 -0
- data/lib/templates/plain.mustache +4 -0
- metadata +3 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7ee36a6d2aea2a64c6b43165a8b0766dc088981a
|
|
4
|
+
data.tar.gz: 635aaa5cc14e7b17e25c20a36fd51105e4885e40
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: fe51309a913303eeb69d15fc125942e98997bf5ddcc21bf5f217e3958fde6984eab01c4fff4f58a491f588c95800866d2d26e5448a2a999af5f4a425a6f86bc1
|
|
7
|
+
data.tar.gz: 6b71183dfe8cf21c742174b6325e8f42e7a955ab2d09bf4e02fd2874bba4bd46d933e2231fa001b3e5c87520da8db8fb68526d81f011fcbf921ed9171f5a8631
|
data/lib/angband/version.rb
CHANGED
|
@@ -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>
|
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.
|
|
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
|