jgrep 1.5.2 → 1.5.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 +4 -4
- data/CHANGELOG.markdown +7 -0
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: cb98493ff7aecaa86ba53bc2682def821a6a4e759ca0a2b7dcf62a244b8622a4
|
|
4
|
+
data.tar.gz: 11641712c8a7b30f57bc0d0f438572ab44d3e6eee17e26dc4ef2b9b29fe6a9db
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1d5e9ead5479d67313ce9d26770ab286a81106498e37c96b6610b842e894ca5e432eb3c639a1186512a6ebb431f7bb6d6505f45ad3a7939a234a66f4bdae3977
|
|
7
|
+
data.tar.gz: f95d092a0bd7aa2cfe86771c87ddf7719bfa2d3eb7ca44bb7f841d91d1514379df10f7a13b8ca8809efd48b21c289a9a109f3430621eb5e29178eba64ad5e516
|
data/CHANGELOG.markdown
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 1.5.3
|
|
4
|
+
* Fix Ruby 2.7.0 deprecation warnings
|
|
5
|
+
* Bump Rspec version in Gemfile
|
|
6
|
+
|
|
7
|
+
## 1.5.2
|
|
8
|
+
* Fixed an issue where strings like 2012R2 would get parsed as floats
|
|
9
|
+
|
|
3
10
|
## 1.5.1
|
|
4
11
|
* Now handles escaped parens when tokenising statements
|
|
5
12
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: jgrep
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.5.
|
|
4
|
+
version: 1.5.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- P Loubser
|
|
@@ -10,7 +10,7 @@ authors:
|
|
|
10
10
|
autorequire:
|
|
11
11
|
bindir: bin
|
|
12
12
|
cert_chain: []
|
|
13
|
-
date: 2020-
|
|
13
|
+
date: 2020-08-10 00:00:00.000000000 Z
|
|
14
14
|
dependencies: []
|
|
15
15
|
description: Compare a list of json documents to a simple logical language and returns
|
|
16
16
|
matches as output
|
|
@@ -57,7 +57,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
57
57
|
- !ruby/object:Gem::Version
|
|
58
58
|
version: '0'
|
|
59
59
|
requirements: []
|
|
60
|
-
rubygems_version: 3.0.
|
|
60
|
+
rubygems_version: 3.1.0.pre2
|
|
61
61
|
signing_key:
|
|
62
62
|
specification_version: 4
|
|
63
63
|
summary: Filter JSON documents with a simple logical language
|