pronto-dialyxir 0.1.3 → 0.1.4

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: efdeb275beda43f837f4aac60e84545a5d358165
4
- data.tar.gz: c548c1b74c25c95ca972ead81e4252e90b8c53e2
3
+ metadata.gz: e3ac259d6add5c77e1f07ead7d550286a3a7da28
4
+ data.tar.gz: 237f1f2a55e92c84eec5d42a1a76987241e0ef77
5
5
  SHA512:
6
- metadata.gz: 5e521447aef8d7cdb2ae98d1500d600565f7e399d821fa9cc0ac27db78068657661e01afec18cc196255034f41b34ce511d4054ade189ed5627c7d8202bc4ea5
7
- data.tar.gz: a715be2410dca77a9e2651639f350e77e5713f1121167401463da61ca0d4b944831fc0bc48fa1d585e809d86018e4c180dbd5e52e829cec00b1dc96ace6df7ea
6
+ metadata.gz: f14350aa65c828f728610448e011f2d8ac59ba99ad70fb9eb612226ef915e429992bf968b86104dfacfa4092251c820aa25b70772043b6a8eca2daa3651bc4a5
7
+ data.tar.gz: 74dc39acb7cc8410f98aa6846f4a8da79a510d7df7ecc602f3fefbff3ce6cee23ccbd03baf5893cd9e852e65ede2c7901dcef605471a620185006f1e7ab523ab
@@ -23,7 +23,7 @@ module Pronto
23
23
  output.split(%r{_{80}}).map do |message|
24
24
  message = message.lstrip
25
25
  path_parts = message.lines.first.split(':')
26
- text = message.lines.drop(1).join()
26
+ text = message.lines.drop(1).join().gsub!("_", "\_").gsub!(":", "\:")
27
27
  next unless file.start_with?(path_parts[0])
28
28
  {
29
29
  line: path_parts[1].to_i,
@@ -1,5 +1,5 @@
1
1
  module Pronto
2
2
  module Dialyxir
3
- VERSION = '0.1.3'
3
+ VERSION = '0.1.4'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pronto-dialyxir
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Anastasiya Dyachenko