runeblog 0.1.40 → 0.1.41

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: c7e60e928c25021c92aebd529ba8f6055f84c308669621288682b39b0c26f3e7
4
- data.tar.gz: 20e95da9e75e8a81cb0b817e5ae14c14966b290e45cd53c1853667d130b20cbf
3
+ metadata.gz: a3e0882116e3be741676540c9a99ee9b921cb110b866dbcc98ab2f80c0a7bd8b
4
+ data.tar.gz: 406c183d31d420790bef5f604050a5f67cc8038eaa69a1baa57a46b9b9660898
5
5
  SHA512:
6
- metadata.gz: ea7b874a79b7578d965f7168d3297e323007c2d508376dee2117f018fd945431f4c11aefb6a003a547ceed1ea242323c94596a9375a18dc3ec330a8e32e4c5d0
7
- data.tar.gz: 4b407b0fc756bef01e25e6192ab5fc51c623cc5dd2ac02b0cfae80345b6683d93ca5f4d8fd7d78c1aff0cf63cf9b630801e6aa45886604c9b15af49b16a01858
6
+ metadata.gz: d20f0b37cda67ec77ced39c21577c057278a7e0e768eb6411b8e08bfddff267502e5b9e1c5909dfe87482ab81b2f3c45dbbf5a69fbb0a8b77aa83bdde307b97b
7
+ data.tar.gz: 156f6d9e380b891300a044e38c70910645d2579e58e0330d12c20fa067ec6226a14a048a720ab0b03d5d17904c6a0459998eb92aa54ad649c73df7c184ea5ab2
@@ -1,6 +1,6 @@
1
1
 
2
2
  class RuneBlog
3
- VERSION = "0.1.40"
3
+ VERSION = "0.1.41"
4
4
 
5
5
  Path = File.expand_path(File.join(File.dirname(__FILE__)))
6
6
  end
data/test/general_test.rb CHANGED
@@ -70,8 +70,9 @@ class TestREPL < Minitest::Test
70
70
  # puts __method__
71
71
  out = cmd_list_drafts(nil, true)
72
72
  assert out.is_a?(String), "Expected a string returned"
73
- lines = out.split("\n").length
74
- assert lines == 10, "Expecting 10 lines; got #{show_lines(out)}"
73
+ nlines = out.split("\n").length
74
+ exp = 10
75
+ assert nlines == exp, "Expecting #{exp} lines, got #{nlines}; #{show_lines(out)}"
75
76
  end
76
77
 
77
78
  def test_006_lsp!
@@ -79,7 +80,7 @@ class TestREPL < Minitest::Test
79
80
  out = cmd_list_posts(nil, true)
80
81
  assert out.is_a?(String), "Expected a string returned; got: #{out.inspect}"
81
82
  lines = out.split("\n").length
82
- assert lines == 6, "Expecting 6 lines; got #{show_lines(out)}"
83
+ assert lines == 6, "Expecting 6 lines; got #{lines.size}; #{show_lines(out)}"
83
84
  end
84
85
 
85
86
  def test_007_parser
data/test/make_blog.rb CHANGED
@@ -29,6 +29,7 @@ def show_lines(text)
29
29
  str
30
30
  end
31
31
 
32
+
32
33
  system("rm -rf .blog")
33
34
  RuneBlog.create_new_blog(".blog/data_test")
34
35
  x = RuneBlog.new
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: runeblog
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.40
4
+ version: 0.1.41
5
5
  platform: ruby
6
6
  authors:
7
7
  - Hal Fulton
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-03-11 00:00:00.000000000 Z
11
+ date: 2019-03-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: livetext