parsanol 1.3.17 → 1.3.18

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/Cargo.lock +2 -2
  3. data/lib/parsanol/version.rb +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 99c30bd8fcd284b2fe099ffe93f0e462d182906788f87b4bb91b6828111e0b66
4
- data.tar.gz: e83f0633dd370b5b18c0b8a18c37dc22ce6c4a7ce5d12aa482a8656f545dc1c9
3
+ metadata.gz: 8c155ba9401ec5127188455f4411e52798b18b4647a7e0032aac8704f6390a4e
4
+ data.tar.gz: 6944ad7cafb74447a8822b88d6bbc6c2da5bce111da7dcbd3e75bb3facf09b14
5
5
  SHA512:
6
- metadata.gz: 7b6aa212fcf424baf769942c3626f71fd790ffdffe44df79fe79e33aa54bdc8e64c0d8a3abf989e9b207e3a0741d7061afae3dd3600750a0422b34da03d44e80
7
- data.tar.gz: b3386af97c1247146ed6d4f1218466fc02834c0e69bd538edde652fa2e3dcb22226f17760655439394f2482c400478b14b424101eb7927ae3b85e3a829de9f57
6
+ metadata.gz: 6b53a9d7cad648052f790dbd3577968e085652ae91dda58f095175e815c349182d9387fd897f141d2d41225226ad417594e6bdd18d0c352b574ca008759bf73a
7
+ data.tar.gz: 857eb89870d64a905b540237d694f0f991eb2e7665489a8bfc5f5225444a95fddb309b9749829869293f863a479c3dcf698a904596ecbda716b50d251c85bd54
data/Cargo.lock CHANGED
@@ -253,7 +253,7 @@ checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50"
253
253
  [[package]]
254
254
  name = "parsanol"
255
255
  version = "0.5.1"
256
- source = "git+https://github.com/parsanol/parsanol-rs?branch=main#f6782c030b42aaa722357cd107fd56ed9853c4ea"
256
+ source = "git+https://github.com/parsanol/parsanol-rs?branch=main#7357b1a1885355a7116cd9c4c58a2c9d2d559bee"
257
257
  dependencies = [
258
258
  "ahash",
259
259
  "getrandom 0.3.4",
@@ -270,7 +270,7 @@ dependencies = [
270
270
  [[package]]
271
271
  name = "parsanol-derive"
272
272
  version = "0.5.1"
273
- source = "git+https://github.com/parsanol/parsanol-rs?branch=main#f6782c030b42aaa722357cd107fd56ed9853c4ea"
273
+ source = "git+https://github.com/parsanol/parsanol-rs?branch=main#7357b1a1885355a7116cd9c4c58a2c9d2d559bee"
274
274
  dependencies = [
275
275
  "proc-macro2",
276
276
  "quote",
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Parsanol
4
- VERSION = "1.3.17"
4
+ VERSION = "1.3.18"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: parsanol
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.17
4
+ version: 1.3.18
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ribose Inc.