rightmove_blm 0.2.1 → 0.2.2

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: 5290eccbda2e643b9f1958eca700510447db408f10235d565fc307ac4506e289
4
- data.tar.gz: e1706ac3a50a81928c0ac1c45d38bb14ccf1f94bbea345ae8da278c62ac4be74
3
+ metadata.gz: c3397a4adccadcad8a3879a3590cd6b18ac9c563534a2b70804731402e71a3a5
4
+ data.tar.gz: 78b3e9830e9b4959b73016b8f792389c9d04a3aac90a784da349341577c8f214
5
5
  SHA512:
6
- metadata.gz: 00dd4cb21fa63cf72e83c078aa7379a64c36dd7158c569739c75db3d5c3ffe45db16bd20c2ca2f9786973b55961cf4b90313d999577f19488c6039c8d6081b4f
7
- data.tar.gz: cbb5be2c2bdcbe90d991d338374551e7091ce04f26475004c0e487315fcc7b8343b8bc4ff19348c6aada00af3abd86f1370246969c75f3ec082c7e347a65779e
6
+ metadata.gz: 813c20806d366937146dd7e208284a1c2551963f126fe826172c172b483d0927b8c9c8cd954e9e7c9eaae670cb9218c8380b9034dccf6a39b25efbc184d1eb28
7
+ data.tar.gz: 4a525eaf7a4d0d64f432bacb44138a5ce1f68108c03fd57c9133a7dda7f3aea4ac9423109986894ed92ce46685df8601b47da0280285608bff99d5068a5a5a5e
@@ -86,7 +86,7 @@ module RightmoveBLM
86
86
  def contents(section = :data)
87
87
  marker = "##{section.to_s.upcase}#"
88
88
  start = verify(:start, @source.index(marker)) + marker.size
89
- finish = verify(:end, @source.index('#', start)) - 1
89
+ finish = verify(:end, @source.index('#END#', start)) - 1
90
90
  @source[start..finish].strip
91
91
  end
92
92
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module RightmoveBLM
4
- VERSION = '0.2.1'
4
+ VERSION = '0.2.2'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rightmove_blm
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Bob Farrell
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-05-08 00:00:00.000000000 Z
11
+ date: 2023-05-12 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Parse and generate Rightmove BLM files
14
14
  email: git@bob.frl