jrf 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 +4 -4
- data/jrf.gemspec +2 -2
- data/lib/jrf/version.rb +1 -1
- metadata +4 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8f0245d91775670ab95a99001709aacb8f216f3a5a2ed245a551eeafa7df5e70
|
|
4
|
+
data.tar.gz: b535e57a4bb22c37388353282ef7f2bb748251b153abf53e878062b7cc64694b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c9c9f7f3b0739d6037ceafabe8f1e1766b051686ab2c5c3fac51573944326b7356138fb6ae3eb9c719631ebc5947ca451a15cfebb9b4233668cc02cd0f78bda0
|
|
7
|
+
data.tar.gz: 2f1e4fd6fc91596adbf5f4221c8a5adf1b443d547b1019032e3961e1424ac9c05826c2db838ab2ed9b09ac4c980291110319ab23938be868850e6afa24d7b277
|
data/jrf.gemspec
CHANGED
|
@@ -8,8 +8,8 @@ Gem::Specification.new do |spec|
|
|
|
8
8
|
spec.authors = ["kazuho"]
|
|
9
9
|
spec.email = ["n/a@example.com"]
|
|
10
10
|
|
|
11
|
-
spec.summary = "
|
|
12
|
-
spec.description = "A
|
|
11
|
+
spec.summary = "JSON filter with the power and speed of Ruby"
|
|
12
|
+
spec.description = "A JSON filter for NDJSON that uses Ruby expressions for transforms, selection, and aggregation."
|
|
13
13
|
spec.license = "MIT"
|
|
14
14
|
spec.required_ruby_version = ">= 3.0"
|
|
15
15
|
|
data/lib/jrf/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: jrf
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- kazuho
|
|
@@ -9,7 +9,8 @@ bindir: exe
|
|
|
9
9
|
cert_chain: []
|
|
10
10
|
date: 1980-01-02 00:00:00.000000000 Z
|
|
11
11
|
dependencies: []
|
|
12
|
-
description: A
|
|
12
|
+
description: A JSON filter for NDJSON that uses Ruby expressions for transforms, selection,
|
|
13
|
+
and aggregation.
|
|
13
14
|
email:
|
|
14
15
|
- n/a@example.com
|
|
15
16
|
executables:
|
|
@@ -50,5 +51,5 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
50
51
|
requirements: []
|
|
51
52
|
rubygems_version: 4.0.3
|
|
52
53
|
specification_version: 4
|
|
53
|
-
summary:
|
|
54
|
+
summary: JSON filter with the power and speed of Ruby
|
|
54
55
|
test_files: []
|