patchyaml 0.1.0 → 0.1.1

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
  SHA256:
3
- metadata.gz: cfc5b7ca990f2b4e504bcc910faad8efd99467aef4d53b58115c04c626e3a0c3
4
- data.tar.gz: 1d63195ee9f96395da68c3583d30249217db45c9add3c19a0435fd424b41f49f
3
+ metadata.gz: c9e38cd938e2c0d06f487f5eae3ef6cf9e21b08126488c5a09d576bd98ead334
4
+ data.tar.gz: eb53162c6795adafdd7005c8e8ba320185e82a3cd0e22b8eba245f667755c3ba
5
5
  SHA512:
6
- metadata.gz: 408cbf60cfbcb5a5003744d506dfbc6ff7aa090f09e2c57968e8469f665eae07091c922c7c65d6d94cd975cacb5a953b585090143f02ddecb53e3f5237c2cbdd
7
- data.tar.gz: d9c9dad17bc67cad43748a63ca5f6e2125c50b17147974fbc5db65e21ccf7ed455b2e98be4736fa72677ec59a245efd2551e24ea454ff1fec4654a81da6d3f26
6
+ metadata.gz: beb5ddac331f2d2c6a4ca22ae06f8ee3619c5504ff4a24ba5f3825d07dc83a64528925a367b24eefe45bc40a8b51ab6080637b8afd938af977b2074b6bd71c81
7
+ data.tar.gz: beda8aebf99145a8d1b44b872d4d72e9b1bda238d6ee07ab6e089b9e07d7904a111f5fc638d1a1ffce30242bb06bd26e6d3c5def5fcc78fcd5d1c2766ed0e8c9
@@ -78,7 +78,7 @@ module PatchYAML
78
78
  end.sum
79
79
  end
80
80
 
81
- @data = @data[...start_at].concat(@data[end_at...])
81
+ @data = @data[...start_at].concat(@data[end_at...] || "")
82
82
  else
83
83
  raise Error, "patchyaml: BUG: cannot delete object from #{parent.class}"
84
84
  end
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Patchyaml
4
- VERSION = "0.1.0"
4
+ VERSION = "0.1.1"
5
5
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: patchyaml
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Vito Sartori
8
8
  bindir: exe
9
9
  cert_chain: []
10
- date: 2025-08-05 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
11
11
  dependencies: []
12
12
  description: YAML Editor Utility Library
13
13
  email:
@@ -51,7 +51,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
51
51
  - !ruby/object:Gem::Version
52
52
  version: '0'
53
53
  requirements: []
54
- rubygems_version: 3.6.2
54
+ rubygems_version: 3.6.7
55
55
  specification_version: 4
56
56
  summary: YAML Editor Utility Library
57
57
  test_files: []