sexp_processor 4.17.2 → 4.17.3

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: 4484ceb40ea285e87953d255f686d5f0d47a9947b455804183f5cd5580d0dead
4
- data.tar.gz: 7843bc0f5f91f247bf48e707775602ac658703cc004b6544593526507272f076
3
+ metadata.gz: 1e9952f9ba399360e2b47ec89625a5eb80be33ca939f623ea9359dff634dfe94
4
+ data.tar.gz: 891b1abfb63b59c17bb91f401f5558b39f36c27169cfd027b3807bc3dc21c63d
5
5
  SHA512:
6
- metadata.gz: 4b124ca0a74fd12a4ed99afec61fadb85d41e6496f8ed1a5c2fb580339087a4fe11e781c6175a8b6203613f5134162236ae94cc16f998aaef8dfd7a265a6bc35
7
- data.tar.gz: 48a868994ded098ea20cbbbb72b75d50627f6115e10d920879c9ef73b0cde0e1dac6d15367b947237c2fad4b9871f6e915e83bb7d457d5748d24da43124681c5
6
+ metadata.gz: eae761a858a7071f631b2c8b474d0e7ae00a5530713e92fa0baa6362f6d7b627c44631eea4baec551cb2c890172d5d6944718d96ff1e101409a5d44db0fcf217
7
+ data.tar.gz: f0371edeb3eff1207e2c761cd3aba9ecf6823a48ce4876646cfdc5a19422f8f2bd7253077850079a11618dd0564c83eb88e283633891b1fdea89c636a1b3c834
checksums.yaml.gz.sig CHANGED
Binary file
data/History.rdoc CHANGED
@@ -1,3 +1,9 @@
1
+ === 4.17.3 / 2024-11-11
2
+
3
+ * 1 bug fix:
4
+
5
+ * Fix errors created when string literals are frozen.
6
+
1
7
  === 4.17.2 / 2024-07-09
2
8
 
3
9
  * 1 bug fix:
data/lib/sexp.rb CHANGED
@@ -270,7 +270,7 @@ class Sexp < Array # ZenTest FULL
270
270
  end
271
271
 
272
272
  def pretty_print q # :nodoc:
273
- nnd = ")"
273
+ nnd = +")"
274
274
  nnd << ".line(#{line})" if line && ENV["VERBOSE"]
275
275
 
276
276
  q.group(1, "s(", nnd) do
@@ -34,7 +34,7 @@ require "sexp"
34
34
  class SexpProcessor
35
35
 
36
36
  # duh
37
- VERSION = "4.17.2"
37
+ VERSION = "4.17.3"
38
38
 
39
39
  ##
40
40
  # Automatically shifts off the Sexp type before handing the
data.tar.gz.sig CHANGED
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sexp_processor
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.17.2
4
+ version: 4.17.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ryan Davis
@@ -29,7 +29,7 @@ cert_chain:
29
29
  S7043fq9EbQdBr2AXdj92+CDwuTfHI6/Hj5FVBDULufrJaan4xUgL70Hvc6pTTeW
30
30
  deKfBjgVAq7EYHu1AczzlUly
31
31
  -----END CERTIFICATE-----
32
- date: 2024-07-09 00:00:00.000000000 Z
32
+ date: 2024-11-11 00:00:00.000000000 Z
33
33
  dependencies:
34
34
  - !ruby/object:Gem::Dependency
35
35
  name: rdoc
@@ -118,7 +118,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
118
118
  - !ruby/object:Gem::Version
119
119
  version: '0'
120
120
  requirements: []
121
- rubygems_version: 3.5.14
121
+ rubygems_version: 3.5.18
122
122
  signing_key:
123
123
  specification_version: 4
124
124
  summary: sexp_processor branches from ParseTree bringing all the generic sexp processing
metadata.gz.sig CHANGED
Binary file