repltalk 4.2.0 → 4.3.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/repltalk/structures.rb +1 -1
- data/lib/repltalk.rb +1 -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: 9281c577f7967d08b5046b1f61a4c6cc506c18ce393604e0a8446d448471982c
|
4
|
+
data.tar.gz: da4370aaac2488e2b2e64b7f02e617d27198797c8f615b675dc014fb36a9198f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d4bea1b18a212ffcf6a1ef74b66cdcb8dfc72739d17b053d0c5882ec5e103298307c845fd33b1d78a3c739cb954234d6cd6e05279b3ca08b653e40e28934f26c
|
7
|
+
data.tar.gz: 603ec6085baad54772ae1fd456ea80e8789ad6d49e0e9ca39b1cf5bb79ce2077fe4721c33e0dd5149acc8624a3d229da3c212d83d628842397a429fbe4d5ac99
|
data/lib/repltalk/structures.rb
CHANGED
@@ -396,7 +396,7 @@ module ReplTalk
|
|
396
396
|
@content = post["body"]
|
397
397
|
@preview = post["preview"]
|
398
398
|
|
399
|
-
if @content == "" # new post type
|
399
|
+
if @content == "" && @repl != nil # new post type
|
400
400
|
if post["replComment"].nil? # no post attached
|
401
401
|
@url = @repl.url
|
402
402
|
@title = @repl.title
|
data/lib/repltalk.rb
CHANGED