runeblog 0.1.38 → 0.1.39

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: 70520e4c5c80c6b5091771d5484cc095660a2dbeb1aab97f4b6f377abe3afc3f
4
- data.tar.gz: 88192e67c767319902e98cb2355076f16cf0a89607b69c5ba7b0e42b427a3a8e
3
+ metadata.gz: 62fde463d4650be5151082ff3264dac4858951cc922e374631c514e1be69496c
4
+ data.tar.gz: c21b97c8f632abb8562af9f954c4c002c960a4e184d8522a4188cddbe90555ae
5
5
  SHA512:
6
- metadata.gz: 9558e55cb97442bf511d515a7c365c837106e72a6925b4408d8490a32632515444ee71d1c2303fcde61bf01eebf50b1c692edbc02670fbf7b5d5fef178e2f073
7
- data.tar.gz: 76081b8cd17282e6384bad20e63d62b2786e885acbbdbaa17ebf0aa5018bea0ea110b0900d9ee91674fa73c0ad7c659ea027a559a4616892c428cf0bd60cc9a7
6
+ metadata.gz: 4017885e99583e03ef36a040b1dfc295e2d792a1fff3284ec575548d8fc3323bed79fd2e82ff6d3256fef6502e0828c8c26c657687504150c763c9cf72ef423b
7
+ data.tar.gz: c85df56291b2dc303a46975ead280669493a122e3828578bdcb95fab7f049e6d2a735bcb643b99a322ca6df741299a47bfb76ba45cc60cd860b636f3e57ba593
data/lib/repl.rb CHANGED
@@ -268,7 +268,7 @@ module RuneBlog::REPL
268
268
  puts " ", fx(str, :bold) unless testing
269
269
  if posts.empty?
270
270
  output! "No posts"
271
- puts fx(" No posts", :bold) unless testing
271
+ puts " No posts" unless testing
272
272
  else
273
273
  posts.each do |post|
274
274
  outstr " #{colored_slug(post)}\n"
@@ -287,7 +287,7 @@ module RuneBlog::REPL
287
287
  drafts = @blog.drafts # current view
288
288
  if drafts.empty?
289
289
  output! "No drafts"
290
- puts " No drafts" unless testing
290
+ puts "\n No drafts\n " unless testing
291
291
  return [false, @out]
292
292
  else
293
293
  puts unless testing
@@ -1,6 +1,6 @@
1
1
 
2
2
  class RuneBlog
3
- VERSION = "0.1.38"
3
+ VERSION = "0.1.39"
4
4
 
5
5
  Path = File.expand_path(File.join(File.dirname(__FILE__)))
6
6
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: runeblog
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.38
4
+ version: 0.1.39
5
5
  platform: ruby
6
6
  authors:
7
7
  - Hal Fulton