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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/jrf.gemspec +2 -2
  3. data/lib/jrf/version.rb +1 -1
  4. metadata +4 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1b776b841380488528a7344ddf5cb4e640ae512b9b22f753305c60c2146ed3bb
4
- data.tar.gz: 1def2307c6f2d8b14d7e374c1175cebe177b7086d2d4e7412955c3da7f917e88
3
+ metadata.gz: 8f0245d91775670ab95a99001709aacb8f216f3a5a2ed245a551eeafa7df5e70
4
+ data.tar.gz: b535e57a4bb22c37388353282ef7f2bb748251b153abf53e878062b7cc64694b
5
5
  SHA512:
6
- metadata.gz: 6a18435576e8c8fea910126e1c2278331569a0dc24c3916e209b274904102428e754b0965c501fae9ed09ce317495d9b222d1b222904a0748288908e6a057c52
7
- data.tar.gz: f216e265bd94bc462e1e285957ca609f2b38bd2c5ebc238270f699a4b59d1cd21359aaa70d11dbbb2158982c4723ecb69604f2b9707823121cc1b8f5b0f32bf1
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 = "Small NDJSON transformer with Ruby expressions"
12
- spec.description = "A small, lightweight NDJSON transformer with Ruby-like expressions."
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
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Jrf
4
- VERSION = "0.1.0"
4
+ VERSION = "0.1.1"
5
5
  end
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.0
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 small, lightweight NDJSON transformer with Ruby-like expressions.
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: Small NDJSON transformer with Ruby expressions
54
+ summary: JSON filter with the power and speed of Ruby
54
55
  test_files: []