livetext 0.8.45 → 0.8.46
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/livetext.rb +1 -1
- data/plugin/liveblog.rb +2 -2
- 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: d489ace5804f83d47e7ccceafc8150b22189db7957644d54222238f82c4715e8
|
4
|
+
data.tar.gz: 65f9ce6131b6ca5af61398001c79b630ede0b77a475953a8222e022f30b9e725
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 42d08a37c990867111329ae89985f941ad910a24348b2bd42e02a85c05a644cf847162cdf4da7cac2ce23121010e95108c791642c7c3676039dfe3321620f6df
|
7
|
+
data.tar.gz: 0225deea31546b4970ab4387729ae8e5744645440e8cf721786ed3b13db5de655a50eebd11a7e5467b2874ee42033602d01027a05973d66ffafa9efe83b525fc
|
data/lib/livetext.rb
CHANGED
data/plugin/liveblog.rb
CHANGED
@@ -69,7 +69,7 @@ puts "init: #{[@blog, @meta].inspect}"
|
|
69
69
|
@body = ""
|
70
70
|
@slug = @blog.make_slug(@meta)
|
71
71
|
@postdir = @blog.view.dir + "/#@slug"
|
72
|
-
puts "postdir = #{@postdir.inspect}"
|
72
|
+
# puts "postdir = #{@postdir.inspect}"
|
73
73
|
|
74
74
|
# @publish ||= {}
|
75
75
|
# @config.views.each do |view|
|
@@ -167,7 +167,7 @@ def assets
|
|
167
167
|
end
|
168
168
|
|
169
169
|
def write_post(meta)
|
170
|
-
puts "\npostdir = #{@postdir.inspect}\n "
|
170
|
+
# puts "\npostdir = #{@postdir.inspect}\n "
|
171
171
|
save = Dir.pwd
|
172
172
|
Dir.chdir(@postdir)
|
173
173
|
meta.views = meta.views.join(" ")
|