solutus 0.1.8 → 0.1.9

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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/solutus.rb +2 -1
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 615a04274d007c7612352ad3ac5c941de06dea56621269225c1e0cb4f71ff07b
4
- data.tar.gz: a35acf50ab7948dd020bb8530779fc2ec2f9ad544c6f27626ebb6008610947c5
3
+ metadata.gz: 0a3716f57a2963942df64c1148bc85dd01613da9673e0f8d70640c9cb2621788
4
+ data.tar.gz: 04a880858d6bfa6f414c727a3eaba3ca396a88af3fda2a332d697560b3648e26
5
5
  SHA512:
6
- metadata.gz: 66220afe441695e91441e285cbe68b19655e831a96bb951ea2ba92fb558a2cc3ba40af44be913ceecc6283df1c6d37a6808089fc402252b43497345f246f109c
7
- data.tar.gz: 619a7e1e9d7cc3e366d04feebc881204d5520133762ef6717cf3cc5cc0969a6e31afa97e5d5a35b7f8b03db4a624f3490404e107d6b2f5b62fe76910215a5b3b
6
+ metadata.gz: 8dbe8e509ec4522894f3463bf6e9a5664e198f834cba445ff72027091aabe66ffbb717acf0bf75d474f7ab5e1b8eee5e2040f97b18b301fad440db2d3260a507
7
+ data.tar.gz: 5f20e6a80b3e0ff8ee837898bc3c48b9088a81ea4d4f99757f0a22edee386c2d05b5b04c94c58e1dc054968e47aafdd2064881b0003706fe6ccafab133c39a94
@@ -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.8'
33
+ VERSION = '0.1.9'
34
34
 
35
35
  LOG_FILE = 'log'
36
36
 
@@ -167,6 +167,7 @@ content: |
167
167
  </p>
168
168
  HERE
169
169
  f.write(text)
170
+ f.close
170
171
  write_log("Created page #{path} from #{request.ip}")
171
172
  redirect "/edit"
172
173
  end
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.8
4
+ version: 0.1.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jerome Wei