himekaminize 0.0.6 → 0.0.7

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: fd4e15f26bb069d9511493b6aaa65d75df14ceb8
4
- data.tar.gz: f11c299209c97f4d9d22671290fc61b7c1f7ca29
3
+ metadata.gz: eee021e7db258cb00dab202b27bbc1b8c697f15a
4
+ data.tar.gz: ec57d17c6b2a023b4f2a5df3a9f8c2e88056f2c0
5
5
  SHA512:
6
- metadata.gz: 270d84d7278efdb352270b075f9dc730ce616af5058d7d8517181804b7587ee73b8062e47c283f792cd868db9d9683e72ce5b837eaa62d3cc7ee7459ef92fc3f
7
- data.tar.gz: e3857780ff86671c8a97a77cbf600a4ffe57e5d4866ed2b19d3911a6600af270f80ea82829632932e2485a29972a76cdf2b589fcd964d02b48dad3293d334f16
6
+ metadata.gz: f27e588737cc7ede4cfa7b9881111a820321c5b85e96012f11c327377cd6e7e543360d90bf763b5ee316293c34c18cb086fac25699376014cd43317ce7f22305
7
+ data.tar.gz: e0dd289081ac30a551a62544b4ca971f42040c09d95327efe1b29e8b98d73f0859f9e0ffe38bb714d89cbb7a20e9c329c2f4f91c9ff1c12be7bcd0c4e97c9054
@@ -52,12 +52,11 @@ module Himekaminize
52
52
  end
53
53
 
54
54
  def to_s
55
- seq = 0
56
55
  @result[:markdown] = @result[:output].map { |line|
57
56
  if line.is_a?(String)
58
57
  line
59
58
  else
60
- line.to_s + "\n\r"
59
+ line.to_s
61
60
  end
62
61
  }.join('')
63
62
  end
@@ -1,3 +1,3 @@
1
1
  module Himekaminize
2
- VERSION = "0.0.6"
2
+ VERSION = "0.0.7"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: himekaminize
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.6
4
+ version: 0.0.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - otukutun