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.
- checksums.yaml +4 -4
- data/lib/solutus.rb +2 -1
- 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: 0a3716f57a2963942df64c1148bc85dd01613da9673e0f8d70640c9cb2621788
|
4
|
+
data.tar.gz: 04a880858d6bfa6f414c727a3eaba3ca396a88af3fda2a332d697560b3648e26
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8dbe8e509ec4522894f3463bf6e9a5664e198f834cba445ff72027091aabe66ffbb717acf0bf75d474f7ab5e1b8eee5e2040f97b18b301fad440db2d3260a507
|
7
|
+
data.tar.gz: 5f20e6a80b3e0ff8ee837898bc3c48b9088a81ea4d4f99757f0a22edee386c2d05b5b04c94c58e1dc054968e47aafdd2064881b0003706fe6ccafab133c39a94
|
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.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
|