solutus 0.1.5 → 0.1.6

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 313bb0615e645bf70f602be1bd1c14614bb4a2f549b991121200269847b44da0
4
- data.tar.gz: ece8ccd1d6877a54b2f27ea2195b782706f7132b4e0833b0cd68ddf6d40c7634
3
+ metadata.gz: dc709855b8903d7bb4f092cf04b00bc0e5c1af1aa74b25615596babeea5147cc
4
+ data.tar.gz: 402fd084d4a59a6fdf93cc22915a56ecc24e05ec668608e86cc9512f8347eba8
5
5
  SHA512:
6
- metadata.gz: f06c51ad34c07a1bb5183a28a938b564b32abe04557365fc2d068f3a9e0d5282c52c14ca6aef66d693e41e28235f54f88c4fcd427fdb3d1b59dadb30d7873cc9
7
- data.tar.gz: f570f7003e7c75fdd85b56a4e673d8e3ccb91dd2297beaf7255ab1beedb21617f3bcb0082e946f537347187a1549fb984d93d6a63bc7ef71d625d7ca5b7d65e7
6
+ metadata.gz: c341fd32a6bd3e280fa6c0b577757a6bcf1034d7c4b2f0520fccb4c820848a9e7af5ea72b061e94e80b3a5e7b1c3bc9ee9a57aba9c28614dc1854b02cca382cf
7
+ data.tar.gz: 21273a0a0eee47f9f915ba2ddef550be42eed76d4e134b6d361e9a920accbae14f37c404679d241683f0ae6934f1f8764298ce713f1b6b2d5d7f67b33b4f9885
@@ -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.5'
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
 
@@ -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>
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: solutus
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.5
4
+ version: 0.1.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jerome Wei