solutus 0.1.5 → 0.1.6
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/solutus.rb +2 -1
- data/resources/index.html +2 -0
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: dc709855b8903d7bb4f092cf04b00bc0e5c1af1aa74b25615596babeea5147cc
|
4
|
+
data.tar.gz: 402fd084d4a59a6fdf93cc22915a56ecc24e05ec668608e86cc9512f8347eba8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c341fd32a6bd3e280fa6c0b577757a6bcf1034d7c4b2f0520fccb4c820848a9e7af5ea72b061e94e80b3a5e7b1c3bc9ee9a57aba9c28614dc1854b02cca382cf
|
7
|
+
data.tar.gz: 21273a0a0eee47f9f915ba2ddef550be42eed76d4e134b6d361e9a920accbae14f37c404679d241683f0ae6934f1f8764298ce713f1b6b2d5d7f67b33b4f9885
|
data/lib/solutus.rb
CHANGED
@@ -30,7 +30,7 @@ class Solutus
|
|
30
30
|
PASSWORD_FILE = "password.txt"
|
31
31
|
DAY_ENDINGS = ["th", "st", "nd", "rd", "th", "th", "th", "th", "th", "th", "th", "th", "th", "th", "th", "th", "th", "th", "th", "th", "th", "st", "nd", "rd", "th", "th", "th", "th", "th", "th", "th", "st"]
|
32
32
|
|
33
|
-
VERSION = '0.1.
|
33
|
+
VERSION = '0.1.6'
|
34
34
|
|
35
35
|
LOG_FILE = 'log'
|
36
36
|
|
@@ -208,6 +208,7 @@ class Solutus
|
|
208
208
|
f.write(content)
|
209
209
|
f.close
|
210
210
|
write_log("Edited #{path} from #{request.ip}")
|
211
|
+
Solutus.command('build')
|
211
212
|
'saved'
|
212
213
|
end
|
213
214
|
|
data/resources/index.html
CHANGED
@@ -53,12 +53,14 @@
|
|
53
53
|
</fieldset>
|
54
54
|
</form>
|
55
55
|
</p>
|
56
|
+
|
56
57
|
<p>
|
57
58
|
<button type="button" id="publish">Publish to web</button>
|
58
59
|
<span id="status"></span>
|
59
60
|
</p>
|
60
61
|
{{/advanced}}
|
61
62
|
|
63
|
+
|
62
64
|
<p style="text-align: center;">
|
63
65
|
<small>Powered by <a href="https://github.com/jeromew21/solutus">Solutus</a> {{version}}</small>
|
64
66
|
</p>
|